
/*!
 * Bootstrap Reboot v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin: 0;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}


	
/*# sourceMappingURL=bootstrap-reboot.css.map */


/*----------------------------------------------------------------------------------------------------------------------------------*/
/*ADDITIONAL CUSTOMIZE*/
/*----------------------------------------------------------------------------------------------------------------------------------*/
.cf:after {
	display: block;
	clear: both;
	content: "";
}
.css-att { display: none; }

.row, .rows > * {
  display: flex;
  justify-content: space-around;
  align-items: stretch;
  align-content: center;
  list-style: none;
  padding: 0;
}
.row > *, .rows > * > * {
  flex: 1 0 0%;
}
.col, .cols > * {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: center;
}
.row.fixedrow {
  align-items: flex-start;
}
.row.fixedrow > * {
  flex: 1 0 0%;
}
.row.fixedrow > * + * {
  margin-left: 15px;
}
.fit {
    flex: 0 0 auto !important;
}

body {
	font-size: 14px;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}
html:not(.form-error) body>*:not(header):not(footer)>div:not([class*="modaal"]) {
	background: #fff;
	min-height:calc(100vh);
}
img:not([width]), video:not([width]) {
  width: auto;
  height: auto;
  max-width: 100%;
}
a {
	color: #000;
	text-decoration: none;
	transition: all 0.3s ease-out !important;
}
a:hover {
	color: inherit;
}
a * {
	transition: all 0.3s ease-out !important;    
}
hr {
	width: 100%;
	display: block;
	border-top: 1px solid #ddd;
	border-bottom: none;
}
imgonly {
    line-height: 0;
    font-size: 0px;
}
.coloredicon {	
	background-color:var(--icon-color);
	-webkit-mask-image:var(--icon-image);
	-webkit-mask-repeat:no-repeat;
	-webkit-mask-position:center;
	-webkit-mask-size:contain;
	mask-image:var(--icon-image);
	mask-repeat:no-repeat;
	mask-position:center;
	mask-size:contain;
}
/*----------------------------------------------------------------------------------------------------------------------------------*/

/*----------------------------------------------------------------------------------------------------------------------------------*/
header ul {
	padding: 0 !important;
}
header {
	position: fixed;
  	z-index: 5;
	left: 0px;
	top: 0px;
	width: 100%;
	max-width: none;
	z-index: 999;
	overflow: hidden;
}
header section.intro {
	min-height: 40px;
	background:#ddd;
}
h1 a {
	display: block;
	height: 100%;
}
.telbtn, .togglemenu{
	display: none;
}

#teloption {
	display: none;
}
nav.topmenu {

}
nav.topmenu li a {
	display: block;
	width: 100%;
	font-size: 15px;
	padding: 5px 0;
}
nav.topmenu a {

}
body:not(.topmenucols6) nav.topmenu li:nth-child(5),
body:not(.topmenucols6) nav.topmenu li:nth-child(6) {
  display: none;
}
nav.topsubmenu {
  position: fixed;
  z-index: -1;
  background: white;
  color: black;
  transition: all .4s;
}
header:hover nav.topsubmenu {
}


nav.topsubmenu ul {
  list-style: none;
}
nav.topsubmenu li {
  
}
nav.topsubmenu li+li {
  
}
nav.topsubmenu li a:hover {
  background: #ddd;
  text-decoration: none;
}
body:not(.topmenucols6) nav.topsubmenu>*:nth-child(6),
body:not(.topmenucols6) nav.topsubmenu>*:nth-child(7) {
  display: none;
}
header h1 a:hover, nav.topmenu li a:hover {
	background: rgba(255,255,255,0.5);
}

ul.slide {
	margin-bottom:0;
}
.slide, .slide * {
  max-width: unset;
}

/*--H2 STYLE-----------------------------*/
article h2 {
	font-size: 200%;
	font-weight: 300;
	letter-spacing: 0.4ex;
}
article h2.h2a{	
	margin: 0px 0 40px 0 !important;
}
article h2.h2a::before{
	content: "";
	display: block;
	width: 1px;
	height: 50px;
	background: #000;
	margin: 0 auto 5px;
}
article h2.h2b {	
	margin: 0px 0 40px 0 !important;
}
article h2.h2b::before {
	content: "";
	display: block;
	width: 33%;
	height: 10px;
	background: #000;
	margin: 0 auto 20px;
}
/*--------------------------------*/

