/*
Theme Name:simple_theme_kon
*/

@charset "utf-8";
/* --------------------------------------
ブラウザスタイル初期化
--------------------------------------*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
::-webkit-scrollbar {
      display: none;
      -webkit-appearance: none;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* --------------------------------------
背景＆基本設定
--------------------------------------*/

html {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow-y: scroll;
}
body {
	color: #fff;
	background-color: #000;
	-webkit-text-size-adjust: none;
	min-width: 980px;
  font-family: "Noto Serif JP","Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}
body.home{
	background-color: #fff;
	color: #000;
}
*, ::before, ::after {
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
}
img {
	border: none;
}
a {
	text-decoration: none;
transition:0.2s;
	color: #fff;
}
a:link {
	color: #fff;
}
a:hover {
	color: #666666;
	text-decoration: none;
}
a:visited {
	color: #fff;
}
p {
	margin: 0;
	padding: 0;
	line-height: 2;
}
ul {
	list-style: none;
	margin-bottom: 20px;
}
ol {
	margin-left: 25px;
}
dt {
	text-align:left;
	width: 60%;
	clear: left;
	float: left;
	padding: 10px 0;
line-height:1.4;
}
dd {
	padding: 10px 0 10px 60%;
	border-bottom: 1px solid rgba(255,255,255,0.1);
	text-align:right;
line-height:1.4;
}
dd:last-child{
border:none;
}
hr {
	overflow: hidden;
	height: 0;
	border: #bdbdbd dotted 1px;
	margin: 5px 0 15px 0;
}
/* --------------------------------------
webアイコン定義
--------------------------------------*/

.fa-home {
	font-size: 12px !important;
}
.fa-window-restore {
	margin-left: 3px;
}
/* --------------------------------------
レイアウト定義
--------------------------------------*/

.wrapper {
	padding: 0;
	z-index: 1;
	position: relative;
	margin-top:-9vh;
}
.wrapper_head {
	margin: 0px auto;
	padding: 0;
	width: 100%;
	z-index: 1000;
	position: relative;
}
#firstview {
position: relative; 
	height: 109vh;
	width: 100vw;
background:#666;
}
#ibox {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 109vh;
}
#ibox video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#ibox .pattern {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("img/bg_video.png") center top;
  z-index: 2;
}

#firstview img.mainscroll{
	position:absolute;
bottom:20px;
left:0;
right:0;
margin:0 auto;
width:40px;
height:auto;
  animation-name:sample01;
  animation-duration:5s; 
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;　
  z-index:999;
}
@keyframes sample01 {
0% {
 opacity: 0;
 transform: translateY(-30px);
}
  50%{
    opacity: 1;
     transform: translateY(0);
  }
 100% {
 opacity:0;
 transform: translateY(30px);
 } 
}

#firstview{
position:relative;
}
#content {
	padding: 0;
	margin: 0px auto;
	z-index: 10;
	position: relative;
}
#content img.top_banner {
	position: absolute;
	bottom: 1.2vw;
	right: 1.2vw;
	width: 15vw;
	z-index: 99999;
	position: fixed;
}
#content #main {
	width: 100%;
	float: none;
	margin: 0 auto;
	text-align: justify;
}
#content #main p {
	letter-spacing:-0.2px;
	line-height:1.8;
	font-size: 1em;
	margin-bottom:20px;
}
.kasouinr{
padding:15vh 0;
background:#F7F7F7;
}
.single .kasouinr{
padding:15vh 0 0 0;
}
.single .kasouinr img.aligncenter{
width:70%;
height:auto;
margin:0;
}
.sec {
	width: 70%;
	margin: 0 auto;
	box-sizing: border-box;
}
.single .contentbox {
border-bottom:#DEDEDE 1px solid;
padding-bottom:12vh;
margin-bottom:8vh;
}
.single .sec{
padding-bottom:30vh;
}
.single .sec.pd0{
padding-bottom:0;
}


#content .sec h2:first-child{
	margin-top: 0 !important;
}
.bgwhite {
	background: white;
}
/* --------------------------------------
各ページタイトル
--------------------------------------*/

#content #main .singletitle a, #content #main .title a {
	color: #ff6000;
	text-decoration: none;
}
/* --------------------------------------
マウスオーバー設定
--------------------------------------*/

#content #main a:hover img, a:hover img {
	opacity: 0.80;
	/* opera  firefox safari */
	filter: alpha(opacity=80);
	/* ie */
	-ms-filter: "alpha( opacity=80 )";
}

/* --------------------------------------
ヘッダー定義
--------------------------------------*/

#header {
	width: 100%;
	z-index:99999;
	height: 9vh;
	margin: 0px auto;
	background:rgba(0,0,0,0.75);
	position:fixed;
	top:0;
}
/*ロゴ　スクロール時非表示*/

.header_l {
	width: 20%;
	float: left;
	display: none;
}
#pagetop {
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
}
a#pagetop:hover {
	opacity: 0.6;
}
.menu {
	float: right;
}
/* --------------------------------------
フッター定義
--------------------------------------*/
footer {
	background:#000;
	border-top: 1px solid rgba(255,255,255,0.2);
}
#footer {
	clear: both;
	padding: 80px 0 20px 0;
	background: black;
	_margin-bottom: 0px;
	*margin-bottom: 0px;
	position: relative;
	margin-top: 0;
}
#footer img.totop {
	position: absolute;
	right: 5vw;
	bottom: 14vh;
	width: 2.5vw;
}
/* フッター文字色定義 */
ul.footermenu{
display:inline-block;
margin-top:40px;
}
ul.footermenu li{
position:relative;
float:left;
}
ul.footermenu li a{
color:#fff;
text-decoration:none;
padding:0 10px 0 22px;
}
ul.footermenu li:after{
position:absolute;
content:'｜';
color:#fff;
}
ul.footermenu li:last-child:after{
content:none;
}
#footer .iconbox ul li a:hover {
	opacity: 0.60;
	/* opera  firefox safari */
	filter: alpha(opacity=60);
	/* ie */
	-ms-filter: "alpha( opacity=60 )";
}
.fbox {
width:70%;
margin:0 auto;
	background:black;
padding: 60px 0  20px 0;
color:#fff;
font-size:0.8em;
display: flex;
justify-content: space-between;
}
@media screen and (max-width: 1024px) {
	.fbox {
		flex-direction: column ;
	}
}

.fbox .leftbox,.fbox .rightbox{
	display: flex;
flex-direction: column;
align-items:stretch;
}
.fbox ul.snsbox {
	display: flex;
	justify-content: flex-end;
	flex-grow: 1;
}
@media screen and (max-width: 1024px) {
	.fbox ul.snsbox {
		justify-content: flex-start;
		margin-top:20px;
	}
}

.fbox ul.snsbox li{
display:inline-block;
margin-left:20px;
}
.fbox ul.snsbox li img{
height:25px;
width:auto;
}
.fbox img.kb_banner{
	width:450px;
}
@media screen and (max-width: 480px) {
	.fbox img.kb_banner{
		width:100%;
		}
}

.place{
border:#ccc 1px solid;
padding:10px 40px;
display:inline-block;
margin-top:20px;
}
#copyright {
	background:black;
color:#fff;
padding: 20px 0;
	font-size: 0.5rem;
text-align:center;
letter-spacing:1px;
}
#copyright a {
color:#fff;
	text-decoration: none;
letter-spacing:1px;
}
/* --------------------------------------
コンテンツ共通パーツ
--------------------------------------*/

/* お客様編集時のためにここは変えない */

#content #main p {
	padding: 0;
}
#content #main .singleline {
	overflow: hidden;
}
#submain {
background:url("img/bg_ti_kasou.png") center center no-repeat;
background-size:cover;
	height: 25vh;
	overflow: hidden;
display:flex;
align-items:center;
justify-content: center ;
margin-top:9vh;
}
#submain h1 {
padding-top:9vh;
	text-align: center;
}
#submain h1 img{
height:10vh;
width:auto;
}

/* --------------------------------------
見出し設定
--------------------------------------*/

/* h1共通部分 */

#content #main h1.singletitle, #content #main h1, h1 {
}
#content #main h1 .fssm, #content h1 .fssm, #content #main h2 .fssm, #content h2 .fssm {
	letter-spacing: 2px;
	font-size: 0.9rem;
	font-weight: normal;
}
#content #main h1.title {
	margin-top: 0px;
}
#content #main h2, h2 {
	height: auto;
	color: #fff;
	font-size:2rem;
	padding: 0;
	margin: 4vh 0 2vh 0;
font-weight:500;
text-align:center;
}
#content #main h3, h3 {
	clear: both;
	font-size: 20px;
	margin: 30px 0 10px 0;
	line-height: normal;
	padding: 0;
text-align:center;
}
#content #main h4, h4 {
	clear: both;
	font-size: 19px;
	margin: 0 0 10px 0;
	line-height: normal;
	padding: 0;
text-align:center;
}

    
/* --------------------------------------
WordPress FCKEditor table
--------------------------------------*/

table {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 30px;
}
th {
	color:#000;
border-bottom:#DEDEDE 1px solid;
}
.wpcf7 table{
width:45%;
margin:0 auto;
}
.wpcf7 th {
padding:30px 40px 30px 0;
	width: 40%;
border:none;
text-align:right;
vertical-align:top;
}
td {
padding:20px 0;
border-bottom:#DEDEDE 1px solid;
}
.wpcf7 td {
border:none;
display:block;
	padding: 20px 0;
	vertical-align: top;
background:transparent;
}
.table2 input,
.table2 textarea,
.select.wpcf7-form-control{
background:#F7F7F7;
padding:30px 20px;
}
.table2 th {
	vertical-align: middle;
}
/* --------------------------------------
テーブル
--------------------------------------*/

.tablestyle {
	border-collapse: collapse;
	width: 100%;
	margin: 0 auto;
}
.tdstyle {
	background-color: #f5f5f5;
	border: 1px solid #707070;
	padding: 8px 10px;
	width: 26%;
	text-align: center;
	font-weight: bold;
}
.tdstyle_none {
	background-color: #f5f5f5;
	border: 1px solid #707070;
	padding: 8px 10px;
	text-align: center;
}
/* 左寄せ */

.tdstyle2 {
	border: 1px solid #707070;
	padding: 20px;
	text-align: left;
	background-color: white;
}
/* 右寄せ */

