@charset "UTF-8";

/*================================================
 *  CSSリセット
 ================================================*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,h8,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary,time,mark,audio,video{
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    font-weight: normal;
}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}

/*================================================
 *  一般・共通設定
 ================================================*/
body {
	font-size:14px;
	font-family:"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	color:#352f25;
	line-height:1.6;
}

#contents {
	width:980px;
	margin:0 auto;
}

#contents01 {
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
    background-color: #F1F1F1;
    margin-bottom: 0px;
    padding-bottom: 25px;
}

#contents_news{
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
    background-color: #F1F1F1;
    margin-bottom: 0px;
    padding-bottom: 25px;	
}

#contents_gaiyo {
	width:980px;
	margin:0 auto;
}
.section_news {
	width: 75%;
	margin-top: 0;
    margin-right: auto;
    margin-left: auto;
}

@media screen and (max-width:576px) {
.section_news {
	width: 85%;
	margin-top: 0;
    margin-right: auto;
    margin-left: auto;
}	
} 

@media screen and (min-width:980px) {
.section_news {
	width: 65%;	
	}
}


#contents_news dl.news dt {
  padding: 0 0.5em;
  color: #e65305;
}
#contents_news dl.news dd {
  padding: 0 0.5em 1.7em;
/*  background: url("../images/bg_dot01.png") repeat-x left bottom;*/
}


a {
	color:#f39100;
}
a:hover {
	color:#d98200;
}

h1 {
	font-size:28px;
}

h2 {
    clear: both;
    margin-top: 30px;
    margin-bottom: 2em;
    font-size: 34px;
    color: #3089B4;
    text-align: center;
    font-weight: bold;
    text-shadow: 4px 4px 1px #999999;
    padding-top: 80px;

}

h2 span {
    display: block;
    font-size: 12px;
    text-decoration: none !important;
    font-weight: normal;
    text-shadow: 0px 0px;
    margin-top: 4px;
}

h3 {
	margin-bottom:0.25em;
	font-size:18px;
	color:#e65305;
	font-weight:bold;
	text-align: center;
}

h4 {
	margin-bottom:0.25em;
	font-size:16px;
	font-weight:bold;
}

h5 {
	margin-bottom:0.25em;
	padding-left:25px;
	font-size:16px;
	background:url('../images/bg_arrow_black.png') 0 50% no-repeat;
}

h6 {
	margin-bottom:0.25em;
	padding-left:5px;
	font-size:16px;
}
h7 {
    margin-bottom: 50px;
    padding-left: 5px;
    font-size: 16px;
}
h8 {
	display: inline-block;
	margin: 20px auto 50px auto;
    font-size: 16px;
	text-align: center;
	width: 100%;
}

p {
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 2em;
}

img {
	vertical-align:bottom;
}

em {
	font-weight:bold;
}

strong {
	font-weight:600;
}

pre {
	margin:1em 0;
	padding:1em;
}

blockquote {
	margin-bottom:1em;
	padding:1em;
	border:1px dotted #9b8462;
	border-left:5px solid #9b8462;
}

ul,ol,dl {
	margin:0 0 1em 0;
}
/*ul li {
	list-style:disc;
}
ol li {
	list-style:decimal;
}*/
li {
	margin-left:2em;
}

dt {
	margin-bottom:0.5em;
	border-bottom:1px dotted #ddd;
}
dd {
	margin-bottom:1em;
}

.icon{
	vertical-align: middle;
	height: 20px;
}