/*-blog_square-list*/
.blog ul {
	justify-content: flex-start;
	align-items: stretch;
	flex-wrap: wrap;
}
.blog li {
	height: 200px;
	box-sizing: border-box;
}
.blog li a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 15px;
	box-sizing: border-box;
	color: inherit;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.blog li a:hover {
	color: inherit;
	text-decoration: none;
	background: rgba(0,0,0,0.3);
}
.blog li .blog-tags {
	line-height: 1.1;
}
.blog li .blog-tags span {
	color: #ddd;
	font-size: 65%;
	display: inline-block;
	margin-right: 1em;
}
.blog li .blog-tags span::before {
	content: "#";
}
/*-single.php-*/
.detail {
	color: #000;
	margin-bottom: 60px;
}
.detail h2 {
	color: #fff;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: stretch;
	text-shadow: 3px 4px 7px rgba(107, 107, 107, 0.4);
}
.detail-content {
	font-size: 200%;
	margin: 30px;
	text-align:center;
}
.detail-content .small {
	font-size: 60%;
	text-align:left;
}
.detail-content .wp-block-gallery, .detail-content .wp-block-image img {
	display: none;
}
.detail-tags {
	text-align:center;
	font-size: 150%;
}
.detail-tags span {
	display: inline-block;
	background: rgba(119, 119, 119, 0.3);
	padding: 5px 25px 5px 15px;
	border-radius: 999px;
	margin: 0 10px 10px;
	color: #fff;
	text-align: left;
}
.detail .m-prev, .detail .m-next {
	position: fixed;
	top: calc(45vh - 20px);
	font-size:40px;
	line-height:1;
}
.detail .m-prev a i, .detail .m-next a i {
	color: white;
	text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
}
.detail .m-prev {
	left: 10px;	
}
.detail .m-next {
	right: 10px;	
}
/*------------*/
















table.tb01 {
	width:82%;
	margin:30px auto;
    border: 1px solid black;
    border-collapse: collapse;
}
table.tb01 th{ background-color: rgba(204,204,204,0.5); color:rgba(102,102,102,1); font-weight:normal; text-align:center; padding:10px; border:1px solid}
table.tb01 td{ color:rgba(102,102,102,1); padding:10px; border:1px solid}

#instaimgs li * {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}









/*--------------------------------*/
.orderform {
  background: url(/wp-content/themes/custom/img/kt105.png) no-repeat top center / 100%;
  background-color: rgba(255, 255, 204, 1);
  padding: 12% 0 20px;
}
.orderform table {
  width: 82%;
  margin-left: auto;
  margin-right: auto;
  border: 3px solid black;
  border-collapse: collapse;
}
.orderform td label {
  line-height: 1.5;
}
.form-error body > div {
  height: auto;
}
.form-error div.error {
  width: fit-content;
  min-width: 300px;
  margin: 30px auto 0;
  border: 3px solid black;
  background: white;
  padding: 30px 50px 40px;
}
.form-error div.error ul {
  padding-left: 40px !important;
}
.orderform tr > * {
  background: white;
  border: 1px solid #ccc;
  color: black;
}
.orderform th {
  padding: 10px 5px 10px 20px;
  width: 175px;
  position: relative;
  font-size: 18px;
  background: #eee;
}
.orderform th span:not([class*=form7]) {
    position: absolute;
    background: red;
    color: white;
    top: 50%;
    right: 10px;
    margin-top: -11px;
    line-height: 1;
    padding: 3px 5px;
    font-size: 80%;
    font-weight: normal;
}
.orderform td {
  padding: 8px 16px;
  font-size: 18px;
  line-height: 1;
}
.sec .orderform tr:nth-child(1) td {
  padding: 0;
}
.orderform input[type="text"],.orderform input[type="email"] {
  width: 100%;
  font-size: 20px;
  background: #eee;
  appearance: none;
  border: 1px solid #aaa;
  padding: 5px;
}
.orderform textarea {
  width: 100%;
  font-size: 20px;
  background: #eee;
  appearance: none;
  border: 1px solid #aaa;
  padding: 5px;
  height: 6em;
}
.orderform .order-address .row {
  align-items: center;
  border: none;
}
.orderform .order-address .row > *:nth-child(1) {
  flex: 0 0 auto;
  margin-right: 20px;
}
.orderform .order-address .row > *:nth-child(2) {
  flex: 1 1 auto;
}
.orderform .order-service label {
  white-space: nowrap;
  width: 40%;
}
.orderform .order-things label {
  white-space: nowrap;
  width: 25%;
}
.orderform .order-check td {
  text-align: center;
  padding-bottom: 30px;
}