.tdstyle3 {
	border: 1px solid #707070;
	padding: 20px;
	text-align: right;
	background-color: white;
}
/* 中央寄せ */

.tdstyle4 {
	border: 1px solid #707070;
	padding: 20px;
	text-align: center;
	background-color: white;
}
/*special css*/

/*end special css*/

/* --------------------------------------
<div class="sq?"></div>での 飾り設定
--------------------------------------*/

.sq1, .sq2, .sq3, .sq4, .sqred {
}
/* 色:グレー */

.sq1 {
	background-color: rgba(255,255,255,0.2);
	margin: 10px 0;
	padding: 20px 20px 0 20px;
}
/* 囲み:グレー */

.sq2 {
	background-color: rgba(255,255,255,0.2);
	margin: 10px 0;
	padding: 20px 20px 0 20px;
}
.sq3 {
	background-color: rgba(255,255,255,0.2);
	margin: 10px auto;
	padding: 20px 60px 0 60px;
	display:inline-block;
}
.sq3.db {
	display:block;
}

/* 囲み：赤 */

.sqred {
	background-color: rgba(255,107,80,0.2);
	margin: 10px 0;
	padding: 20px 20px 0 20px;
}
/*special css*/

/*end special css*/

/* --------------------------------------
便利ボタン
--------------------------------------*/

.btn-round1 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	/*border: 2px solid white;*/
	/*border-radius: 4px;*/
	background: #f20064;
	width: 160px;
	height: 40px;
	/*
	-webkit-box-shadow: 1px 1px rgba(0, 0, 0, 0.1), -1px -1px rgba(0, 0, 0, 0.1);
	box-shadow: 1px 1px rgba(0, 0, 0, 0.1), -1px -1px rgba(0, 0, 0, 0.1);
	*/
	margin-bottom: 30px;
	color: white !important;
	text-decoration: none !important;
	position: relative;
}
.btn-round1:after {
	content: '';
	position: absolute;
	right: 10%;
	top: 50%;
	display: block;
	width: 6px;
	height: 6px;
	border-top: 2px solid white;
	border-right: 2px solid white;
	-webkit-transform: translate(0, -50%) rotate(45deg);
	transform: translate(0, -50%) rotate(45deg);
}
.btn-round1:hover {
	background: #e7003c;
}
.btn-round2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	/*border-radius: 4px;*/
	background: #000;
	color: white !important;
	width: 160px;
	height: 40px;
	/*
	-webkit-box-shadow: 1px 1px rgba(0, 0, 0, 0.1), -1px -1px rgba(0, 0, 0, 0.1);
	box-shadow: 1px 1px rgba(0, 0, 0, 0.1), -1px -1px rgba(0, 0, 0, 0.1);
	*/
	margin-bottom: 30px;
	position: relative;
	text-decoration: none !important;
}
.btn-round2:after {
	content: '';
	position: absolute;
	right: 10%;
	top: 50%;
	display: block;
	width: 6px;
	height: 6px;
	border-top: 2px solid #f20064;
	border-right: 2px solid #f20064;
	-webkit-transform: translate(0, -50%) rotate(45deg);
	transform: translate(0, -50%) rotate(45deg);
}
.btn-round2:hover {
	background: #333;
}
.btn-list1 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	/*border-radius: 4px;*/
	width: 160px;
	height: 40px;
	background: #e5e5e5;
	margin-bottom: 30px;
	/*
	-webkit-box-shadow: 0 1px rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px rgba(0, 0, 0, 0.2);
	*/
	text-decoration: none !important;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	color: #000;
	position: relative;
}
.btn-list1:after {
	content: '';
	position: absolute;
	right: 10%;
	top: 50%;
	display: block;
	width: 6px;
	height: 6px;
	border-top: 2px solid #000;
	border-right: 2px solid #000;
	-webkit-transform: translate(0, -50%) rotate(45deg);
	transform: translate(0, -50%) rotate(45deg);
}
.btn-list1:hover {
	-webkit-box-shadow: none;
	box-shadow: none;
}
.btn-list2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 4px;
	width: 160px;
	height: 40px;
	background: -webkit-gradient(linear, left top, left bottom, from(#fffbf2), to(#f6efd5));
	background: linear-gradient(180deg, #fffbf2, #f6efd5);
	-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2), -1px -1px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2), -1px -1px 1px rgba(0, 0, 0, 0.2);
	margin-bottom: 30px;
	text-decoration: none !important;
}
.btn-list2:after {
	content: '';
	width: 8px;
	height: 8px;
	border-top: 2px solid #b58d5a;
	border-right: 2px solid #b58d5a;
	-webkit-transform: translate(10px, 0) rotate(45deg);
	transform: translate(10px, 0) rotate(45deg);
}
.btn-list2:hover {
	-webkit-box-shadow: 1px 1px rgba(0, 0, 0, 0.05), -1px -1px rgba(0, 0, 0, 0.05);
	box-shadow: 1px 1px rgba(0, 0, 0, 0.05), -1px -1px rgba(0, 0, 0, 0.05);
}
/* --------------------------------------
テキスト飾り設定
--------------------------------------*/

#content #main p.hosoku,.hosoku {
	font-size: 80%;
}
#content #main p.fs2,.fs2 {
	font-size: 120%;
}
#content #main p.fs3,.fs3{
	font-size:130%;
}
#content #main p.fs4,.fs4 {
	font-size: 140%;
	line-height: 1.5;
}
#content #main p.fs5,.fs5 {
	font-size: 150%;
	line-height: 1.5;
}
.mt0 {
	margin-top: 0px !important;
}
.mt10 {
	margin-top: 10px !important;
}
.mt20 {
	margin-top: 20px !important;
}
.mt30 {
	margin-top: 30px !important;
}
.mt40, .pcmt40 {
	margin-top: 40px !important;
}
.mt50 {
	margin-top: 50px !important;
}
.mt60 {
	margin-top: 60px !important;
}
.mt70 {
	margin-top: 70px !important;
}
.mt80 {
	margin-top: 80px !important;
}
.mt100 {
	margin-top: 100px !important;
}
.mt112 {
	margin-top: 112px !important;
}
.mb0 {
	margin-bottom: 0px !important;
}
.mb10 {
	margin-bottom: 10px !important;
}
.mb20 {
	margin-bottom: 20px !important;
}
.mb30 {
	margin-bottom: 30px !important;
}
.mb40 {
	margin-bottom: 40px !important;
}
.mb50 {
	margin-bottom: 50px !important;
}
.mb60 {
	margin-bottom: 60px !important;
}
.mb70 {
	margin-bottom: 70px !important;
}
.mb80 {
	margin-bottom: 80px !important;
}
.ml10 {
	margin-left: 10px !important;
}
.ml15 {
	margin-left: 15px !important;
}
.ml20 {
	margin-left: 20px !important;
}
.ml25 {
	margin-left: 25px !important;
}
.ml30 {
	margin-left: 30px !important;
	;
}
.pt10 {
	padding-top: 10px !important;
}
.yellow {
	background-color: #FFFF85;
	padding: 4px 5px 2px 5px;
	font-weight: normal;
}
/*テキスト装飾*/

