 @charset "utf-8";
/* CSS Document */

/*
Theme Name:Arkhe-child
Template:arkhe
*/

*{
	margin: 0;
	padding: 0;
	list-style: none;
    transition: 0.3s;
    line-height: 2;
}

/* clearfix */
.clearfix::after {
	content: "";
	display: block;
	clear: both;
}

/* デバイスによって表示・非表示を切り替える */

/* PC非表示 */
@media (min-width: 768px) { 
	.hide-pc {
		display: none;
	}
}
 /* スマートフォン非表示 */
@media (max-width: 767px) {
	.hide-sp {
		display: none;
	}
}

*{
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html{
/*	font-size: 62.5%;*/
}

@media (max-width: 767px) {
html{
/*	font-size: 71%;*/
}
}

body {
/*デザインに合わせて変えて下さい*/
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
/*	font-size: 1.6rem;*/
	-webkit-font-feature-settings: 'palt';
	font-feature-settings: 'palt';
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
}
@media (max-width: 767px) {
	body {
/*		font-size: 1.5rem;*/
	}
}
/*スマホでスクロールできない事象を防ぐ*/
.l-content {
    overflow-x: visible!important;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

table {
  border-collapse: collapse;
}

#gnav a{
/*	font-size:1.6rem;*/
}

/*問い合わせフォーム*/
.hissu {
    font-size: 12px;
    color: #fff;
    background: #E96A15;
    padding: 4px 6px;
    border-radius: 4px;
    margin-left: 8px;
}
.form_table tr {
    display: flex;
    flex-direction: column;
}