.orderform .order-check .clear {
  visibility: hidden;
  width: 0;
  height: 0;
  overflow: hidden;
}
.orderform .order-submit,
.form-error .order-submit, 
.orderform .order-finish,
.form-error .order-finish {
  text-align: center;
  margin-top: -30px;
  position: relative;
  z-index: 11;
}
.orderform button {
  appearance: none !important;
  border: none;
  border-radius: none;
  background: none;
  cursor: pointer;
}

.orderform button.disabled {
  pointer-events: none;
  filter: grayscale(1);
}

/*--------------contact7用------------------*/
.screen-reader-response {
  display: none;
}
.wpcf7-response-output {
  margin: 0 auto;
  width: max-content;
  font-size: 20px;
  font-weight: bold;
  padding: 20px;
}
.wpcf7-response-output::before {
  font-family: "Font Awesome 5 Free";
  content: "\f27a";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.wpcf7-response-output:empty {
  display: none;
}
.wpcf7-form table {
	position: relative;
}
.wpcf7-form.init table tr:nth-child(1){
	display: none;
}
.wpcf7-form.invalid table tr:nth-child(1)>*{
	background: pink;
}
.wpcf7-form.sent table tr:nth-child(1){
	display: block;
	position: absolute;
	top: 2px;
	left: 2px;
	display: flex;
	flex-direction: column;
	width: calc(100% - 4px);
	height: calc(100% - 4px);
	justify-content: center;
	align-items: center;
	background-color: #ffffff99;
	z-index: 10;
}
.wpcf7-form.sent .order-submit {
	display:none;
}
.order-finish {
	display:none;
}
.wpcf7-form.sent .order-finish {
	display:block;
}
.wpcf7-not-valid-tip {
  display: block;
  color: red;
  font-size: 80%;
  font-weight: bold;
  margin-top: 5px;
}
/*--------------contact7用------------------*/




.form-error body {
    background: #f8b62b;
}

.grecaptcha-badge {
    bottom: 85px !important;
}

.table1 {
    width: 82%;
    margin-left: auto;
    margin-right: auto;
	margin-bottom: 50px;
    border: 3px solid black;
    border-collapse: collapse;
}
.table1 td label {
	line-height: 1.5;
}
.table1 td {
    padding: 8px 16px;
    font-size: 18px;
    line-height: 1.5;
}
.table1 tr>* {
    background: white;
    border: 1px solid #ccc;
}
.table1 th {
    padding: 10px 5px 10px 20px;
    width: 175px;
    position: relative;
    font-size: 18px;
    background: #eee;
}
.box1 {
	width: 82%;
    margin-left: auto;
    margin-right: auto;
	margin-bottom: 50px;
    border: 3px solid black;
	font-size:18px;
	background-color:#fff;
	padding:30px;
    line-height: 2;
	} 
/*--------------------------------*/































footer {
	position: fixed;
	left: 0px;
	bottom: 0px;
	height: 50px;
	width: 100%;
	max-width: none;
	z-index: 999;
	overflow: hidden;
}
footer>div {   
	padding: 15px 0;
}
footer .navidx, footer .navpgtop {
	position: absolute;
	vertical-align: middle;
}
footer .navidx a, footer .navpgtop a {
	text-decoration: none;
}
footer .navidx i, footer .navpgtop i {
	font-size: 30px;
	vertical-align: middle;
}
footer .rights {
	text-align: center;
}
footer .rights a:hover {
	text-decoration: none;
}
footer .rights-logo {
    margin: -30px 0 -29px;
}


h1 a {
    text-align: center;
}
h1 img {
    width: 160px !important;
}
#teloption {
    display: none;
}
.kv {
    background: url(img/cs001.png) no-repeat center /cover;
    display: flex;
    align-items: center;
    justify-content: center;
}
.kv h2 {
    text-align: center;
    padding: 0 10%;
}
.kv h2 img:nth-child(1){
    margin-bottom: 5px;
}
article h2 {
    text-align: center;
}
article ul {
    list-style-type: none;
    padding: 0;
}
article ul[class*=row] {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
}
.works ul {
    align-items: stretch;
    align-content: stretch;
}
.works ul>* {
    flex: 0 0 50%;
}
.works ul img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.contact {
    padding-bottom: 80px;
}
.contact p {
    text-align: center;
}
.contact p img {
    width: 400px;
}