.tk1 {
	color: #F79B3E;
	line-height:1.7;
}
.tk2 {
	font-weight: bold;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(30%, #fff76d));
	background: linear-gradient(transparent 50%, #fbff8b 30%);
	/*text-shadow: 0px 2px 0px white;*/
	padding-bottom: 3px;
	color: #000000;
}
.tk3 {
	font-weight: bold;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(30%, #d3f996));
	background: linear-gradient(transparent 50%, #ffdae7 30%);
	/*text-shadow: 0px 2px 0px white;*/
	padding-bottom: 3px;
}
/*電話番号装飾*/

.telarea {
	border: 1px solid #CECECE;
	margin: 0 0 10px 0;
	padding: 20px 20px 0 20px;
	display: inline-block;
}
.teltext {
	font-size: 26px;
}
.freedial {
	text-align: left;
}
.uline {
	color: #F00;
	text-decoration: underline;
	font-style: italic;
}
.round {
	border-radius: 100px;
}
.blue {
	color: #4485e9;
}
.check_list-border li {
	background: url(img/arrowA.png) left 3px no-repeat;
	padding-left: 30px;
	min-height: 22px;
	margin: 4px 0;
}
.check_list li {
	background: url(img/arrowB.png) left 3px no-repeat;
	padding-left: 30px;
	min-height: 22px;
	margin: 4px 0;
}
/*special css*/

/*end special css*/

/* --------------------------------------
WordPress 画像貼付け用
--------------------------------------*/

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignright {
	float: right;
	margin: 0 0 20px 20px;
	display: inline;
}
.alignleft {
	float: left;
	margin: 0 20px 20px 0;
	display: inline;
}
/* --------------------------------------
レイアウトbox(2列・3列・4列)
--------------------------------------*/

.box_wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 20px;
}
.two_box {
	width: calc((100% - 20px) / 2);
	margin: 0 20px 15px 0;
	overflow: hidden;
}
.two_box:nth-child(even) {
	margin: 0 0 15px 0;
}
.two_box .ttl_wrap {
	background: #f5f5f5;
}
.two_box .ttl {
	padding: 3% 3% 0 5% !important;
	font-weight: bold;
	font-size: 1.2rem;
	margin-bottom: 0 !important;
	color: #9261A8;
}
.two_box .txt {
	padding: 0 3% 3% 3% !important;
}
.two_box .more {
	float: right;
	text-decoration: none;
	margin: 0 3% 3% 0;
	position: relative;
	color: #333333;
}
.two_box .more:before {
	position: absolute;
	top: 50%;
	right: calc(100% + 10px);
	content: '';
	width: 8px;
	height: 8px;
	border-top: 1px solid #f20064;
	border-right: 1px solid #f20064;
	-webkit-transform: translate(0, -50%) rotate(45deg);
	transform: translate(0, -50%) rotate(45deg);
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
.two_box .more:hover:before {
	-webkit-transform: translate(5px, -50%) rotate(405deg);
	transform: translate(5px, -50%) rotate(405deg);
}
.three_box {
	width: 33.333333%;
	margin: 0 0 0 0;
	overflow: hidden;
}
.three_box .ttl_wrap {}
.three_box .ttl {
	padding: 3% 3% 2% 5% !important;
	font-weight: bold;
	margin-bottom: 0 !important;
	font-size: 1.2rem;
}
.three_box .txt {
	padding: 0 3% 3% 3% !important;
	font-size: 0.8rem;
}
.three_box .more {
	float: right;
	text-decoration: none;
	margin: 0 3% 3% 0;
	position: relative;
	color: #333333;
}
.three_box .more:before {
	position: absolute;
	top: 50%;
	right: calc(100% + 10px);
	content: '';
	width: 8px;
	height: 8px;
	border-top: 1px solid #f20064;
	border-right: 1px solid #f20064;
	-webkit-transform: translate(0, -50%) rotate(45deg);
	transform: translate(0, -50%) rotate(45deg);
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
.three_box .more:hover:before {
	-webkit-transform: translate(5px, -50%) rotate(45deg);
	transform: translate(5px, -50%) rotate(45deg);
}
.four_box {
	width: 24%;
	margin: 0 1% 0 0;
	overflow: hidden;
	box-sizing:border-box;
}
.four_box:nth-child(4n) {
	margin: 0 0 0 0;
}
.four_box .ttl_wrap {
	background: #fff9d6;
	border-bottom: #fcc400 1px solid;
}
.four_box .ttl {
	padding: 6% 3% !important;
	font-weight: bold;
	font-size: 1.1rem;
	color: #000;
	margin-bottom: 0 !important;
}
.four_box .txt {
	padding: 3% 6% !important;
}
.four_box .more {
	float: right;
	text-decoration: none;
	margin: 0 3% 3% 0;
	position: relative;
	color: #333333;
}
.four_box .more:before {
	position: absolute;
	top: 50%;
	right: calc(100% + 10px);
	content: '';
	width: 8px;
	height: 8px;
	border-top: 1px solid #f20064;
	border-right: 1px solid #f20064;
	-webkit-transform: translate(0, -50%) rotate(45deg);
	transform: translate(0, -50%) rotate(45deg);
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
.four_box .more:hover:before {
	-webkit-transform: translate(5px, -50%) rotate(45deg);
	transform: translate(5px, -50%) rotate(45deg);
}
.two_box img,
.three_box img,
.four_box img{
width:100%;
height:auto;
vertical-align:bottom;
}
.thumbbox.box_wrap{
justify-content: center ;
}
.six_box {
	width: 16%;
	margin: 0 0 0 0.6%;
	overflow: hidden;
	display:inline-block;
}
.six_box:first-child{
	margin: 0 0 0 0;
}
.six_box img{
width:100%;
height:auto;
}

/* --------------------------------------
youtube・googlemap 埋め込み用
--------------------------------------*/

.yt {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.yt iframe, .yt object, .yt embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* --------------------------------------
汎用クラス定義
--------------------------------------*/

.clearfix:after {
	content: ".";
	/* 新しい要素を作る */
	display: block;
	/* ブロックレベル要素に */
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;
	/*\*/
	/*/
  height:  auto;
  overflow: hidden;
  /**/
}
.fixmargin {
	margin-top: -23px;
}
/*-------------------------------------
グローバルナビ定義（gnavi・グロナビ）
------------------------------------- */

#head_pull {
	display: none;
	position: fixed;
	top: 0;
	z-index: 1000;
	width: 100%;
	margin: 0 auto;
}
.pcheader{
width:95%;
margin:0 auto;
display: flex;
align-content:center;
align-items: center;
justify-content: space-between ;
height:9vh;
}
nav {
    display: inline-block;
	margin: 0;
	width:63%;
}
nav ul {
display: flex;
justify-content: flex-end ;
align-items: center;
    margin-bottom: 0;
    }
nav ul li {
flex-basis: auto;
	padding: 0;
	position:relative;
border-right:#fff 1px solid;
text-align:center;
}
nav ul li:last-child,
nav ul li:nth-child(6){
border:none;
}
nav ul li:first-child {
padding: 0;
}
nav ul li a {
    display: block;
text-decoration:none;
font-size:15px;
color:#3E3A39;
}
nav ul li a img {
height:4vh;
}

/*--ロゴ制御--*/
a.navi_logo{
	width:10vw;
}
a.navi_logo img {
	width:100%;
	height:auto;
vertical-align:bottom;
}
#header.fixed a.navi_logo {
	display: block;
	margin: 0px;
	/* transform: scale(0.9); */
}
#header.fixed a.navi_logo img {
	display: block;
	/*animation: rotateplane 1s ease-in;*/
	height: 30px;
	/*pcスクロール後 ロゴの横幅*/
	width: auto;
	margin-top: 15px;
}

@-webkit-keyframes rotateplane {
	0% {
		-webkit-transform: perspective(200px) rotateX(90deg)
	}
	100% {
		-webkit-transform: perspective(200px) rotateX(0deg)
	}
}
/*--ここまで--*/

#overlay {
	z-index: 1000 !important;
}
#lightbox {
	z-index: 9999 !important;
}
/*++++++++++++++++ nav button set ++++++++++++++++*/

.button a {
	float: left;
	border-right: 1px solid #7A0114;
	/* 上部メニューボタンの区切り線の色が設定できます */
	background: #C58D9A;
	/* 上部メニューボタンの背景色が設定できます */
	height: 30px;
	margin: 0;
	padding: 7px 15px 7px 15px;
	text-decoration: none;
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: #fff;
	/* 上部メニューボタンの文字色が設定できます */
	display: block;
}
html>body .button a {
	height: 16px;
	font-size: small;
}
.button a.active, .button a:hover {
	background: #fff;
	/* 上部メニューボタンの背景色（マウスオンの状態）が設定できます */
	color: #C58D9A;
	/* 上部メニューボタンの文字色（マウスオンの状態）が設定できます */
}
.button a.selected {
	background: #fff;
	/* 上部メニューボタンの背景色（セレクト時）が設定できます */
	color: #C58D9A;
	/* 上部メニューボタンの文字色（セレクト時）が設定できます */
}
.button a:active.selected, .button a:hover.selected {
	background: #fff;
	/* 上部メニューボタンの背景色（セレクト時のマウスオンの状態）が設定できます */
	color: #C58D9A;
	/* 上部メニューボタンの文字色（セレクト時のマウスオンの状態）が設定できます */
}
.button a.nolink {
	background: #C58D9A;
	/* 上部メニューボタンの背景色（リンクなし）が設定できます */
	color: #ccc;
	/* 上部メニューボタンの文字色（リンクなし）が設定できます */
}
/* -------------------------------------
ドロップダウン
-------------------------------------*/

.menu.menu_navi ul.sub-menu {
	display: none;
	position: absolute;
	left: 1px;
	top: 37px;
	z-index: 9999;
	width: 100%;
	background-color: rgba(255, 255, 255, 0.9);
}
#header.fixed .menu.menu_navi ul.sub-menu {
	top: 36px;
}
.menu.menu_navi li a.hover {
	background-position: 0 -50px;
	/*ナビの高さ*/
}
.menu.menu_navi ul.sub-menu li {
	float: none;
	/* border-bottom: 1px solid #716C06; */
	/* position: static; */
	background-image: none;
	text-align: center;
	position: relative;
	/* border-bottom: 1px solid gray; */
	width: auto;
	display: block;
	/* margin: 0 auto; */
	/* background-color: rgba(255, 246, 87, 1); */
}
.menu.menu_navi ul.sub-menu li:hover {
	background-color: rgb(255, 249, 190);
}
.menu.menu_navi ul.sub-menu li a {
	text-indent: 0px;
	font-size: 12px !important;
	height: auto;
	padding: 12px 10%;
	color: #302E1E;
	/* font-weight: bold; */
	text-align: left;
	display: block;
	width: auto;
	position: relative;
	border-bottom: none;
	margin: 0;
	/* background-color: rgba(255, 246, 87, 1); */
	width: 80%;
}
/*
.menu.menu_navi ul.sub-menu li a:hover {
	opacity: 0.70;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}
*/

/* --------------------------------------
コンテンツ部分のdiv&pにおけるimg飛び出しの解除
--------------------------------------*/

/* -------
div
----------*/

#main div:after {
	content: ".";
	/* 新しい要素を作る */
	display: block;
	/* ブロックレベル要素に */
	clear: both;
	height: 0;
	visibility: hidden;
}
#main div {
	min-height: 1px;
}
* html #main div {
	height: 1px;
}
/* -------
fontcontrol
----------*/

#control {
	position: absolute;
	top: 5px;
	right: 5px;
}
#control a {
	color: white;
	text-decoration: none;
}
#control a:hover {
	text-decoration: underline;
}
span#intro {
	font-size: 13px;
	margin-right: 5px;
}
span#f-big {
	background-color: black;
	padding: 2px 4px;
	margin-right: 2px;
}
span#f-medium {
	background-color: black;
	padding: 2px 4px;
	margin-right: 2px;
}
span#f-small {
	background-color: black;
	padding: 2px 4px;
}
/* --------------------------------------
中央寄せ・右寄せ
--------------------------------------*/

.ac {
	text-align: center;
}
.ar {
	text-align: right;
}
.al {
	text-align: left;
}
/* --------------------------------------
リスト（FontAwesome)
--------------------------------------*/

ul {
	text-align: left;
}
/* ---------------------
H レスポンシブ用
------------------------*/

/* PC用とモバイル用のロゴを出し分ける */

#pc_logo {
	display: inline;
}
#pc_logo img {
	margin: 0 auto;
}
#mobile_logo {
	display: none;
}
#mobile_button {
	display: none;
}
.mobile_menu {
	display: none;
}
#mobile_main {
	display: none;
}
/* デスクトップでは非表示にする */

#panel, #mobile_side, .mobile_only, #mobile_tel, #mobile_main {
	display: none;
}
	.pc_onlyac {
		text-align:center;
	}

#content #main p.wp-caption-text {
	margin-top: 2px;
	font-size: 14px;
	text-align: center;
	margin-right: 10px;
	padding: 10px 10px 0;
	line-height: 17px;
}
.rightbox {
	float: right;
}
.leftbox {
	float: left;
}
.w40 {
	width: 40%;
}
.w60 {
	width: 60%;
}
/* コンタクトフォーム */