.blink {
  animation: blinkAnime 0.5s infinite alternate;
  font-weight: bold;
}
@keyframes blinkAnime{
   0% { color: #81007f }
  95% { color: #F1F1F1 }
 100% { color: #F1F1F1 }
}

/*table {
	width:100%;
	margin-bottom:1em;
	border-collapse:collapse;
	border:1px solid #9b8462;
}
th {
	padding:10px;
	text-align:center;
	vertical-align:middle;
	border:1px solid #9b8462;
	background:#ede2d5;
}
td {
	padding:10px;
	text-align:left;
	border:1px solid #9b8462;
}*/

/*================================================
 *  table_customize_narita
 ================================================*/

table.company {
    width: 980px;
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 100px;
    border-collapse: separate;
    border-spacing: 0px 15px;
	font-size: 16px;
}

table.company th,
table.company td {
padding: 15px;
padding-left: 25px;
}

table.company th {
    background: #81007f;
    vertical-align: middle;
    text-align: left;
    width: 100px;
    overflow: visible;
    position: relative;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
	letter-spacing: 0.8em;
}

table.company th:after {
left: 100%;
top: 50%;
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
border-color: rgba(136, 183, 213, 0);
border-left-color: #81007f;
border-width: 10px;
margin-top: -10px;
}
/* firefox */
@-moz-document url-prefix() {
table.company th::after {
float: right;
padding: 0;
left: 30px;
top: 10px;
content: " ";
height: 0;
width: 0;
position: relative;
pointer-events: none;
border: 10px solid transparent;
border-left: #81007f 10px solid;
margin-top: -10px;
}
}

table.company td {
background: #F1F1F1;
width: 360px;
padding-left: 20px;
}
/*================================================
 *  汎用クラス
 ================================================*/
.conL {
	clear:both;
	box-sizing:border-box;
	float:left;
	width:50%;
	padding-right:10px;
}

.conR {
	box-sizing:border-box;
	float:right;
	width:50%;
	padding-left:10px;
}

.name {
	margin-left:2em;
	font-size:13px;
}

.menu {
    overflow: hidden;
    margin-bottom: 80px;
    padding: 10px;
    border-radius: 10px;
    background: #ede2d5;
}

.menu  div {
	position:relative;
}

.menu .innerL {
	box-sizing:border-box;
	width:50%;
	float:left;
	padding-right:20px;
}

@media screen and (max-width:768px) {
	.menu .innerL {
		padding-right:0;
		padding-bottom:2em;
	}
}


.menu .innerL div {
	position:relative;
	margin-bottom:2em;
}
.menu .innerL div:last-child {
	margin-bottom:0;
}

.menu .innerR {
	box-sizing:border-box;
	width:50%;
	float:right;
	padding-left:20px;
}

@media screen and (max-width:768px) {
	.menu .innerR {
		padding-left:0;
	}
}


.menu .innerR div {
	position:relative;
	margin-bottom:2em;
}
.menu .innerR div:last-child {
	margin-bottom:0;
}

.menu p {
	margin-bottom:0;
}

.menu .price {
	position:absolute;
	top:0;
	right:0;
}

.textC {
	text-align:center;
}

.menu h4:before {
	content:'・';
}

.map {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	margin-bottom:40px;
}
 
.map iframe,
.map object,
.map embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* 写真中央寄せ */
.imgC {
	clear:both;
	overflow:hidden;
	margin-bottom:50px;
	text-align:center;
}
.imgC img {
	border-radius:5px;
	margin-bottom:0.5em;
}

/* 写真左寄せ */
.imgL {
	clear:both;
	overflow:hidden;
	margin-bottom:50px;
}
.imgL img {
	float:left;
	margin:0 2em 2em 0;
	border-radius:5px;
}

/* 写真右寄せ */
.imgR {
	clear:both;
	overflow:hidden;
	margin-bottom:50px;
}

.imgR img {
	float:right;
	margin:0 0 2em 2em;
	border-radius:5px;
}

/* 2カラム（スマートフォンでは1カラム) */
.twoCol {
	overflow:hidden;
	margin-bottom:50px;
}
.twoColInner {
	overflow:hidden;
	margin-right:-2%;
}
.twoColInner div {
	width:48%;
	float:left;
	margin-right:2%;
}
.twoColInner div:nth-child(2n+1) {
	clear:both;
}
.twoColInner img {
	width:100%;
	margin-bottom:0.5em;
	border-radius:5px;
}

/* 3カラム（スマートフォンでは1カラム) */
.threeCol {
	overflow:hidden;
	margin-bottom:50px;
}
.threeColInner {
    overflow: hidden;
    margin-right: -3%;
    margin-top: 50px;
}
.threeColInner div {
	width:31%;
	float:left;
	margin-right:2%;
}
.threeColInner div:nth-child(3n+1) {
	clear:both;
}
.threeColInner img {
	width:100%;
	margin-bottom:0.5em;
	border-radius:5px;
}

/* サムネール */
.thumbnail-box {
      margin:20px auto;
      padding:0;
      max-width:550px;  /*横幅の最大値;*/
}

.thumbnail-box img {
      width:33%;
      height:250px;
      object-fit:cover;
}

/* ボタン（タイプ1） */
.btn01 a {
	display:inline-block;
	padding:10px 10px 10px 40px;
	color:#fff;
	text-decoration:none;
	border-radius:5px;
	background:#867254 url('../images/bg_arrow_white.png') 10px 50% no-repeat;
	transition:all 0.2s ease 0s;
}
.btn01 a:hover {
	background:#6d5d45 url('../images/bg_arrow_white.png') 10px 50% no-repeat;
	transition:all 0.2s ease 0s;
}

/* ボタン（タイプ2） */
.btn02 a {
	display:inline-block;
	padding:10px;
	color:#6d5d45;
	text-decoration:none;
	border-radius:5px;
	border:1px solid #6d5d45;
	background:#fff;
	transition:all 0.2s ease 0s;
}
.btn02 a:hover {
	color:#fff;
	background:#6d5d45;
	transition:all 0.2s ease 0s;
}
/*================================================
 *  font等　サイズ変更
 ================================================*/
.fs_25 {
	font-size: 23px;
}

.fs_mail {
	font-size: 20px;
}

.fs_20 {
	font-size: 20px;
	text-decoration: underline;
    text-decoration-thickness: 1px;
	text-underline-offset: 4px;
}

.fs_18 {
	font-size: 18px;
	text-decoration: underline;
    text-decoration-thickness: 1px;
	text-underline-offset: 4px;
}
.fc_red {
	color: red;
}

.fs_16 {
	font-size: 16px;
}

/*================================================
 *  ヘッダー
 ================================================*/
header {
    position: fixed;
    top: 0;
    z-index: 100;
    width: 100%;
    height: 80px;
    background: #ffffff;
    /*    opacity: 0.80;
    filter: alpha(opacity=80);
    -ms-filter: "alpha(opacity=80)";*/
    border-bottom: 10px solid #81007f;
    border-top: 10px solid #81007f;
}

header h1 {
    padding-top: 15px;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 15px;
}

header h1 a {
    color: #000000;
    text-decoration: none;
}

header h1 a:hover {
	color:#000000;
}

header .inner {
    position: relative;
    width: auto;
    height: 80px;
    margin: 0 auto;
	font-size: 3Vmin;
}
.navOff{
	padding-top: 25px;
}

.logo{
	width: 40%;
	margin-left: 10px;
}


/* グローバルナビゲーション */
header nav {
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    padding-top: 22px;
}
header nav ul {
    margin-top: auto;
    margin-right: auto;
    margin-bottom: auto;
    margin-left: auto;

}
header nav li {
	position:relative;
	float:left;
	list-style:none;
	margin:0;
	padding:0 40px;
}

header nav li a {
/*	font-weight:bold;*/
	color:#000000;
	text-decoration:none;
}

header nav li a:hover {
	color:#A62D2F;
/*	text-decoration:underline;*/
}
.zdo_drawer_menu .zdo_drawer_nav li {
  font-size: 16px;
  margin-bottom: 15px;
  display: none;
}
	
.zdo_drawer_menu .zdo_drawer_button {
  /*+++ Hamburger Button Position +++*/
  position: fixed;
  top: 32px;
  right: 32px;
  z-index: 1001;
  display: none;
}


/*================================================
 *  メイン
 ================================================*/
main {
	width:100%;
}

section {
	margin-bottom:10%;
}

.box2 {
    position: relative;
    width: 24.5%;
    float: left;
    text-align: center;
    padding: 3%;
    padding-bottom: 75px;
    background: #fff;
    border: 1px solid #eeeae2;
    margin-top: 0;
    margin-right: 0;
    margin-left: 2%;
    margin-bottom: 20px;
    line-height: 1.5;
    color: #666;
}

figure {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 40px;
    margin-inline-end: 40px;
}

/*================================================
 *  フッター
 ================================================*/
footer {
    clear: both;
    padding-top: 2%;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 2%;
	margin-top: 20px;
    font-size: 14px;
    text-align: center;
    background-color: #81007f;
	color: #FFFFFF;
}


/*================================================
 *  ページトップへの戻り
 ================================================*/
.totop {
	position:fixed;
	bottom:15px;
	right:15px;
}
.totop a {
	display:block;
	text-decoration:none;
}
.totop img {
	background:#81007f;
}
.totop img:hover {
	background:#81007f;
}

/*================================================
 *  スライドショー
 ================================================*/
.slide {
    overflow: hidden;
    position: relative;
    height: 600px;
    padding-top: 10px;
}
.slideInner {
    list-style: none;
    padding: 0;
    text-align: center;
}
.slideInner li {
	position:absolute;
	width:100%;
	margin:0;
	padding:0;
	background:#fff;
	list-style:none;
}
.slideInner li img {
	max-width:100%;
}
.news {
	padding-left: 10px;
	padding-top: 10px;
	height: 350px;
}

.news_150 {
	padding-left: 10px;
	padding-top: 10px;
	height: 150px;
}

.news_img {
	width: 45%;
	float: right;
	padding-left: 10px
}

@media screen and (min-width:980px){
.news_img {
	width: 30%;
	float: right;
	padding-bottom: 100px;
}	
}

/*================================================
 *  タブレット向けデザイン
 ================================================*/
/* スクロールバーを考慮して20px大きいサイズで切り替え */
@media screen and (max-width:979px) {
	header h1 {
		margin-left:10px;
	}

	header .inner {
		width:100%;
	}
	header nav {
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    padding-top: 22px;
/*	display: none;*/

}
	.navOff{
		display: none;
	}
	
.logo{
	width: 45%;
}

#contents {
		box-sizing:border-box;
		width:100%;
		padding:0 10px;
	}
#contents01 {
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
    background-color: #F1F1F1;
    margin-bottom: 0px;
    padding-bottom: 25px;
/*	width: 979px;*/
}
.slide {
    overflow: hidden;
    position: relative;
    height: 70%;
/*	width: 979px;*/
	
}
	
/*サムネールとライトボックス*/
	div.cover {
   display: table;
   margin: 0px;
   padding: 0px;
   width: 100%;
}

div.cover div.tesbox1 {
   display: table-cell;
   width: 33%;
}
div.cover div.tesbox2 {
   display: table-cell;
   width: 33%
}
div.cover div.tesbox3 {
   display: table-cell;
	width: 33%
}

div.cover div.tesbox4 {
   display: table-cell;
	width: 33%
}
	
div.cover div.tesbox5 {
   display: table-cell;
	width: 33%
}
	
@media screen and (max-width: 768px) {
	
div.cover {
   display: table;
   margin: 0px;
   padding: 0px;
   width: 100%;
}

div.cover div.tesbox1 {
   display: table-cell;
   width: 23%;
		padding-left: 1px;
	padding-right: 1px;
}
div.cover div.tesbox2 {
   display: table-cell;
   width: 23%;
	padding-left: 1px;
	padding-right: 1px;
}
div.cover div.tesbox3 {
   display: table-cell;
	width: 23%;
	padding-left: 1px;
	padding-right: 1px;
}

div.cover div.tesbox4 {
	display: table-cell;
	width: 23%;
	padding-left: 1px;
	padding-right: 1px;
}

div.cover div.tesbox5 {
   	display: table-cell;
   	width: 23%;
	padding-left: 1px;
	padding-right: 1px;
}
	
}
	/*ドロワーメニュー*/
.zdo_drawer_button * {
  margin: 0;
  padding: 0;
  outline: none;
  border: none;
  font: inherit;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-align: left;
  text-decoration: none;
  list-style: none;
}

.zdo_drawer_button {
  display: block;
  padding: 0;
  width: 42px;
  height: 26px;
  position: relative;
  background: none;
  border: none;
  text-align: center;
  letter-spacing: 0.1em;
  cursor: pointer;
  outline: none;
}

.zdo_drawer_button .zdo_drawer_bar {
  display: block;
  width: 42px;
  height: 2px;
  transition: all 0.2s;
  transform-origin: 0% 0%;
  transform: translateY(-50%);
  position: absolute;
  left: 0;
}

.zdo_drawer_button .zdo_drawer_bar1 {
  top: 0;
}

.zdo_drawer_button .zdo_drawer_bar2 {
  top: 50%;
}

.zdo_drawer_button .zdo_drawer_bar3 {
  top: 100%;
}

.zdo_drawer_button.active .zdo_drawer_bar {
  width: 36.77px;
  left: 8px;
}

.zdo_drawer_button.active .zdo_drawer_bar1 {
  transform: rotate(0.7853981634rad) translateY(-50%);
  top: 0px;
}

.zdo_drawer_button.active .zdo_drawer_bar2 {
  opacity: 0;
}

.zdo_drawer_button.active .zdo_drawer_bar3 {
  transform: rotate(-0.7853981634rad) translateY(-50%);
  top: calc(100% - 0px);
}

.zdo_drawer_button.active .zdo_drawer_menu_text {
  display: none;
}

.zdo_drawer_button.active .zdo_drawer_close {
  display: block;
}

.zdo_drawer_text {
  width: 100%;
  position: absolute;
  bottom: -20px;
  left: 0;
  text-align: center;
  font-size: 10px;
}

.zdo_drawer_close {
  letter-spacing: 0.08em;
  display: none;
}

/*+++ Default Button Color +++*/
.zdo_drawer_button {
  color: #81007f;
}

.zdo_drawer_button .zdo_drawer_bar {
  background-color: #81007f;
}

/* === Hambuerger Button's Style End === */
.zdo_drawer_menu .zdo_drawer_button {
  /*+++ Hamburger Button Position +++*/
  position: fixed;
  top: 28px;
  right: 32px;
  z-index: 1001;
  display: inherit;
}
.zdo_drawer_menu a {
  color: #525050;
  text-decoration: none;
}
.zdo_drawer_menu a:visited {
    color: #525050;
}
.zdo_drawer_menu .zdo_drawer_bg {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 999;
  background-color: rgba(51, 51, 51, 0.5);
  display: none;
  top: 0;
  left: 0;
}
.zdo_drawer_menu .zdo_drawer_nav_wrapper {
    width: 200px;
    height: 100%;
    transition: all 0.2s;
    transform: translate(312px);
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1000;
    background-color: rgba(255,255,255,0.8);
}
.zdo_drawer_menu .zdo_drawer_nav_wrapper.open {
    transform: translate(0);
    background-color: undefined;
}
.zdo_drawer_menu.left .zdo_drawer_button {
  right: auto;
  left: 32px;
}
.zdo_drawer_menu.left .zdo_drawer_nav_wrapper {
  transform: translate(-312px);
  right: auto;
  left: 0;
}
.zdo_drawer_menu.left .zdo_drawer_nav_wrapper.open {
  transform: translate(0);
}

/*+++ Default Navigation CSS +++*/
.zdo_drawer_menu .zdo_drawer_nav {
  padding: 112px 24px;
}
.zdo_drawer_menu .zdo_drawer_nav li {
  font-size: 16px;
  margin-bottom: 15px;
  display: inherit;
}
table.company {
    width: 100%;
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 100px;
    border-collapse: separate;
    border-spacing: 0px 15px;
	font-size: 16px;
}
	
}

/*================================================
 *  スマートフォン向けデザイン
 ================================================*/
@media screen and (max-width:768px) {
	header nav {
		position:relative;
		padding:0 0 10px 0;
	}
	header nav li {
	position:relative;
	float:left;
	list-style:none;
	margin:0;
	padding:0 40px;
	display: none;
}
	.logo{
	width: 70%;
		margin-bottom: 0.3em;
}
	
	h2 {
		margin-top:30px;
	}

	.conL {
		float:none;
		width:100%;
		padding-right:0;
	}

	.conR {
		float:none;
		width:100%;
		padding-left:0;
	}

	.menu {
		margin-bottom:40px;
	}

	.menu .innerL,
	.menu .innerR {
		float:none;
		width:100%;
}

	.imgC {
		margin-bottom:30px;
	}
	.imgC img {
		max-width:100%;
	}

	.imgL {
		margin-bottom:30px;
	}
	.imgL img {
		display:block;
		float:none;
		max-width:100%;
		margin:0 auto 1em auto;
	}

	.imgR {
		margin-bottom:30px;
	}
	.imgR img {
		display:block;
		float:none;
		max-width:100%;
		margin:0 auto 1em auto;
	}

	.twoCol {
		margin-right:0;
		margin-bottom:30px;
	}
	.twoColInner {
		margin-right:0;
	}
	.twoColInner div {
		float:none;
		width:100%;
	}

	.threeCol {
		margin-bottom:30px;
	}

	.threeColInner {
		margin-right:0;
	}
	.threeColInner div {
		float:none;
		width:100%;
		margin-bottom: 50px;
	}
	.slide {
    overflow: hidden;
    position: relative;
    height: 70%;
}
	
	/*ドロワーメニュー*/
.zdo_drawer_button * {
  margin: 0;
  padding: 0;
  outline: none;
  border: none;
  font: inherit;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-align: left;
  text-decoration: none;
  list-style: none;
}

.zdo_drawer_button {
  display: block;
  padding: 0;
  width: 42px;
  height: 26px;
  position: relative;
  background: none;
  border: none;
  text-align: center;
  letter-spacing: 0.1em;
  cursor: pointer;
  outline: none;
}

.zdo_drawer_button .zdo_drawer_bar {
  display: block;
  width: 42px;
  height: 2px;
  transition: all 0.2s;
  transform-origin: 0% 0%;
  transform: translateY(-50%);
  position: absolute;
  left: 0;
}

.zdo_drawer_button .zdo_drawer_bar1 {
  top: 0;
}

.zdo_drawer_button .zdo_drawer_bar2 {
  top: 50%;
}

.zdo_drawer_button .zdo_drawer_bar3 {
  top: 100%;
}

.zdo_drawer_button.active .zdo_drawer_bar {
  width: 36.77px;
  left: 8px;
}

.zdo_drawer_button.active .zdo_drawer_bar1 {
  transform: rotate(0.7853981634rad) translateY(-50%);
  top: 0px;
}

.zdo_drawer_button.active .zdo_drawer_bar2 {
  opacity: 0;
}

.zdo_drawer_button.active .zdo_drawer_bar3 {
  transform: rotate(-0.7853981634rad) translateY(-50%);
  top: calc(100% - 0px);
}

.zdo_drawer_button.active .zdo_drawer_menu_text {
  display: none;
}

.zdo_drawer_button.active .zdo_drawer_close {
  display: block;
}

.zdo_drawer_text {
  width: 100%;
  position: absolute;
  bottom: -20px;
  left: 0;
  text-align: center;
  font-size: 10px;
}

.zdo_drawer_close {
  letter-spacing: 0.08em;
  display: none;
}

/*+++ Default Button Color +++*/
.zdo_drawer_button {
  color: #81007f;
}

.zdo_drawer_button .zdo_drawer_bar {
  background-color: #81007f;
}

/* === Hambuerger Button's Style End === */
.zdo_drawer_menu .zdo_drawer_button {
  /*+++ Hamburger Button Position +++*/
  position: fixed;
  top: 28px;
  right: 32px;
  z-index: 1001;
  display: inherit;
}
.zdo_drawer_menu a {
  color: #525050;
  text-decoration: none;
}
.zdo_drawer_menu a:visited {
    color: #525050;
}
.zdo_drawer_menu .zdo_drawer_bg {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 999;
  background-color: rgba(51, 51, 51, 0.5);
  display: none;
  top: 0;
  left: 0;
}
.zdo_drawer_menu .zdo_drawer_nav_wrapper {
    width: 200px;
    height: 100%;
    transition: all 0.2s;
    transform: translate(312px);
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1000;
    background-color: rgba(255,255,255,0.8);
}
.zdo_drawer_menu .zdo_drawer_nav_wrapper.open {
    transform: translate(0);
    background-color: undefined;
}
.zdo_drawer_menu.left .zdo_drawer_button {
  right: auto;
  left: 32px;
}
.zdo_drawer_menu.left .zdo_drawer_nav_wrapper {
  transform: translate(-312px);
  right: auto;
  left: 0;
}
.zdo_drawer_menu.left .zdo_drawer_nav_wrapper.open {
  transform: translate(0);
}

/*+++ Default Navigation CSS +++*/
.zdo_drawer_menu .zdo_drawer_nav {
  padding: 112px 24px;
}
.zdo_drawer_menu .zdo_drawer_nav li {
  font-size: 16px;
  margin-bottom: 15px;
  display: inherit;
}

table.company {
    width: 100%;
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 100px;
    border-collapse: separate;
    border-spacing: 0px 15px;
	font-size: 16px;
}

table.company th,
table.company td {
padding: 15px;
padding-left: 25px;
}

table.company th {
    background: #81007f;
    vertical-align: middle;
    text-align: left;
    width: 100px;
    overflow: visible;
    position: relative;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
	letter-spacing: 0.2em;
}

table.company th:after {
left: 100%;
top: 50%;
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
border-color: rgba(136, 183, 213, 0);
border-left-color: #81007f;
border-width: 10px;
margin-top: -10px;
}
/* firefox */
@-moz-document url-prefix() {
table.company th::after {
float: right;
padding: 0;
left: 30px;
top: 10px;
content: " ";
height: 0;
width: 0;
position: relative;
pointer-events: none;
border: 10px solid transparent;
border-left: #81007f 10px solid;
margin-top: -10px;
}
}

table.company td {
background: #F1F1F1;
width: 360px;
padding-left: 20px;
}
}

/*================================================
 *  スマートフォン向けデザイン 縦
 ================================================*/
@media screen and (max-width:576px) {

table.company th,
table.company td {
padding: 15px;
padding-left: 15px;
}

table.company th {
    background: #81007f;
    vertical-align: middle;
    text-align: left;
    width: 100px;
    overflow: visible;
    position: relative;
    color: #fff;
    font-weight: normal;
    font-size: 12px;
	letter-spacing: 0.1em;
}

table.company th:after {
left: 100%;
top: 50%;
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
border-color: rgba(136, 183, 213, 0);
border-left-color: #81007f;
border-width: 10px;
margin-top: -10px;
}
/* firefox */
@-moz-document url-prefix() {
table.company th::after {
float: right;
padding: 0;
left: 30px;
top: 10px;
content: " ";
height: 0;
width: 0;
position: relative;
pointer-events: none;
border: 10px solid transparent;
border-left: #81007f 10px solid;
margin-top: -10px;
}
}

table.company td {
background: #F1F1F1;
width: 290px;
padding-left: 20px;
}	
}

/*================================================
 *  スマートフォン向けデザイン 縦
 ================================================*/
@media screen and (max-width:428px) {

table.company th,
table.company td {
padding: 12px;
padding-left: 15px;
}

table.company th {
    background: #81007f;
    vertical-align: middle;
    text-align: left;
    width: 30%;
    overflow: visible;
    position: relative;
    color: #fff;
    font-weight: normal;
    font-size: 12px;
	letter-spacing: 0.05em;
}

table.company th:after {
left: 100%;
top: 50%;
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
border-color: rgba(136, 183, 213, 0);
border-left-color: #81007f;
border-width: 10px;
margin-top: -10px;
}
/* firefox */
@-moz-document url-prefix() {
table.company th::after {
float: right;
padding: 0;
left: 30px;
top: 10px;
content: " ";
height: 0;
width: 0;
position: relative;
pointer-events: none;
border: 10px solid transparent;
border-left: #81007f 10px solid;
margin-top: -10px;
}
}

table.company td {
background: #F1F1F1;
width: 230px;
padding-left: 20px;
font-size: 14px;
}	
}

.video-container {
  margin: 0 auto;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

/*================================================
 *  mp4用CSS
 ================================================*/
.video-container {
	margin: 10 auto;
}

.video-wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  background: url(img/video.jpg) no-repeat center center/cover;
}

video {
  min-width: 100%;
  min-height: 100vh;
  position: absolute;
}

/*画面サイズが変わっても常に動画の中央が表示されるようにする*/
/*動画よりも画面が横に長くなるとき用*/
@media (aspect-ratio: 16/9), (min-aspect-ratio: 16/9) {
  video {
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
  }
}

/*動画よりも画面が縦に長くなるとき用*/
@media (max-aspect-ratio: 16/9) {
  video {
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
  }
}

/*追加CSS*/
a.no-underline {
	color:#000000;
}


/*ニュース*/
.news-list{
  width: 100%;
  list-style: none!important;
  margin: 0;
  padding: 0;
}

.news-list .item {
	padding-bottom: 15px;
}
.news-list .item a{
  display: flex;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  text-decoration: underlineu;
/*  color: #333;*/
/*  border-bottom: 1px solid #CCC;*/
  padding: 5px 0;
}
/*.news-list .item:first-child a{
  border-top: 1px solid #CCC;
}*/
.news-list .item .date{
  margin: 0;
  min-width: 120px;
  font-size: 16px;
  color: #999;
  padding: 0 20px 0 0;
}
.news-list .item .title{
  margin: 0;
  width: 100%;
}
/*.news-list .item a:hover .title{
  color: #00F;
}*/

@media screen and (max-width: 767px){
.news-list .item a{
  flex-wrap: wrap;
}
.news-list .item .date{
  min-width: 100px;
}
.news-list .item .title{
  margin-top: 10px;
}
}

/* 装飾 */

*{
  box-sizing: border-box;
}
a{
  text-decoration: none;
}
body{
  margin: 20px;
}