/*----------------------------------------------------------------------------------------------------------------------------------*/
/*PC*/
/*----------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (min-width: 501px) {
	.only-m, .monly {
		display: none;
	}
	.kv {
		padding: 0px;
	}
	.kv * {		
	}
	.kv-inr {	
		height: 370px !important;
		overflow: hidden !important;
	}
	

	html, body {
		/*min-width: 1000px;*/
	}
	body>* {
	}
	body>*>* {
		position: relative;
	}
	header>*, footer>* {
		max-width: 1000px;
		margin: 0 auto;
	}
    [class*="prow"], [class*="prows"]>* {
        display: flex;
        justify-content: flex-start;
        align-items: stretch;
        align-content: center;
        list-style: none !important;
        padding: 0;
		margin: 0;
    }
    [class*="prow"]>*, [class*="prows"]>*>* {
        flex: 1 0 0%;
    }
    [class*="pcol"], [class*="pcols"]>* {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: stretch;
        align-content: center;
    }
	.prow1>* {
		flex: 0 0 calc(100% / 1);
	}
	.prow2>* {
		flex: 0 0 calc(100% / 2);
	}
	.prow3>* {
		flex: 0 0 calc(100% / 3);
	}
	.prow4>* {
		flex: 0 0 calc(100% / 4);
	}
	.prow5>* {
		flex: 0 0 calc(100% / 5);
	}
	.prow6>* {
		flex: 0 0 calc(100% / 6);
	}
	.prow7>* {
		flex: 0 0 calc(100% / 7);
	}
	.prow8>* {
		flex: 0 0 calc(100% / 8);
	}
	.prow9>* {
		flex: 0 0 calc(100% / 9);
	}
	.prow10>* {
		flex: 0 0 calc(100% / 10);
	}

	header>* {
		max-width: unset;
		margin: unset;
	}
	header>*>* {
		width: 1000px;
		margin: 0 auto;
	}
	header .hdr-atc {
		min-height: 60px;
	}
	header h1 {
		position: absolute;
		top: 0px;
		height: 100%;
		left: 60px;
		width: max-content;
		z-index: 2;
	}
	header h1 a {
		display: block;
		width: 100%;
	}
	nav.topmenu {
		position: relative;
		max-width: 1000px;
		margin-left: auto;
		margin-right: auto;
		height: 100%;
		font-size: 0px;
		z-index: 1;
	}
	nav.topmenu ul {
		display: flex;
		padding: 0;
		justify-content: flex-end;
	}
	nav.topmenu li {
		text-align: center;
		flex: 0 0 auto;
		position: relative;
		margin-left: 40px;
	}
	nav.topmenu li a {
		line-height:50px;
	}


  nav.topsubmenu {
    width: clamp(501px,100%,1000px);
    margin: auto;
    transform: translateY(-200px);
  }
  nav.topsubmenu>* {
    flex: 1 1 0;
  }
  body.topmenucols6 nav.topsubmenu>*:nth-child(4) {
		flex: 0 0 200px;
	}
	body:not(.topmenucols6) nav.topsubmenu>*:nth-child(3) {
		flex: 0 0 200px;
	}
  header:hover nav.topsubmenu {
    transform: translateY(0px);
  }
  nav.topsubmenu>div+div {
    border-left: 1px solid #ccc;
  }
  nav.topsubmenu li {
    text-align: center;
  }
  nav.topsubmenu li+li {
    /*  border-top: 1px solid #ccc;*/
  }
  nav.topsubmenu li a {
    display: block;
    padding: 15px 0;
  }



	article{
		padding: 50px 0;
	}
	article>div {
		max-width: 1000px;
		margin: 0 auto;
		position: relative;
	}
	.video iframe {
		width: 100%;
		height: 562px;
	}
	.gmap iframe {
		width: 100%;
		height:1000px;
		border:0;
	}
	.gmap1-1 iframe {
		width: 100%;
		height:1000px;
		border:0;
	}
	.gmap1-2 iframe {
		width: 100%;
		height:500px;
		border:0;
	}
	.gmap2-2 iframe {
		width: 100%;
		height:500px;
		border:0;
	}
	.slide li img {
		width: 100%;
	}
	
	
	
	
	
	
  footer {
    /*min-width: 1000px;*/
  }
	footer .navidx {
		top: 10px;
		left: 0px;
	}
	footer .navpgtop {
		top: 10px;
		right: 0px;
	}
    
  .pg404 article {
      margin: 0;
  }
  .pg404 article>div {
      padding-top: 70px;
  }
  .pg404 article .box404 {
      border: 0px solid transparent;
      background-image:url(/img/cm404.png);
      background-repeat: no-repeat;
      background-position: center bottom;
      background-size: contain;
      min-height: calc(100vh - 120px);
      box-sizing: border-box;
      padding: 0;
      margin: 0 0 -40px 0;
  }
  .pg404 article .box404 p {
      font-size: 26px;
      text-align: center;
      padding: 20px;
  }
	
	
	.kv {
        height: 750px;
    }
    h1 a {
        padding: 8px;
    }
    
    .about ul>* {
        flex: 0 0 50%;
    }