input.wpcf7-form-control {
	height: 30px;
	line-height: 2;
	margin: 10px auto;
	border: 1px solid #d8d8d8;
}
textarea.wpcf7-form-control {
	border: 1px solid #d8d8d8;
	margin: 10px auto;
}
.wpcf7-form table input, .wpcf7-form table textarea {
	width: 100%;
	border: none;
	resize: none;
}
.wpcf7-form table textarea {
	height: 200px;
}
.wpcf7 input,
.wpcf7 textarea {
font-size:15px;
	}

/* --------------------------------------
フォームボタン
--------------------------------------*/

.sbtn_1 input[type="submit"], .sbtn_1 input[type="button"], .sbtn_1 input[type="confirm"], .sbtn_1 input[type="reset"],a.linkbtn4{
  font-family:"Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	position: relative;
	display: inline-block;
background:#9E210A;
	font-weight: bold;
	color: #fff;
	text-align: center;
	z-index: 10;
	font-size: 1rem;
	font-weight: normal;
	width: 300px;
	height: 50px;
	line-height: 50px;
	text-decoration: none;
	margin: 40px auto;
	letter-spacing: 2px;
transition:0.4s;
border:none;
}

.sbtn_1 input:hover {
}
ul.newsblog .datetxt {
	display: block;
	width: 20%;
	color: #003044;
	float: left;
}
ul.newsblog a .newsblog_title {
	display: block;
	padding-left: 20%;
	border-bottom: #ccc solid 1px;
}
ul.newsblog a {
	text-decoration: none;
}

/* --------------------------------------
アコーディオン
--------------------------------------*/

#accordion {
	overflow: hidden;
}
#accordion .not-pull {
	overflow: hidden;
	cursor: pointer;
	display: block;
	position: relative;
}
#accordion .pull {
	overflow: hidden;
	display: none;
}
.accordion_icon, .accordion_icon span {
	display: inline-block;
	transition: all .3s;
	box-sizing: border-box;
	z-index: 99999;
}
.accordion_icon {
	position: absolute;
	width: 20px;
	height: 20px;
	top: 35px;
	right: 20px;
}
.accordion_icon span {
	position: absolute;
	width: 100%;
	height: 2px;
	background-color: #00058D;
}
.accordion_icon span:nth-of-type(1) {
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
}
.accordion_icon span:nth-of-type(2) {
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
}
.accordion_icon.active span:nth-of-type(1) {
	display: none;
}
.accordion_icon.active span:nth-of-type(2) {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
}
.com_only{
display: block;
}
.tablet_only,
.smart_only{
display:none;
}
.blogbox{
padding-bottom:20px;
margin-bottom:10px;
margin-top:40px;
position:relative;
border-bottom:1px solid rgba(255,255,255,0.2);
}
.blogbox:last-child{
border-bottom:none;
}
.blogbox .newicon{
position:absolute;
top:-3px;
left:80px;
background:rgba(255,255,255,0.6);
color:#000;
padding:3px 8px;
font-size:13px;
}
.blogbox .txtbox .date{
color:#A2A2A2;
}
.blogbox .txtbox img{
display:block;
}
#content #main .blogbox p.ti{
font-size:20px;
}
.pagenavi{
text-align:center;
margin:40px 0;
}
a.linkbtn,
button#more-button {
	position: relative;
	display: inline-block;
	background: black;
	font-weight: bold;
	color: #fff;
	text-align: center;
	z-index: 10;
	font-weight: normal;
padding:10px 40px;
	text-decoration: none;
	margin: 0 auto;
transition:0.4s;
border:none;
width:300px;
box-sizing:border-box;
}
a.linkbtn:hover,
button#more-button:hover {
	background-color: rgba(35,35,35,100);
}
a.linkbtn2{
	position: relative;
	display: inline-block;
	background: #9E210A;
	font-weight: bold;
	color: #fff;
	text-align: center;
	z-index: 10;
	font-weight: normal;
padding:10px 40px;
	text-decoration: none;
	margin: 0 auto;
transition:0.4s;
position:relative;
width:300px;
box-sizing:border-box;
}
a.linkbtn2:hover{
	background-color: #841A06;
}
a.linkbtn3{
	position: relative;
	display: inline-block;
	background: transparent;
	font-weight: bold;
	color: #000;
	background:white;
	text-align: center;
	z-index: 10;
	font-size: 1rem;
	font-weight: normal;
padding:10px 40px;
	text-decoration: none;
	margin: 10px auto 20px auto;
	letter-spacing: 2px;
transition:0.4s;
position:relative;
width:300px;
box-sizing:border-box;
}
a.linkbtn3:hover {
	background-color: #ccc;
}
.catbox{
text-align:center;
}
ul.catlist{
display:inline-block;
width:auto;
margin-bottom:15vh;
}
ul.catlist li{
float:left;
position:relative;
color:#A2A2A2;
}
ul.catlist li:after{
position:absolute;
right:0;
top:0;
content:"|";
}
ul.catlist li:last-child:after{
content:none;
}
ul.catlist li a{
color:#A2A2A2;
text-decoration:none;
display:block;
padding: 0 1.4vw 0 1.2vw;
}
.prev-next{
width:100%;
margin:10vh 0;
text-align:center;
}
.prev-next a{
text-decoration:none;
letter-spacing:2px;
color:#3E3E3E;
}
.prev-next img.prev,
.prev-next img.next{
vertical-align:top;
}
.prev-next img.prev{
margin-right:10px;
}
.prev-next img.next{
margin-left:10px;
}
.prevbox{
float:left;
}
.nextbox{
float:right;
}
.mincho{
font-family:"Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}
.hissu{
background: #fff;
color:#7FC300;
padding:2px 10px;
font-size:0.8rem;
margin-left:20px;
border:#7FC300 1px solid;
}
/*フォーム幅の調整*/
.field_wrap{
	width: 80%;
	display: table;
    margin:0 auto;
}
.field_wrap.first{margin-top: 30px;}
.field_name{
	display: table-cell;
	width: 240px;
    padding: 20px 0 20px 30px;
	border-bottom: 1px solid rgba(255,255,255,0.1);
    color: #fff;
	vertical-align:middle;
}

.field{
	display: table-cell;
	padding: 20px 0 20px 30px;
	border-bottom: 1px solid rgba(255,255,255,0.1);
}

#main div.field_name.require:after,
#main div.field_name.any:after{
    display: inline-block;
    font-size: 10px;
	line-height: normal;
    border-radius: 2px;
    padding: 0 6px 1px;
    margin: 0 0 0 10px;
    position: relative;
    bottom: 2px;
	visibility: visible;
	height: auto;
}
#main div.field_name.require:after{
	content:"必須";
	color: #9E210A;
	border: 1px solid #9E210A;
}
#main div.field_name.any:after{
	content:"任意";
	color: #999;
	border: 1px solid #999;
}
#main div.field_wrap:after{content:none;}

.topbtn{
border-top: 1px solid #666;
border-bottom: 1px solid #666;
background:black;
display:flex;
justify-content: space-between ;
}
.topbtn a{
display:inline-block;
color:#fff;
padding:20px;
text-align:center;
}
.topbtn a:first-child{
border-right:1px solid #666;
padding:20px 40px;
}
dl.topnews{
padding:2vh 0;
position:relative;
}
dl.topnews dt{
font-size:90%;
width:15%;
    padding: 10px 0;
}
dl.topnews dd{
    padding: 10px 0 10px 15%;
    border:none;
text-align:left;
font-size:1em;
}
dl.topnews a,
dl.topnews dd a:visited{
color:#000;
font-size:1em;
}
dl.topnews img.viewmore{
position:absolute;
right:0;
top:3vh;
width:10vw;
height:auto;
}
.top1box{
background:url("img/bg_pride.png") center top repeat-y,#BA1800;
background-size:cover;
padding-bottom:10px;
}
img.secTi{
height:12vh;
width:auto;
vertical-align:top;
}
#content #main .top1box h2.ti1,
#content #main .top1box h2.ti2{
padding:0;
height:8vh;
background:rgba(85,16,3,0.75);
}
#content #main .top1box h2.ti1{
width:75%;
float:left;
text-align:right;
padding-right:15vw;
margin-top:20px !important;
}
#content #main .top1box h2.ti2{
width:75%;
float:right;
margin-top:10px;
padding-left:15vw;
text-align:left;
}
#content #main .top1box h2 img{
height:13vh;
width:auto;
vertical-align:middle;
margin-top:-2.5vh;
}
#content #main .top1box h2.ti1 .inr,
#content #main .top1box h2.ti2 .inr{
display:block;
}
.home .box_wrap{
align-items:center;
justify-content: space-between ;
}
.box_wrap .txtbox{
width:35%;
}
.box_wrap .picbox{
width:60%;
}
.box_wrap.type2 .picbox{
width:50%;
}
.box_wrap.type2 .txtbox{
width:40%;
}
.home  .txtbox,
.home  .picbox{
margin-top:-10px;
}
.box_wrap .txtbox img,
.box_wrap .picbox img{
width:100%;
height:auto;
}
.top2box{
background:black;
color:#fff;
}
.top3box{
background:url("img/bg_order.png") center top repeat-y,#fff;
background-size:cover;
padding-bottom:10px;
}
.top3box .picbox{
text-align:right;
}
.top3box .picbox img{
width:80%;
height:auto;
}
.top4box{
background:#F2EFEF;
position:relative;
padding-top:360px;
}
.top4box img.noren{
position:absolute;
top:0;
right:0;
left:0;
margin:auto;
width:100%;
height:auto;
}
.top4box img.secTi{
position:absolute;
top:0;
right:0;
left:0;
margin:auto;
z-index:99999;
}
.top5box{
background:url("img/bg_award.png") center top repeat-y,#BA1800;
background-size:cover;
padding-bottom:10px;
}
.top5box ul li{
background:url("img/icon_crawn.svg") left 10px no-repeat;
padding-left:25px;
background-size:15px;
color:#fff;
line-height:2.2;
}
.top5box .picbox{
text-align:right;
}
.top5box .picbox img{
width:80%;
height:auto;
}
.top6box{
background:url("img/bg_recruit.png") center top no-repeat;
background-size:cover;
padding-bottom:10px;
color:#fff;
}
#content #main .top6box h2{
margin-bottom:4vh;
}
#content #main .top6box h2 img{
height:8vh;
width:auto;
}
.scrollfade{
opacity:0;
transition:1s;
}
.scrollfade.blockIn{
opacity:1;
}
.menupicbox{
height:300px;
display:flex;
align-items: center ;
justify-content: center ;
}
.menupicbox.menu1{
background:url("img/bg_menu1.png") center top no-repeat;
background-size:cover;
}
.menupicbox img{
height:auto;
width:700px;
}
.page-menu .sq1{
width:40%;
margin:20px auto;
padding-bottom:10px;
margin-bottom:40px;
}
.page-menu .sq2{
width:60%;
margin:20px auto;
padding-bottom:10px;
margin-bottom:40px;
}
.page-menu .menubox2 .imgbox img{
border:1px solid rgba(255,255,255,0.2);
margin-bottom:20px;
}
.page-menu .menubox2{
text-align:center;
}
.page-menu #content #main .menubox2 p{
margin-bottom:5px;
}
.page-menu .menubox2 dl{
width:70%;
margin:20px auto 0 auto;
}
.page-menu .menubox dl dt{
position:relative;
line-height:2;
padding-left:20px;
}
.page-menu .menubox dl dd{
font-size:1.4em;
}
.page-menu .menubox dl dt img.osusume{
position:absolute;
top:15px;
left:-80px;
width:80px;
height:auto;
}
#content #main .menubox2 > .two_box p:nth-of-type(2) img{
height:40px;
width:auto;
}
.kasoumain{
height:300px;
margin-bottom:40px;
display:flex;
align-items: center ;
justify-content: center ;
align-content: center ;
}
.kasoumain.km_order{
background:url("img/bg_main_order.png") center top no-repeat;
background-size:cover;
}
.kasoumain.km_event{
background:url("img/bg_main_event.png") center top no-repeat;
background-size:cover;
}
.kasoumain.km_mind{
background:url("img/bg_main_mind.png") left top no-repeat;
background-size:cover;
}
.kasoumain.km_policy{
background:url("img/bg_main_policy.png") left top no-repeat;
background-size:cover;
margin-bottom:0;
}
#content #main .kasoumain h2 img{
height:100px;
width:auto;
}