.grecaptcha-badge {
    bottom: 85px !important;
}
	.detail h2 {
		height: 750px;
		box-sizing: border-box;
		padding: 50px;
		font-size: 400%;
	}
}

/*----------------------------------------------------------------------------------------------------------------------------------*/
/*MOBILE*/
/*----------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 500px) {
    .only-pc, .pconly {
        display: none;
    }
    html, body {
        width: 500px;
        overflow-x: hidden;
    }
    * {
        max-width: 100%;
    }
	.slide, .slide * {
		max-width: none;
	}
	
  [class*="mrow"], [class*="mrows"]>* {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    align-content: center;
    list-style: none !important;
    padding: 0;
    margin: 0;
  }
  [class*="mrow"]>*, [class*="mrows"]>*>* {
      flex: 1 0 0%;
  }
  [class*="mcol"], [class*="mcols"]>* {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    align-content: center;
  }
	.mrow1>* {
		flex: 0 0 calc(100% / 1);
	}
	.mrow2>* {
		flex: 0 0 calc(100% / 2);
	}
	.mrow3>* {
		flex: 0 0 calc(100% / 3);
	}
	.mrow4>* {
		flex: 0 0 calc(100% / 4);
	}
	.mrow5>* {
		flex: 0 0 calc(100% / 5);
	}
	.mrow6>* {
		flex: 0 0 calc(100% / 6);
	}
/*--------------------------------*/
.mzoom120 {
	width:120%;
	margin-left:-10%;
	max-width:none;

	}
.mzoom200{
	width:200%;
	margin-left:-50%;
	max-width:none;
}
/*--------------------------------*/

    .orderform {
        background: url(img/kt105.png) top center no-repeat /110% #FFC;
        padding: 15% 0 20px;
    }
    .orderform table {
        width: 95%;
    }
    .orderform table, .orderform tbody, .orderform tr, .orderform tr>* {
        display: block;
    }
    .orderform th, .orderform td  {
        font-size: 100%;
    }
    
    .orderform th {
         width: auto;   
    }
    .orderform th br {
        display: none;
    }
    .orderform .order-service label {
        white-space: nowrap;
        width: fit-content;
        margin-right: 15px;
    }
    .orderform .order-things label {
        white-space: nowrap;
        width: fit-content;
        margin-right: 15px;
    }
    .orderform .order-submit {
        text-align: center;
        margin-top: -20px;
    }
    .orderform .order-submit img {
        width: 220px;
    }	
/*--------------------------------*/
	body>*>* {
		width: calc(100vw - 20px);
		margin: 0 auto;
        overflow: hidden;
	}
	header {
		overflow: visible;
        height: 50px !important;
        box-sizing: border-box;
	}
	header h1 {
		position: fixed;
		top: 0px;
		left: 0px;
		width: 100vw;
		height: 50px;
		text-align: center;
	}
	header h1 img {
		width: auto;
		height: 50px !important;
		object-fit: contain;
	}
	.telbtn {
		display: block;
		position: absolute;
		left: -12px;
		top: -14px;
		font-size: 36px;
		padding: 8px;
        transform: scale(-1, 1);
	}
    .teloption {
        text-align: center;
        padding-left: 0px;
        list-style: none;
        line-height: 2;
        font-size: 150%;
        margin: -30px;
        max-width: none;
    }
    .teloption li {
        padding: 20px 0;
    }
    .teloption li+li {
        border-top: 1px solid #ddd;
    }
    .teloption a {
        display: inline-block;
        width: 100%;
        color: #007AFF;
    }
    .teloption a:hover {
        text-decoration: none;
        background: #eee;
    }
	.togglemenu {
		display: block;
		position: absolute;
		right: 3px;
		top: -7px;
		font-size: 34px;
		padding: 8px;
    transition: all .4s;
    transform: rotate(0) scale(1) translateX(0);
	}
  .togglemenu a:hover {
    text-decoration: none;
  }
  body.topsubmenu-active .togglemenu {
    transform: rotate(90deg) scale(1.15) translateX(3px);
  }
  .togglemenu .fa-xmark {
    display: none;
  }
  body.topsubmenu-active .fa-bars{
    display: none;
  }
  body.topsubmenu-active .fa-xmark{
    display: revert;
  }