/*ORDERお取り寄せページ*/
#content #main.kasou .ac{
text-align:center;
}
#content #main #p_order .ac .sq3{
text-align:left;
}
.sliderbox{
width:45%;
margin:20px auto 40px auto;
}
.itembox{
width:55%;
margin: 0 auto;
}
.itembox.w65{
width:75%;
margin: 0 auto;
}
.itembox.dil{
width:auto;
display:inline-block;
margin: 0 auto;
}
.itembox.bt{
border-top:rgba(255,255,255,0.2) 1px solid;
border-bottom:rgba(255,255,255,0.2) 1px solid;
padding:30px 0 10px 0;
}
#content #main .itembox p.ti{
font-size:30px;
margin-bottom:0;
}
ul.award li{
background:url("img/icon_crawn.svg") left center no-repeat;
background-size:15px;
margin-bottom:6px;
padding-left:20px;
}
ul.award.fs2 li{
padding-left:30px;
line-height:1.6;
}
.itembox dl dt{
width:30%;
font-size:1em;
padding:20px 0;
}
.itembox dl dd{
padding:20px 0 20px 30%;
font-size:1em;
text-align:left;
border-bottom: 1px solid rgba(255,255,255,0.1);
}
.itembox dl dd:last-child{
border-bottom:none;
}

img.telimg{
width:250px;
height:auto;
}

dl.tal dt{
width:28%;
font-size:1em;
padding:20px 0;
}
dl.tal dd{
padding:20px 0 20px 28%;
font-size:1em;
text-align:left;
border-bottom: 1px solid rgba(255,255,255,0.1);
}
.cmbox{
text-align:center;
margin-top:40px;
}
.cmbox video{
width:60%;
height:auto;
}
.accessbox.box_wrap{
align-items:center;
align-content: center ;
}
.accessbox{
margin-top:40px;
position:relative;
}
.accessbox .txt{
background:rgba(255,255,255,0.2);
padding:20px;
width:60%;
text-indent:-60px;
padding-left:80px;
}
.accessbox .pic{
width:40%;
}
.accessbox .pic img{
width:100%;
height:auto;
}
.number{
 background: rgba(158,33,10,0.7);
font-size:26px;
padding:10px 12px;
border-radius:50%;
margin-right:10px;
}
.accessbox .arrow{
position:absolute;
bottom:-40px;
left:30%;
}
.fa-chevron-down{
color:rgba(255,255,255,0.2);
font-size:200%;
}
.eventbox{
padding-top:0px;
}
.eventbox .two_box{
position:relative;
}
 #content #main.kasou .eventbox h3{
position:absolute;
top:0px;
left:0;
right:0;
margin:0 auto;
}
.eventbox .two_box .sq1{
margin-top:30px;
padding-top:60px;
}
.historybox{
width:60%;
margin:0 auto;
padding:10px;
position:relative;
border-bottom:rgba(255,255,255,0.2) 1px solid;
}
#content #main .historybox p.date,
#content #main .historybox p.ti{
display:inline-block;
margin-bottom:0;
}
#content #main .historybox p.date{
width:25%;
}
#content #main .historybox p.ti{
width:70%;
padding-right:5%;
}
 .historybox a{
   position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}
 .historybox img.e_arrow{
   position:absolute;
    top:17px;
    right:10px;
width:6px;
height:auto;
}
 .historybox a:hover{
background:rgba(255,255,255,0.1);
}

/*見出しspecial*/

#content #main h2.spe{
padding:0;
margin-bottom:20px;
background:rgba(158,33,10,0.5);
}
#content #main h2.spe.type2{
margin:20px 0;
padding:20px 0;
font-size:22px;
}
#content #main #p_policy h2.spe.type2{
margin:0 0 40px 0;
}
#content #main #p_about h2.spe.type2,
#content #main #p_recruit h2.spe.type2{
margin:0 0 0 0;
}
#content #main h2.flag{
background:rgba(158,33,10,0.5);
  position: relative;
font-size:22px;
text-align:left;
padding:20px 20px;
box-sizing:border-box;
margin-top:0;
}
#content #main h2.flag:after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
}
#content #main h2.flag:after {
  top: 0;
  right: 0;
  border-width: 30px 15px 30px 0px;
  border-color: transparent #000 transparent transparent;
  border-style: solid;
}

#content #main h2.spe img,
#content #main.kasou h3 img {
    height: 100px;
    width: auto;
    vertical-align:bottom;
}
#content #main h3.spe{
background:rgba(255,255,255,0.2);
padding:10px 0;
margin:40px 0 20px 0;
}
#content #main h3.spe.type2{
background:rgba(255,255,255,0.1);
}
 #content #main h3.spe img{
height:60px;
width:auto;
}
#content #main.kasou #p_order h3{
    background: rgba(158,33,10,0.5);
    margin:40px 0;
    }
#content #main.kasou #p_order h3 img {
    height: 80px;
    width: auto;
    vertical-align:bottom;
}
 #content #main.kasou .eventbox h3 img{
height:60px;
width:auto;
}
/*
.messagebox{
background:url("img/nakamura.png") left 20px no-repeat;
background-size:25%;
padding-top:40px;
}
*/
.messagebox{
background:url("img/nakamura2.png") left 20px no-repeat;
background-size:25%;
padding-top:40px;
}
.storybox{
background:url("img/bg_stroy.png") right bottom no-repeat;
background-size:cover;
padding-bottom:100px;
padding-top:40px;
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: rgba(255,255,255,0.2) !important;
}
#p_policy .txtbox{
  background: rgba(255,255,255,0.1);
  padding:20px 20px 0 20px;
  margin-top:40px;
}
.your-post input.wpcf7-form-control,
.your-kosu input.wpcf7-form-control{
width:80px !important;
}
.your-post2 input.wpcf7-form-control{
width:100px !important;
}
#content #main h2.ama{
height:100px;
}
#content #main h2 .amaebi{
position:relative;
width:auto;
display:inline-block;
}
#content #main h2 .amaebi img.honmaru{
position:absolute;
left:-60px;
top:-20px;
width:140px;
height:auto;
margin:0;
}

/******************************
★  Queries タブレット・スマフォ表示の設定(1024px以下で読み込むcss)
******************************************************************************************************************************/

@media screen and (max-width: 1024px) {
	body {
		min-width: 100%;
	}
.sec {
    width: 85%;
}
#content #main h1, h1 {
}
#content #main h2, h2 {
    font-size: 2rem;
    margin-bottom: 20px;
}
#content #main h3, h3 {
    font-size: 1.2rem;
}
	#ibox {
/*	background:url("img/main1.jpg") left bottom no-repeat;
background-size:cover;*/
	width: 100%;
	position: relative;
	display: flex ;
align-items: center ;
align-content: center ;
	height: 550px;
	}
dl dt,
dl dd{
font-size:1rem;
}
#footer img.totop {
	bottom: 8vh;
}
.com_only,
.smart_only{
display:none;
}
.tablet_only{
display:block;
}
.menu{
height:60px;
}
.menu li a.navi_logo img {
    width: 20vw;
}
.menu.menu_navi li a{
font-size:0.6rem;
}

a.linkbtn, button#more-button {
    margin: 5Vh auto 0 auto;
}
#submain,
.page-contact #submain {
    margin-top: 5vh;
height:35vh;
}
.kasouinr {
    padding: 5vh 0;
}
.single .kasouinr {
    padding: 5vh 0 0 0;
}
ul.catlist {
    margin-bottom: 5vh;
}
.single .sec {
    padding-bottom: 5vh;
}
.menu.menu_navi li img.htel {
    width: 120px;
}
.menu.menu_navi li img.hcontact{
    width: 100px;
}
}

/******************************
★ Media Queries タブレット・スマフォ表示の設定(599px以下で読み込むcss)
******************************************************************************************************************************/

@media screen and (max-width: 599px) {
	/* 構造 */
	*, *:before, *:after {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
	}
	body {
		min-width: 320px;
overflow-x: hidden;
		/*-webkit-text-size-adjust: 100%;*/
	}
	.pcheader{
		display:none;
	}
	.wrapper {
		z-index: 10;
		width: 100%;
	}
	.wrapper_head, #header {
		margin: 0px auto;
		padding: 0;
		width: 100%;
		z-index: 1000;
		position: relative;
	}
	#header h1 {
		/* h1はなしにしています */
		display: none;
	}
	.headnav, #footermenu {
		/* tel画像、フッターメニューを非表示にしています */
		display: none;
	}
		.sp_logo{
		position:absolute;
		left:12px;
		top:6px;
}
	.sp_logo img{
width:140px;
height:auto;
}
a.hbtn img{
height:30px;
width:auto;
position:absolute;
right:55px;
top:13px;
}
	#submain {
margin-top:55px;
	height: 25vh;
}
	#submain h1 {
margin-bottom:0;
	}
	#submain h1 .fssm {
		font-size: 0.9rem;
}
	#header.fixed .header_l img {
		display: block;
	}
	#content #main {
		width: 100%;
		float: none;
		display: block;
		margin: 0;
		padding: 0 0 0 0;
		font-size: 13px;
	}
	.home #content #main, .page-allitems #content #main {
		padding-top: 0;
	}
	.sp_ac {
		text-align: center !important;
	}
	#ibox {
		height: 109vh;
		width:auto;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
}
	#content img.top_banner {
		width: 40vw;
	}
	.cbox {
		display: inline-block;
		width: 60px;
		height: 60px;
		position: relative;
		border: 1px solid transparent;
		cursor: pointer;
		margin: 0 1%;
	}
	#content img, #content iframe {
		max-width: 100%;
		height: auto;
	}
	#content {
		width: auto;
	}
	#pan {
		width: auto;
		margin-left: 10px;
	}
	#content .sec {
		width: 90%;
		margin: 0 auto;
	}
	.mobile_only {
		/* モバイルにだけ表示させたいものに使用する */
		display: block;
	}
	.pc_only {
		/* pcにだけ表示させたいものに使用する */
		display: none;
	}
	.pc_onlyac {
		text-align:justify;
	}
	/* ヘッダー */
	#pc_button {
		display: none;
	}
.pcmt40 {
	margin-top: 0 !important;
}

		#mobile_button {
		display: block;
		background-color: transparent;
		height: 30px;
		width: 30px;
		padding: 0;
		position: absolute;
		top: 15px;
		right: 12px;
	}
	#mobile_button.active {
	}
	#mobile_button .menutxt {
		/* font-size: 10px; */
		text-decoration: none;
		position: relative;
		border: none;
		display: block;
	}
	#mobile_button .menutxt svg {
		width: 30px;
		height: auto;
	}
	#mobile_button .menutxt svg path {
		fill:#666666;
	}
	.lineswrap {
		height: 30px;
	}
	#mobile_button .lines {
		background: white;
		display: inline-block;
		width: 28px;
		height: 1px;
		position: relative;
		transition: .3s;
		-o-transition: .3s;
		-ms-transition: .3s;
		-moz-transition: .3s;
		-webkit-transition: .3s;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
	}
	#mobile_button .lines:after, #mobile_button .lines:before {
		background: white;
		position: absolute;
		display: inline-block;
		width: 28px;
		height: 1px;
		content: '';
		transition: .3s;
		-o-transition: .3s;
		-ms-transition: .3s;
		-moz-transition: .3s;
		-webkit-transition: .3s;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
	}
	#mobile_button .lines {
		top: 0px;
		right: 0;
	}
	#mobile_button .lines:before {
		top: 11px;
		right: 0;
	}
	#mobile_button .lines:after {
		top: -11.5px;
		right: 0px;
	}
	#mobile_button a.active {
		display: block;
		position: relative;
		height: auto;
		padding: 10px 0;
		margin-top: 0px;
		z-index: 1020;
		cursor: pointer;
	}
	#mobile_button.active .menutxt {
		display: none;
	}
	#mobile_button.active .lines{
	}
	#mobile_button.active .lines:after, #mobile_button.active .lines:before {
		background: #fff;
		z-index: 9999999;
	}
	#mobile_button.active .lines:before {
		top: 0;
		right: 0;
		transform: rotate3d(0, 0, 1, 45deg);
		-o-transform: rotate3d(0, 0, 1, 45deg);
		-ms-transform: rotate3d(0, 0, 1, 45deg);
		-moz-transform: rotate3d(0, 0, 1, 45deg);
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transition: .3s;
		-o-transition: .3s;
		-ms-transition: .3s;
		-moz-transition: .3s;
		-webkit-transition: .3s;
	}
	#mobile_button.active .lines:after {
		top: 0;
		right: 0;
		transform: rotate3d(0, 0, 1, -45deg);
		-o-transform: rotate3d(0, 0, 1, -45deg);
		-ms-transform: rotate3d(0, 0, 1, -45deg);
		-moz-transform: rotate3d(0, 0, 1, -45deg);
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transition: .3s;
		-o-transition: .3s;
		-ms-transition: .3s;
		-moz-transition: .3s;
		-webkit-transition: .3s;
	}
	a#sidr-menu-button {
		display: block;
		height: auto;
		text-decoration: none;
	}
	#mobile_main {
		display: inline-block;
	}
	#mobile_main img {
		max-width: 100%;
	}
	#header {
		display:block;
		margin-top: 0;
		height: 55px;
		position: fixed;
		background:transparent;
	}
	#header .header_l {
		display: block;
		position: relative;
		width: 100%;
		height: 100%;
	}
	/* ハンバーガーボタン */
	#panel-btn {
		display: inline-block;
		position: relative;
		width: 50px;
		height: 50px;
		/*  margin: 20px 0 10px;*/
		background: #fff;
	}
	#panel-btn:hover {
		background: #fafafa;
	}
	#panel-btn-icon {
		display: block;
		position: absolute;
		top: 50%;
		left: 50%;
		width: 30px;
		height: 4px;
		margin: -2px 0 0 -15px;
		background: #666;
		transition: .2s;
	}
	#panel-btn-icon:before, #panel-btn-icon:after {
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		left: 0;
		width: 30px;
		height: 4px;
		background: #666;
		transition: .3s;
	}
	#panel-btn-icon:before {
		margin-top: -10px;
	}
	#panel-btn-icon:after {
		margin-top: 6px;
	}
	#panel-btn .close {
		background: transparent;
	}
	#panel-btn .close:before, #panel-btn .close:after {
		margin-top: 0;
	}
	#panel-btn .close:before {
		transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
	}
	#panel-btn .close:after {
		transform: rotate(-135deg);
		-webkit-transform: rotate(-135deg);
	}
	#panel {
		display: none;
		top: 50px;
		background-color: rgba(255, 255, 255, 0.8);
		padding: 40px;
		width: 100%;
		height: 100%;
		right: 0;
		position: absolute;
		z-index: 5;
	}
	#panel li a {
		text-decoration: none;
		font-size: 87%;
		line-height: 1.3;
		padding: 10px 15px;
		border-radius: 5px;
		color: white;
		width: 220px;
		display: block;
		margin: 0 auto 12px;
		font-weight: bold;
	}
	#panel .menu_list1 li a {
		/* 固定ページのリスト部分 */
		background-color: #393871;
	}
	#panel .menu_list2 li a {
		/* 投稿カテゴリのリスト部分 */
		background-color: #ccc;
		color: #333;
	}
	/* ハンバーガー開閉後メニュー */
	.mobile_menu {
		width: 100vw;
		height: 100vh;
		position: fixed;
		z-index: 999;
		background: #000;
		padding-top:80px;
		box-sizing:border-box;
	}
	.mobile_menu ul.menu {
		width:80%;
		float: none;
		height: auto;
		display: block;
		padding: 0 20px;
		margin:0 auto;
	}
	.mobile_menu ul.menu li {
		list-style-type: none;
		line-height: normal;
		float: none;
		text-align:left;
		padding:13px 0 0 0;
	}
	.mobile_menu ul.menu li:last-child {
		padding:13px 0 6px 0;
}
	.mobile_menu ul.menu li a {
		width: 100%;
		display: block;
		color: #fff;
		font-size: 14px;
		text-decoration: none;
		letter-spacing: 1px;
		position: relative;
		border-bottom:#999 1px solid;
		padding-bottom:10px;
		margin:0;
		background: url("/gomarenkan/img/arw-side.svg") right 12% no-repeat;
		background-size: 9px auto;
	}
	.mobile_menu ul.menu li:first-child a {
				padding-top:20px;
	border-top:#cccccc 1px solid;
}
	.mobile_menu ul.menu li:last-child a {
			border-bottom:none;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translate3d(-3%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
	.mobile_menu ul.menu li{
  opacity: 0;
  animation-name: fadeIn;
  transform: translateX(0);
  animation-duration: 0.5s; /* アニメーションの長さ */
  animation-fill-mode: forwards; /* アニメーション終了時のスタイルをアニメーション終了後でも適用させる */
    }
	.mobile_menu ul.menu li:nth-child(1) {
  animation-delay: 0s;
}
	.mobile_menu ul.menu li:nth-child(2) {
  animation-delay: 0.1s;
}
	.mobile_menu ul.menu li:nth-child(3) {
  animation-delay: 0.2s;
}
	.mobile_menu ul.menu li:nth-child(4) {
  animation-delay: 0.3s;
}
	.mobile_menu ul.menu li:nth-child(5) {
  animation-delay: 0.4s;
}
	.mobile_menu ul.menu li:nth-child(6) {
  animation-delay: 0.5s;
}
	.mobile_menu ul.menu li:nth-child(7) {
  animation-delay: 0.6s;
}
	.mobile_menu ul.menu li:nth-child(8) {
  animation-delay: 0.7s;
}
	.mobile_menu ul.menu li:nth-child(9) {
  animation-delay: 0.8s;
}
	.mobile_menu ul.menu li:nth-child(10) {
  animation-delay: 0.9s;
}
	.mobile_menu ul.menu li.insta img{
	width: 15px;
	height: 15px;
	margin-left:10px;
}
#fixnav {
	position: fixed;
	/* ヘッダーバーを固定 */
	top: 0;
	/* 上から0の位置に固定 */
	left: 0;
	/* 左から0の位置に固定 */
	z-index:99999;
}
#fixnav.fixed #header{
	background: rgba(0,0,0,1);
transition:.8s;
}