/*	nav.topmenu {
		width: calc(100vw - 20px);
		box-sizing: border-box;
		position: fixed;
		right: 10px;
		top: 50px;
		z-index: 998;
		display: flex;
		flex-direction: column;
		justify-content: center;
		background: #efefef;
		display: none;
		-webkit-backdrop-filter:blur(2px);
	}
	nav.topmenu ul {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		margin-bottom: 0;
	}
	nav.topmenu li {
		flex: 1 1 40px;
		text-align: center;
		display: flex;
		align-items: stretch;
	}
	nav.topmenu li a {
		display: flex;
		align-items: center;
		justify-content: center;
	}
	nav.topmenu li+li a {
		border-top: 1px solid rgba(255,255,255,0.7);
	}
	
  nav.topmenu { background: rgba(0,0,0,0.65)} モバイルメニュー背景カラー
  nav.topmenu li a img { max-height:2em;} モバイルメニュー内テキスト 
  */

  nav.topsubmenu {
    width: calc(100vw - 50px);
    top: 50px;
    right: 0;
    max-height: calc(100vh - 100px);
    overflow: auto;
    transform: translateX(100vw);
    overscroll-behavior: contain;
    padding-bottom: 100px;
  }
  body.topsubmenu-active nav.topsubmenu {
    transform: translateX(0);
  }
  nav.topsubmenu h3 {
    background: #ccc;
    padding: 15px 15px 15px 30px;
    margin-bottom: 0;
    font-weight: normal;
  }
  nav.topsubmenu li a {
    display: block;
    padding: 15px 15px 15px 30px;
  }
	
	article>div {
    /* padding: 50px 0*/;
	}
	article {
		padding-top:50px;
		padding-bottom:50px;
	}
    article table ul, article table ol {
        padding-left: 15px;
    }
	
	.video iframe {
		width:100vw;
		height:54vw;
	}
	.mmap iframe {
		width:100vw;
		height:100vw;
		border:0;
	}
	.mmap1-1 iframe {
		width:100vw;
		height:100vw;
		border:0;
	}
	.mmap1-2 iframe {
		width:100vw;
		height:50vw;
		border:0;
	}
	.mmap2-2 iframe {
		width:50vw;
		height:50vw;
		border:0;
	}
	footer .rights {
		font-size: 10px;
	}
	footer .navidx {
		top: 10px;
		left: 10px;
	}
	footer .navpgtop {
		top: 10px;
		right: 10px;
	}
    .pg404 article {
        margin: 0 !important;
    }
    .pg404 article>div {
        padding: 70px 0 0 !important;
        min-height: none !important;
    }
    .pg404 article .box404 {
        border: 0px solid transparent;
        background-image:url(/img/cm404.png);
        background-repeat: no-repeat;
        background-position: center bottom;
        background-size: contain;
        min-height: calc(100vh - 180px);
        box-sizing: border-box;
    }
    .pg404 article .box404 p {
        font-size: 26px;
        text-align: center;
        padding: 20px;
    }
	
	
	
    .kv {
        height: 75vw;
    }
    .telbtn, .togglemenu {
        padding-top: 15px !important;
    }
    header .topmenu {
        color: white !important;
    }
    
    .about ul {
        flex-direction: column-reverse;
    }

    .telbtn img {
    }
.grecaptcha-badge {
    bottom: -1000px !important;
}
	.detail h2 {
		height: 75vw;
		padding: 20px;
		box-sizing:border-box;
		font-size: 200%;
	}

}