.aboutbox{
background:#2E2E2E;
padding:10px;
width:80%;
margin:0 auto;
text-align:center;
color:#fff;
font-size:13px;
margin-top:20px;
}
.aboutbox p{
line-height:1.8;
}
	.mobile_menu ul.snsbox{
padding:10px;
display:flex;
justify-content: center ;
align-items: center ;
margin:20px 0;
}
	.mobile_menu ul.snsbox li{
margin-left:30px;
}
	.mobile_menu ul.snsbox li:first-child{
margin-left:0;
}
	.mobile_menu ul.snsbox li img{
height:25px;
width:auto;
}
	/* 見出し */
	/* フッター（サイド） */
	#mobile_side {
		display: block;
		width: 100%;
		margin: 0 auto;
	}
	.side_area img {
		display: block;
		margin: 0 auto;
	}
	#mobile_side .side_area h3 {
		width: 100%;
	}
	/* テーブル */
	.tablestyle {
		border-collapse: collapse;
	}
	.tablestyle td {
		display: block;
		width: 100%;
		border-top: 0;
	}
	/* 固定ページ */
	.alignright, .alignleft, .alignnone {
		float: none;
		display: block;
		margin: 10px auto;
	}
	.alignright.pc_only, .alignleft.pc_only, .alignnone.pc_only {
		/* caption分岐の際、余白防止 */
		display: none;
	}
	/* コンタクトフォーム */
	textarea.wpcf7-form-control.wpcf7-textarea {
		width: 100%;
	}
	.wpcf7-text {
		width: 90%;
	}
	.k-year .wpcf7-form-control {
		/*年号のテキスト*/
		width: 5rem;
	}
	.wpcf7 td {
		/* フォームの行を縦に並べる */
		display: block;
		width: 100%;
		font-weight: bold;
	}
	.wpcf7 .tdstyle {
		/* フォームの項目を左寄せ */
		text-align: left;
	}
	.sp_al {
		text-align: left !important;
	}
	/*------------------------------------------------------
オプション用スタイル　目次

(1)スライダー
--------------------------------------------------------*/
	.simplegallery {
		margin: 0 auto;
		width: 100%;
		margin-bottom: 30px;
		padding-top: 10px;
	}
	/*------------------------------------------------------
(1)スライダー
--------------------------------------------------------*/
	/*メイン画像マージン*/
	.bx-wrapper {
		margin: 0 auto 0px;
	}
	/*メイン画像に内余白をつける*/
	.bx-wrapper .bx-viewport {
		padding: 0px;
	}
	/*サムネイル*/
	#bx-pager {
		padding: 12px 90px;
		margin-bottom: 20px;
	}
	#bx-pager a.last {
		margin-right: 0;
	}
	/*サムネイル通常時*/
	#bx-pager a img {
		opacity: 0.5;
		filter: alpha(opacity=50);
	}
	#bx-pager a {
		display: block;
		float: left;
		margin-right: 21px;
		border: 1px solid #E1E1E3;
	}
	/*メインで表示されている画像に対応するサムネイル*/
	#bx-pager a.active img {
		opacity: 1;
		filter: alpha(opacity=100);
	}
	#bx-pager a.active {
		border: 1px solid #f00;
	}
	/*ページ読み込み時に一瞬main2,main3がちらつくのを防ぐ*/
	.img2 {
		display: none;
	}
	.img2.show {
		display: block;
	}
	.header_tel {
		display: none;
	}
	#pagetop {
		display: none;
	}
	#spheader{
		width: 100%;
		height: 58px;
z-index:9999999;
  transition: all 0.5s ease;
background:#fff;
	}
	.home #spheader{
background:transparent;
	}
#spheader.scroll{
background-color:white;
　position:fixed;
　top:0;
left:0;
　}
#spheader #mobile_button .lines,
#spheader #mobile_button .lines:before,
#spheader #mobile_button .lines:after {
    background:#000;
}
.home #spheader #mobile_button .lines,
.home #spheader #mobile_button .lines:before,
.home #spheader #mobile_button .lines:after {
    background:#fff;
}
.home #spheader.scroll #mobile_button .lines,
.home #spheader.scroll #mobile_button .lines:before,
.home #spheader.scroll #mobile_button .lines:after {
    background:#000;
}
#spheader #mobile_button.active .lines{
background:#7FC300;
}
.home #spheader.scroll #mobile_button.active .lines{
background:#7FC300;
}
#spheader #mobile_button.active .lines:before,
#spheader #mobile_button.active .lines:after {
    background:#fff;
}
.home #spheader.scroll #mobile_button.active .lines:before,
.home #spheader.scroll #mobile_button.active .lines:after {
    background:#fff;
}
	#spheader .header_l{
background:url("img/logo.png") 15px 15px no-repeat;
background-size:140px;
	}
	.home #spheader .header_l{
background:url("img/logo.png") 15px 15px no-repeat;
background-size:140px;
	}
	#spheader.scroll .header_l{
background:url("img/logo.png") 15px 15px no-repeat;
background-size:140px;
	}

	#copyright {
		text-align: center;
	}
	a.link, a.link2 {
		width: 40%;
	}
	.cd0, .cd1, .cd2, .cd3 {
		padding: 20px 0 20px;
	}
	/*clearfixと組み合わせて使用*/
	.six_four_r, .six_four_l, .seven_three_r, .seven_three_l {
		width: 80%;
		float: none;
		margin: 0 auto;
	}
	#content #main h1 {
		clear: both;
		color: #00058D;
		font-size: 5rem;
		font-weight: bold;
		background-repeat: no-repeat;
		background-position: left bottom;
		letter-spacing: 1px;
		line-height: 4vh;
		text-align: center;
		position: relative;
		z-index: 10;
		padding-top: 60px;
		margin-bottom: 20px;
	}
	#content #main h2 {
		font-size: 20px;
		margin-bottom: 20px;
		margin-top: 40px;
		letter-spacing: 3px;
	}
	#content #main h3 {
		font-size: 18px;
	}
#content #main h3.top {
	font-size: 1.1rem;
	margin: 30px 0 20px 0;
}
	.three_box p {
		font-size: 14px;
	}
	img.sptotop {
		margin: 20px auto 40px auto;
		width: 20px;
		bottom: 10vh;
	}
	#logo_footer {
		float: none;
		text-align: center;
		display: inline-block;
	}
	#copyright {
		line-height: 18px;
		font-size: 0.8rem;
	}
	.rightbox, .leftbox {
		float: none;
	}
	.two_box, .three_box, .four_box {
		width: 100%;
		float: none;
		margin: 0 auto 1% auto;
	}
	a.link, a.link2 {
		width: 90%;
	}
	.eyecatch_box .leftbox, .eyecatch_box .rightbox {
		width: 100%;
		float: none;
	}
	.w40, .w60 {
		width: 100%;
	}
	a.linkbtn,
	a.linkbtn2,
	a.linkbtn3,
		a.linkbtn4{
		font-size: 17px;
		width: 80%;
		height: auto;
		line-height: normal;
		margin: 20px auto 20px auto;
		display:block;
padding:15px 0;
	}
	#accordion {
		padding-top: 1vh;
	}
	#accordion .not-pull {
		overflow: visible;
		margin-top: 0;
	}
	#accordion .pull {
		padding-top: 0;
		line-height: 18px;
	}
.accordion_icon {
    width: 10px;
    height: 10px;
    top: 15px;
    right: 10px;
}
	.accordion_icon, .accordion_icon span {
		display: block;
		transition: all .3s;
		box-sizing: border-box;
		z-index: 9999999;
	}

	.wpcf7 table {
		margin-top: 40px;
	}
	p.sbtn_1 input[type="submit"], p.sbtn_1 input[type="button"], p.sbtn_1 input[type="confirm"], p.sbtn_1 input[type="reset"] {
		width: 100%;
		font-size: 16px;
		padding: 2vh 8vw;
		display: block;
		height: 8vh;
		line-height: 4vh;
		margin: 2vh 0;
	}

input[type="submit"],
input[type="button"],
input[type="reset"]  {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration,
input[type="reset"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus,
input[type="reset"]::focus {
  outline-offset: -2px;
}
.com_only,
.tablet_only{
display:none;
}
.smart_only{
display:block;
}
#content #main p{
text-align: justify;
	font-size: 15px;
	letter-spacing: 0;
	line-height:1.6;
	margin-bottom: 20px;
}
.kasouinr{
    padding: 60px 0;
}
.single .kasouinr{
    padding: 60px 0 0 0;
}
ul.catlist:first-child{
margin-bottom:0;
}
ul.catlist li a {
font-size:15px;
padding:0 15px 0 15px;
letter-spacing:1px;
margin-bottom:10px;
}
ul.catlist li:nth-child(2n) a {
padding:0 0 0 15px;
}
ul.catlist li:nth-child(2n):after {
    content: none;
}
ul.catlist li:nth-child(odd) a {
padding:0 15px 0 0;
}
.blogbox .txtbox {
    width: 100%;
}
.blogbox .txtbox .date,
.blogbox .txtbox .cat{
    font-size: 12px;
display:block;
}
.blogbox .txtbox .cat{
margin-bottom:10px;
}
.blogbox .txtbox .cat a{
    font-size: 12px;
}
.single .blogbox .txtbox .date,
.single .blogbox .txtbox .cat,
.single .blogbox .txtbox .cat a {
    font-size: 12px;
}
#content #main .blogbox .txtbox .ti,
.single #content #main .blogbox .txtbox .ti {
line-height:1.4;
margin-right:10px;
    font-size: 14px;
}
.single #content #main .blogbox .txtbox .ti {
    font-size: 16px;
}
.single .sec {
    padding-bottom: 0;
}
.single .blogbox{
border:none;
}
.single .place{
margin-bottom:40px;
}
.triangle{
display:block;
width: 0;
height: 0;
border-style: solid;
border-width: 20px 15px 0 15px;
border-color: #fff transparent transparent transparent;
    left:0;
right:0;
top:0;
margin:auto;
z-index:999999;
position:absolute;
}

.wpcf7 table {
    width: 90%;
margin:0 auto;
}
.wpcf7 th,
.wpcf7 table td{
display:block;
width:100%;
text-align:left;
}
.wpcf7 th{
padding:10px 0 5px 0;
}
.wpcf7 table td{
padding:5px 0 5px 0;
font-weight:normal;
line-height:26px;
}
input.wpcf7-form-control{
margin:10px 0;
}
p.sbtn_1 input[type="submit"], p.sbtn_1 input[type="button"], p.sbtn_1 input[type="confirm"], p.sbtn_1 input[type="reset"]{
width:90%;
margin:0 auto;
}
.fbox{
width:90%;
}
.fbox ul.snsbox{
top:210px;
left:0;
right:0;
margin:0 auto 40px auto;
display:block;
text-align:center;
}
.fbox ul.snsbox li{
margin-left:15px;
}
.fbox .place {
width:100%;
margin:20px auto;
    display: block;
    text-align:center;
padding:10px 20px;
}

#copyright {
padding: 20px 0;
}
ul.footermenu{
margin-top:0;
margin-bottom:0;
}
ul.footermenu li a{
color:#fff;
font-size:0.9rem;
}

#toTop.totop-custom {
    bottom: 10px !important;
    right: 10px !important;
}
#toTop{
width:30px !important;
height:30px !important;
}
#toTop img{
width:100% !important;
height:100% !important;
}
.topbtn{
z-index:99999999 !important;
}
.topbtn a{
font-size:15px;
letter-spacing: 1px;
}
dl.topnews dt,
dl.topnews dd{
display:block;
width:100%;
padding:0 0 20px 0;
line-height:1.4;
}
#content dl.topnews img.viewmore {
    width: 100px;
    height: auto;
    top: 80px;
    right:-10px;
}
#content img.secTi {
    height: 8vh;
}
.top1box {
    background: url(img/bg_pride_sp.png) center top repeat-y,#BA1800;
    background-size: cover;
    padding-bottom:0;
}
#content #main .top1box h2.ti1,
#content #main .top1box h2.ti2 {
    text-align:center;
    width: 100%;
    float: none;
    padding: 0;
    margin-top: 20px !important;
}
#content #main .top1box h2.ti2 {
width:50%;
margin:0 auto;
}
.home .box_wrap {
align-content: center ;
margin-top:20px;
}
.home .top1box .box_wrap,
.home .top3box .box_wrap,
.home .top5box .box_wrap{
flex-direction: column-reverse ;
}
.home .top2box .box_wrap {
flex-direction: column;
}
.home .txtbox, .home .picbox {
    margin-top: 0;
}
.box_wrap .picbox,
.box_wrap.type2 .picbox {
    width: 100%;
}
.box_wrap .txtbox{
width:80%;
text-align:center;
}
#content .top1box .sec,
#content .top2box .sec{
width:100%;
}
.box_wrap.type2 .txtbox {
    width: 80%;
    margin:0 auto;
}
#content .top3box .box_wrap .txtbox{
    width: 100%;
}
#content #main .top1box h2 {
width:80%;
margin:0 auto;
}
#content #main .box_wrap .txtbox p{
    text-align:left;
    margin-top:20px;
}
.top4box .box_wrap.type2 .txtbox {
    width: 100%;
}
#content img.orderti{
height:80px;
width:auto;
}
.top3box .picbox,
.top5box .picbox {
    text-align: center;
}
.top3box .picbox img {
    width: 100%;
}
#content #main .top3box .box_wrap .txtbox p {
    margin-top: 0;
}
.top4box {
width:100%;
margin: 0 auto;
    padding-top: 260px;
}
.top5box ul{
margin-top:20px;
margin-bottom:0;
}
.top5box ul li{
font-size:17px;
line-height: 2;
}
.home .top5box .box_wrap{
margin-bottom:0;
}
#content #main .top6box .txtbox p{
width:80%;
margin:0 auto;
}
.menupicbox {
    height: 23vh;
}
#content .menupicbox img {
    height: auto;
    width: 500px;
}
.page-menu .sq1,
.page-menu .sq2 {
    width: 100%;
}
.page-menu #content #main p {
    text-align:center;
}
.page-menu dl dt{
width:70%;
}
.page-menu dl dd{
padding-left:70%;
}
#content #main .menubox2 > .two_box p:nth-of-type(2) img{
height:auto;
width:100%;
}
.kasoumain {
    height: 250px;
    margin-bottom: 20px;
}
/*ORDER*/
#content #main .kasoumain h2{
margin:0;
}
#content #main .kasoumain.km_order h2 img,
#content #main .kasoumain.km_event h2 img {
    height: auto;
    width: 90%;
}
#content #main.kasou .ac {
    text-align: justify;
}
.sq3 {
    padding: 20px 20px 0 20px;
    display:block;
    margin-bottom:30px;
}
.sliderbox {
    width: 80%;
    margin: 20px auto 40px auto;
}
.itembox {
    width: 100%;
}
#content #main .itembox p.ti {
    font-size: 20px;
}
.itembox dl dt {
    width: 100%;
    padding-bottom:5px;
    font-weight:bold;
    font-size:15px;
}
.itembox dl dd {
padding-left:0;
    font-size:15px;
}
.field_wrap,
.field_name,
.field {
    width: 100%;
    display:block;
        padding: 10px 0;
}
.field_name {
border-bottom:none;
        padding: 10px 0 0 0;
}
.sbtn_1 input[type="submit"], .sbtn_1 input[type="button"], .sbtn_1 input[type="confirm"], .sbtn_1 input[type="reset"]{
width:100%;
}
#p_recruit .sec,
#p_policy .sec{
width:100%;
}
#p_recruit .sec.w90,
#p_policy .sec .itembox{
width:90%;
margin:0 auto;
}
input.wpcf7-form-control{
width:100%;
}
.field{
border:none;
padding:0;
}
#content #main #p_recruit p.ac,
#content #main #p_policy p.ac {
width:90%;
margin:0 auto 20px auto;
}
#p_policy .txtbox {
    margin-top: 0;
}
.itembox.w65 {
    width: 90%;
}
.number{
font-size:18px;
padding:6px 8px;
}
.accessbox .txt {
    padding: 15px 15px 15px 0;
    text-indent: -45px;
    padding-left: 60px;
}
.accessbox .arrow {
    bottom: -30px;
}
.cmbox {
    margin-top: 20px;
}
.cmbox video {
    width: 100%;
}
.six_box{
width:32.5%;
}
.six_box:nth-child(4){
margin-left:0;
}
.mt40{
margin-top:20px !important;
}
.mb40{
margin-bottom:20px !important;
}
#p_about .two_box:nth-child(even),
.sq1 {
    margin:  0;
}
#content #main h2.flag {
    font-size: 18px;
}
.historybox {
    width: 100%;
}
#content #main .historybox p.date,
#content #main .historybox p.ti{
vertical-align:top;
}
#content #main h2.flag:after {
  border-width: 50px 15px 50px 0px;
}
.page-menu #content #main h2 {
width:100%;
height:auto;
padding:10px 0;
margin-top:0;
}
.page-menu #content #main h2 img{
width:80%;
height:auto;
margin:auto;
}
#content #main.kasou #p_menu h3 img {
    width:80%;
    height: auto;
}
.page-menu #content #main p.ac{
text-align:center;
}
#content #main h2.spe.type2 {
    margin: 0 0 20px 0;
}
#content #main h2.spe.type2.eventform {
    margin: 50px 0 20px 0;
}
#content .sec.message{
width:100%;
}
/*
.messagebox {
    background: url(img/nakamura.png) left -20px top no-repeat;
    background-size: 45%;
    padding: 20px 0;
}
*/
.messagebox {
    background: url(img/nakamura2.png) left -20px top no-repeat;
    background-size: 45%;
    padding: 20px 0;
}
#content #main .messagebox p {
padding:0 20px;
}
#content #main .messagebox p:first-child,
#content #main .messagebox p:nth-child(2){
padding-left:35%;
}
#content #main p.ac.spar{
text-align:right;
}
.itembox.dil {
    width: 100%;
    display: block;
}
.awardbox.box_wrap{
display:flex;
justify-content: space-between ;
}
.four_box{
width:49%;
}
.storybox {
    padding-bottom:0;
    padding-top:20px;
}
#content #main .storybox p {
width:90%;
margin:0 auto;
}
#content #main #p_policy h2.spe.type2 {
    margin: 0 0 20px 0;
}
.page-menu .menubox dl dt {
    line-height: 2.3;
    padding-left: 50px;
}
.page-menu .menubox dl dd {
    line-height: 2;
}
.page-menu .menubox dl dt img.osusume {
    position: absolute;
    top: 15px;
    left: -30px;
    width: 70px;
    height: auto;
}
.eventbox .two_box .sq1 {
padding-top: 50px;
}
.eventbox .two_box:first-child .sq1 {
margin-bottom:20px;
}
#content #main .eventbox h4{
background:rgba(0,0,0,0.2);
padding:15px 20px;
}
#content #main #p_recruit h3.spe {
    margin: 0px 0 20px 0;
}
.mt60 {
    margin-top: 0 !important;
}
.sbtn_1 input[type="submit"]{
margin: 20px auto;
}
#content #main h2.ama{
height:100px;
}
#content #main h2 .amaebi img.honmaru{
left:10px;
top:-15px;
width:110px;
height:auto;
z-index:99999;
}
}
/*end*/


@media (orientation: landscape) and (max-width: 767px) {
	body {
		min-width: 320px;
		overflow-x: hidden;
	}
	#ibox {
		height: auto;
	}
	#ibox .bx-wrapper .bx-viewport {
		height: 100vh !important;
	}
	#ibox .bxslider li:first-child, #ibox .bxslider li:nth-child(2), #ibox .bxslider li:nth-child(3) {
		height: 100vh;
	}
	#ibox .bxslider .txtbox {
		bottom: 8vh;
}
	#ibox .bxslider li:first-child img, #ibox .bxslider li:nth-child(2) img, #ibox .bxslider li:nth-child(3) img {
		width: auto;
		height: 80vh;
	}
	.menu {
		height: 55px;
	}
	.menu.menu_navi li {
		overflow: visible;
	}
	.menu li a#head_navi1, .menu li a#head_navi2, .menu li a#head_navi3, .menu li a#head_navi4, .menu li a#head_navi5, .menu li a#head_navi6, .menu li a#head_navi7, .menu li a#head_navi8 {
		width: 50px;
		height: 45px;
		background-size: 50px;
	}
	#content #main h1 .fssm, #content h1 .fssm, #content #main h2 .fssm, #content h2 .fssm {
		font-size: 0.9rem;
	}
}