@charset "utf-8";


/* ************************************************ 
*	基本設定
* ************************************************ */	
body {
font-family: 'Roboto','Noto Sans JP','Sawarabi Gothic',sans-serif;
font-size: 15px;
background:#fff;
color: #333;
line-height: 180%;
overflow-x: hidden;
}

/* リンク */
a{
	color:#333;
	text-decoration: none;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
}

a:hover{
color:#000;
}

a:active, a:focus {
outline: 0;
}


/* 画像 */
img{
border:0;
padding:0px;
margin:0px
vertical-align: bottom;
}

img a{
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
}


/* フロート */
.right{ float: right; }
.left{ float: left; }
.clear{ clear:both; }


/* リスト */
ol{
margin: 0 0 0 5px;
padding: 0 0 0 0;
list-style: decimal;
}

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

li{
margin: 0 0 10px 15px;
padding: 0 0 0 0;
}

li a{
color:#444;
transition: 0.5s;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-o-transition: 0.5s;
-ms-transition: 0.5s;
}

li a:hover{
color:#03335d;
}

#topcontrol{
z-index:99999;
}
#topcontrol img{
  width:80px;
}


ruby {
color: #fff;
}


/*---------------------------------------------------------------------------------
エフェクト
--------------------------------------------------------------------------------- */
/* 画面外にいる状態 */
.effect {
  opacity : 0;
  transition : all 900ms 300ms ease-out;
  transform: translate(0,0);
}
/* 画面内に入った状態 */
.effect-on {
  opacity: 1.0;
  transform: translate(0,0px);
}
.effect-on a:hover{
  opacity: 0.8;
  transform: translate(0,0px);
}


/* ************************************************ 
*	全体Wrapper
* ************************************************ */	
.wrapper {
margin: 0px auto 0px auto; 
width: 1260px;
max-width: 90%;
padding: 0;
}
.wrapper2 {
margin: 0px auto 0px auto; 
width: 100%;
padding: 0px 0px 0px 0px;
}
.wrapper1000 {
margin: 0px auto 0px auto; 
width: 1000px;
max-width: 90%;
padding: 0;
}
.wrapper1120 {
margin: 0px auto 0px auto; 
width: 1120px;
max-width: 90%;
padding: 0;
}
.contents-box {
margin: 0;
padding: 0; 
width: 100%;
position:relative;
z-index:1;
-moz-box-shadow: 0px 3px 2px rgba(0,0,0,0.1);
-webkit-box-shadow: 0px 3px 2px rgba(0,0,0,0.1);
-o-box-shadow: 0px 3px 2px rgba(0,0,0,0.1);
-ms-box-shadow: 0px 3px 2px rgba(0,0,0,0.1);
box-shadow: 0px 3px 2px rgba(0,0,0,0.1);
}
.contents-wrapper {
margin: 0; 
padding: 0 0 100px 0;
}


/* ************************************************ 
*	ヘッダー
* ************************************************ */
#header {
width: 100%;
margin: 0;
position: absolute;
top:0;
left:0;
z-index: 99999;
}
.header-inner {
margin: 0 0 0 2.5%;
padding: 0;
width: 97.5%;
position: relative;
z-index:9;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}

#header h1 {
margin: 0 0 0 0;	
}

.logo {
	float: left;
	margin: 0;
	padding: 0;
}
.logo img{
width:100%;
max-width:300px;
vertical-align: baseline;
}

.header-logobox {
padding: 0 0 0 0;
width:25%;
display: flex;
align-items: center;
align-content: center;
}
.header-navbox {
padding: 0;
display: flex;
justify-content: flex-end;
align-items: center;
align-content: center;
flex-wrap: wrap;
}

.logo-spbox {
text-align: left;
margin: 0;
padding: 0;
position: relative;
z-index: 99999;
}

.logo-sp {
margin: 0;
padding: 0;
position:absolute;
top: 25px;
left: 10px;
font-weight: normal;
float: left;
width: 65%;
z-index: 9999999;
}
.logo-sp img {
width: 100%;
max-height: 50px;
}

.tel {
margin: 0 0 0 15px;
padding: 0;
}
.tel img{
width:100%;
max-width:200px;
}

.tel-spbox {
text-align: left;
margin: 0;
padding: 0;
z-index: 9999999;
}
.tel-sp {
margin: 0;
padding: 0;
position: absolute;
top: 20px;
right: 80px;
}
.tel-sp img{
width: 30px;
}



/* ************************************************ 
*	トップナビゲーション
* ************************************************ */	
#navDmy{
display:none !important;
}
#nav_bg {
	width: 100%;
	height: 80px;
	padding: 0;
	margin: 0;
position: relative;
z-index:9999;
display:block;
background: #fff;
-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.1);
-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.1);
-o-box-shadow: 0px 3px 3px rgba(0,0,0,0.1);
-ms-box-shadow: 0px 3px 3px rgba(0,0,0,0.1);
box-shadow: 0px 3px 3px rgba(0,0,0,0.1);
}

/* 上部固定用 */
#nav_bg.active{
position:fixed;
top:0;
left:0;
z-index:99999;
background:rgba(255,255,255,0.9);
transition: 0.8s;
}
/* 上部固定用ここまで */

.nav {
margin: 0 auto;
}

.nav ul {
list-style: none;
margin: auto;
letter-spacing: -0.5em; /* 隙間を埋める追加 */
}

.main-navigation {
clear: both;
margin: 0 auto;
position: relative;
}

ul.nav-menu,
div.nav-menu > ul {
margin: 0;
padding: 0;
}

.nav-menu li {
font-family: 'Noto Sans JP';
font-weight: 700;
display: inline-block;
line-height: 16px;
position: relative;
margin: 18px 15px 0 15px;
padding: 0;
float: left; 
text-align:center;
letter-spacing: normal; /* 隙間を埋める追加 */
cursor: pointer;
cursor: hand;
}
.nav-menu li a {
color: #333;
display: block;
font-size: min(1.3vw,16px);
text-decoration: none;
margin: 0;
padding: 0 0 18px 0;
border-bottom: 4px solid rgba(255,255,255,0);
}
#nav_bg.active .nav-menu li a:hover {
color: #333;
border-bottom: 4px solid #48b9ae;
}

.nav-menu li:hover > a,
.nav-menu li a:hover {
color: #333;
border-bottom: 4px solid #48b9ae;
}

ul.nav-menu ul a,
.nav-menu ul ul a {
color: #fff;
margin: 0;
}

ul.nav-menu ul a:hover,
.nav-menu ul ul a:hover {
}

ul.nav-menu li:hover > ul,
.nav-menu ul li:hover > ul {
display: block;
}

.nav-menu .current_page_item > a,
.nav-menu .current_page_ancestor > a,
.nav-menu .current-menu-item > a,
.nav-menu .current-menu-ancestor > a {
}


/* ************************************************ 
*	メイン動画
* ************************************************ */	
#top-video{
    position: relative;
    width: 100vw;
    height: calc(100vh - 80px);
    overflow: hidden;
    z-index:0;
    margin: 80px 0 0 0;
}
#top-video video{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    min-width: 100%;
    min-height: 100%;
}


.slide-text {
position: absolute;
z-index: 10;
width: 90%;
bottom:5%;
left: 5%;
}
.slide-text h2{
font-family: 'Noto Sans JP';
font-size:3vw;
line-height: 180%;
color: #fff;
font-weight: 600;
text-shadow: 0px 0px 3px rgba(0,0,0,0.3);
}
.slide-text h2 span{
font-size:2.5vw;
color: #fff;
}
.slide-text h3{
font-family: 'Noto Sans JP';
font-size:2vw;
line-height: 150%;
color: #fff;
font-weight: 500;
text-shadow: 0px 0px 3px rgba(0,0,0,0.3);
}


/* ************************************************ 
*	各ブロックタイトル
* ************************************************ */	
.pagetitle-box {
margin: 0 auto;
padding: 0 0 50px 0;
text-align:center;
}
.pagetitle-box2 {
margin: 0 auto;
padding: 0 0 0 0;
text-align:left;
}
.pagetitle {
margin: 0 auto;
padding: 0;
font-size: min(4.2vw,42px);
text-align:center;
font-weight:700;
letter-spacing: 0;
}
.pagetitle-en {
margin: 0 auto 0 auto;
padding: 0 0 10px 0;
font-size: min(2.4vw,24px);
text-align:center;
font-weight:700;
letter-spacing: 0.05em;
}


/* ************************************************ 
*	パンくずリスト
* ************************************************ */	
.breadcrumbs {
margin: auto; 
padding: 15px 0;
text-align:left;
font-size: min(1.5vw,13px);
overflow: hidden;
color: #fff;
background-color: #48b9ae;
}
.breadcrumbs a{
color: #fff;
transition: 0.5s;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-o-transition: 0.5s;
-ms-transition: 0.5s;
}
.breadcrumbs a:hover{
color: #fff;
text-decoration: underline;
}


/* ************************************************ 
*	メイン（本文）コンテンツ
* ************************************************ */	
#main {
margin:0 0 0 0;
padding: 0 0 0 0;
word-break:break-all;
}

.clear	{ clear: both; } 
.mT10	{ margin-top:10px; }
.mT20	{ margin-top:20px; }
.mT30	{ margin-top:30px; }
.mT40	{ margin-top:40px; }
.mB10	{ margin-bottom:10px; }
.mB20	{ margin-bottom:20px; }

.imgcenter{
text-align:center;
margin: 0 auto;
padding: 0;
}
.imgcenter img {
  vertical-align: bottom;
}
.htext{
text-align:center;
}

/* 記事部分 */	
p {
padding: 0;
line-height: 200%;
}

p a {
color:#ec817f;
text-decoration:underline;
transition: 0.5s;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-o-transition: 0.5s;
-ms-transition: 0.5s;
}

p a:hover {
color:#000;
text-decoration:none;
}

p a:active, a:focus {
outline: 0;
}


/* フォント */	
.mincho {
font-family:'century','Times New Roman','Baskerville','Optima','Palatino','Georgia','ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
}

.bold {
font-weight: bolder;
}

.italic {
font-style: italic; 
}
.dllink {
margin: 10px auto 5px auto;
padding: 0;
background-color:#1462be;
text-align:center;
width: 40%;
}
.dllink a{
color: #fff;
display: block;
padding: 10px 0px;
font-size:18px;
line-height: 210%;
}
.dllink a:hover{
color: #fff;
background-color:#03335d;
}
.alllink {
margin: 10px auto 5px auto;
padding: 0;
background-color:#fff;
border: 1px solid #333;
text-align:center;
width: 30%;
border-radius: 50vh; /* CSS3 */
 -webkit-border-radius: 50vh; /* Firefox */
 -moz-border-radius: 50vh; /* Safari,Chrome */
}
.alllink a{
color: #333;
display: block;
padding: 15px 0px;
font-size:16px;
}
.alllink a:hover{
color: #fff;
background-color:#333;
border-radius: 50vh; /* CSS3 */
 -webkit-border-radius: 50vh; /* Firefox */
 -moz-border-radius: 50vh; /* Safari,Chrome */
}


/* ************************************************ 
*	トップカテゴリーボックス
* ************************************************ */	
.topcategory-block{
margin: 0;
padding: 100px 0;
width: 100%;
position: relative;
z-index:9;
-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.1);
-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.1);
-o-box-shadow: 0px 3px 3px rgba(0,0,0,0.1);
-ms-box-shadow: 0px 3px 3px rgba(0,0,0,0.1);
box-shadow: 0px 3px 3px rgba(0,0,0,0.1);
}
.topcategory-block-inner{
margin: 0 auto;
padding: 0;
width: 1260px;
max-width: 95%;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.topcategory-box,
.topcategory-box2{
margin: 0;
padding: 0;
position: relative;
z-index:0;
width: 31.5%;
height: auto;
overflow: hidden;
}
.topcategory-box a:before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background:rgba(0,0,0,0.3);
transition: 0.5s;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-o-transition: 0.5s;
-ms-transition: 0.5s;
}
.topcategory-box2 a:before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background:rgba(26,168,154,0.3);
transition: 0.5s;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-o-transition: 0.5s;
-ms-transition: 0.5s;
}
.topcategory-box a:hover:before,
.topcategory-box2 a:hover:before {
background-color: rgba(255,255,255,0);
}
.topcategory-title {
font-weight:500;
width: 100%;
letter-spacing: 0.05em;
padding: 0;
margin: 0;
color: #fff;
text-align:center;
position: absolute;
top: 50%;
left: 50%;
transform: translateX(-50%) translateY(-50%);
z-index:999;
font-size: min(3.3vw,36px);
line-height: 120%;
}
.topcategory-title span{
font-size: min(2.2vw,24px);
}
.topcategory-arrow {
width: 50px;
position: absolute;
bottom: 20px;
right: 20px;
z-index:999;
}
.topcategory-arrow img{
vertical-align: bottom;
}


/* ************************************************ 
*	アクセス
* ************************************************ */
.topaccess-block{
margin: 0;
padding: 100px 0;
width: 100%;
position:relative;
z-index: 1;
-moz-box-shadow: 0px 2px 3px rgba(0,0,0,0.2);
-webkit-box-shadow: 0px 2px 3px rgba(0,0,0,0.2);
-o-box-shadow: 0px 2px 3px rgba(0,0,0,0.2);
-ms-box-shadow: 0px 2px 3px rgba(0,0,0,0.2);
box-shadow: 0px 2px 3px rgba(0,0,0,0.2);
}
.topaccess-block-inner{
margin: 0 0 0 10%;
padding: 0;
width: 90%;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.accessbox-add {
width: 30%;
margin: 0;
padding: 0;
}

.accessbox-add .text-box{
margin: 0;
padding: 0;
position:relative;
}
.accessbox-add .text-box p{
line-height: 150%;
}
.accessbox-add .map-text1{
position:absolute;
top: 0;
left: 10px;
}
.accessbox-add .map-text2{
position:absolute;
top: 45px;
left: 40px;
}
.accessbox-add .map-tel{
position:absolute;
top: 80px;
left: 10px;
font-size: min(2.7vw,27px);
font-weight: 500;
}
.accessbox-add .map-tel::before{
position:relative;
top: 5px;
left: -10px;
content:"";
display:inline-block;
width:28px;
height:28px;
background:url("../images/icon_tel.svg") no-repeat;
background-size:contain;
}

.accessbox-add .map-text1::before{
position:relative;
top: 25px;
left: -10px;
content:"";
display:inline-block;
width:28px;
height:38px;
background:url("../images/icon_access.svg") no-repeat;
background-size:contain;
}

.map-box {
margin: 0; 
padding: 0;
width: 65%;
height: 500px;
}



/* ************************************************ 
*	フッターエリア
* ************************************************ */	
#footer {
clear:both;
width:100%;
font-size: 100%;
margin: 0px auto 0px auto;
padding: 0px 0px 0px 0px;
}

.footer-top {
margin: 0 0 0 0;
padding: 80px 0;
width: 100%;
height: auto;
background: linear-gradient(
    -45deg,
    #dbf1ef 25%, #fff 25%,
    #fff 50%, #dbf1ef 50%,
    #dbf1ef 75%, #fff 75%,
    #fff
  );
background-size: 12px 12px;
}
.footer-logo {
margin: 0 auto 30px auto;
padding: 0;
text-align: center;
}
.footer-logo img{ width: 340px; }
.footer-top .name-box {
margin: 0 auto;
padding: 0;
text-align: center;
}
.footer-top .name-box .name {
font-size: 16px;
margin: 0 0 5px 0;
padding: 0 0 0 0;
font-weight: bold;
}
.footer-top .name-box .add {
font-size: min(1.8vw,16px);
margin: 0 0 0 0;
padding: 0 0 0 0;
line-height: 180%;
white-space: nowrap;
}
.footer-top .name-box .foot-tel{
font-size: min(2.7vw,27px);
font-weight: 500;
line-height: 150%;
}
.footer-top .name-box .foot-tel::before{
position:relative;
top: 5px;
left: -10px;
content:"";
display:inline-block;
width:28px;
height:28px;
background:url("../images/icon_tel.svg") no-repeat;
background-size:contain;
}
.footer-top .form{
margin: 25px auto 0 auto;
padding: 0;
text-align: center;
}
.footer-top .form img{
width: 40px;
}

.footer-inner {
margin: 0px auto 0px auto;
padding: 50px 0px 50px 0px;
width: 1120px;
max-width: 90%;
}

.footer-navbox {
margin: 0;
padding: 0;
}
#footer ul li {
    margin: 0 0 15px 0;
    padding: 0 0 0 0;
}
#footer ul li a{
color:#333;
font-size: 16px;
}
#footer ul li a:hover{
color:#000;
text-decoration: underline;
}

#footer ul ul{
    margin: 0 0 0 1em;
    padding: 0;
}
#footer ul li li{
    margin: 7px 0 7px 0;
    padding: 0 0 0 0;
}
.footer-rightbox {
margin: 0;
padding: 0;
float: right;
}

.footer-end-top {
margin: 0 auto;
padding: 0;
border: 1px solid #48b9ae;
width: 60px;
}

#footer .half {
display: flex;
justify-content: flex-end;
flex-wrap: wrap;
}

.copyright {
margin: 0px auto 0px auto;
padding: 30px 0;
text-align:center;
font-size: 85%;
width: 100%;
}


/* ************************************************ 
*	ライン
* ************************************************ */
.line-dotted {
margin: 0 0 0 0;
padding: 0 0 0 0;
border-bottom:1px dotted #CCC;
}

.line-solid {
margin: 0 0 0 0;
padding: 0 0 0 0;
border-bottom:1px solid #CCC;
}


/* ************************************************ 
*	画像装飾
* ************************************************ */
.pict_right {
margin:0 0 10px 20px; 
padding: 2px 2px 2px 2px; 
float: right;
border: 1px solid #DCDCDC;
}

.pict_left {
margin:0 10px 10px 0; 
padding: 2px 2px 2px 2px; 
float: left;
border: 1px solid #DCDCDC;
}

.pict1px{
margin: 0 0 5px 0; 
padding: 2px 2px 2px 2px; 
border: 1px solid #CCC;
}

.pict_shadow{
background: #fff;
margin: 0px auto;
border: 1px solid #ccc;
padding: 5px 5px 5px 5px;
border-radius: 1px; /* CSS3 */
 -webkit-border-radius: 1px; /* Firefox */
 -moz-border-radius: 1px; /* Safari,Chrome */
box-shadow: 2px 2px 3px #C0C0C0;
}



/* ************************************************ 
*	角丸
* ************************************************ */
.border-radius{
border-radius: 5px; /* CSS3 */
 -webkit-border-radius: 5px; /* Firefox */
 -moz-border-radius: 5px; /* Safari,Chrome */
}



/* ************************************************ 
*	ボックスシャドウ・テキストシャドウ
* ************************************************ */
.box-shadow{
box-shadow: 2px 2px 3px #ccc; /* CSS3 */
 -webkit-box-shadow: 2px 2px 3px #ccc; /* Safari,Chrome */
 -moz-box-shadow: 2px 2px 3px #ccc; /* Firefox */
}
.text-shadow{
text-shadow: 1px 1px 3px #DEDEDE; /* CSS3 */
 -webkit-text-shadow: 1px 1px 3px #DEDEDE; /* Safari,Chrome */
 -moz-text-shadow: 1px 1px 3px #DEDEDE; /* Firefox */
}



/* ************************************************ 
*	CSS3ボタン
* ************************************************ */
.bt-more a {
font-size: 9px;
font-weight: normal;
color: #333;
text-align: center;
text-decoration: none;
text-shadow: 0px -1px 0px #fff;
width: 50px;
float: left;
display: block;
padding: 0 0 0 0;
margin: 10px 0 0 0;
border: 1px solid #ccc;
border-radius: 5px;
 -webkit-border-radius: 5px;
 -moz-border-radius: 5px;
background-color: #eee;
background: -webkit-gradient(linear,left top,left bottom,color-stop(0, #ddd),color-stop(.75, #eee),color-stop(1, #ddd));
background: -moz-linear-gradient(#ddd, #eee 75%, #ddd);
}

.bt-more a:hover {
background-color: #fff;
background: -webkit-gradient(linear,left top,left bottom,color-stop(0, #eee),color-stop(.75, #fff),color-stop(1, #eee));
background: -moz-linear-gradient(#eee, #fff 75%, #eee);
}

.bt-more a:active {
background-color: #999;
background: -webkit-gradient(linear,left top,left bottom,color-stop(0, #999),color-stop(.75, #ccc),color-stop(1, #999));
background: -moz-linear-gradient(#999, #ccc 75%, #999);
}

.bt-order a{
font-size: 14px;
color:#fff;
display: block;
text-align:center;
background-color: #999;
margin: 20px 0 20px 0 ;
padding: 10px 15px;
border-radius: 3px;
 -webkit-border-radius: 3px;
 -moz-border-radius: 3px;
}

.bt-order a:hover{
color:#867888;
background: #ddd;
text-decoration:none;
transition: 0.5s;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-o-transition: 0.5s;
-ms-transition: 0.5s;
}




/* ************************************************ 
*   レスポンシブ
* ************************************************ */
/* PC 画面の横幅が960px以上 */
@media only screen and (min-width: 960px){
 iframe {
    width: 100%;
    height:100%;
}
.logo-sp { display: none; }
.tel-spbox  { display: none; }
.show_tb { display: none; }
.show_sp { display: none; }
}

/* Tablet (Portrait) 画面の横幅が768px〜959pxまで */
@media only screen and (min-width: 768px) and (max-width: 959px) {
.wrapper,
.wrapper1000,
.wrapper1120 {
width: 728px;
}

.logo-sp { display: none; }
.tel-spbox  { display: none; }

.header-logobox { width: 25%; }
.nav-menu li { margin: 25px 5px 0 5px; }
.nav-menu li a { font-size: 13px; }

.tel img { max-width: 150px; }

#top-video {
height: 40vh;
margin: 0 0 0 0;
}

.pagetitle-box { padding: 0 0 30px 0; }
.alllink { width: 30%; }
.alllink a{ font-size:16px; }
.dllink { width: 40%; }
.dllink a{
font-size:15px;
line-height: 210%;
}

.topcategory-block { padding: 70px 0; }
.topaccess-block { padding: 70px 0; }
.topaccess-block-inner {
margin: 0 0 0 2.5%;
width: 97.5%;
}
.accessbox-add { width: 35%; }
.map-box {
width: 60%;
height: 400px;
}

.footer-top { padding: 50px 0; }
.footer-inner { width: 728px;}
.footer-logo img { width: 240px; }
#footer ul li a { font-size: 14px; }
iframe { width: 100%; height:100%; max-width: 728px; }
.copyright { width: 728px;}
.show_sp { display: none; }
}


/* Mobile (Portrait) 画面の横幅が767pxまで */
@media only screen and (max-width: 767px) {
.wrapper,
.wrapper1000,
.wrapper1120 { width: 90%; margin: 15px auto 0px auto; padding: 0;}
.contents-wrapper { padding: 10px 0 70px 0; }

#header {
padding: 70px 0 0 0;
position: relative;
height: auto;
-moz-box-shadow: none;
-webkit-box-shadow: none;
-o-box-shadow: none;
-ms-box-shadow: none;
box-shadow: none;
}
.header-inner {
width: 100%;
position: static;
padding: 0 0 0 0;
}
#header h1 {
    margin: 0 0 0 0;
}

.logo,
.logo-active { display: none; }
#nav_bg.active .logo-active { display: none; }

.tel { display: none; }

#top-video {
height: 30vh;
margin: 0 0 0 0;
}
.slide-text {
bottom: 2.5%;
left: 5%;
}
.slide-text h2{
font-size: 5.5vw;
line-height: 150%;
}
.slide-text h2 span{
font-size: 4.5vw;
}
.slide-text h3{
font-size: 4vw;
line-height: 150%;
}

#nav_bg {
padding: 0;
margin:0;
position: absolute;
top:0;
left:0;
border-bottom: none;
height: 70px;
}
/* 上部固定用 */
#nav_bg.active{
position: absolute;
top:0;
left:0;
}
/* 上部固定用ここまで */

.nav { float: none; text-align:center; width: 100%; padding: 0; }
.nav-menu li {
display: inline-block;
position: relative;
margin: 0 0;
padding: 0;
  width: 100%;
  z-index:99999;
  text-align: left;
}
.nav-menu li a {
color: #fff;
display: block;
font-size: 4.5vw;
text-decoration: none;
border-bottom: none;
}
#nav_bg.active .nav-menu li a:hover,
.nav-menu li:hover > a,
.nav-menu li a:hover {
color: #fff;
border-bottom: none;
}

.pagetitle-box { padding: 0 0 30px 0; }
.pagetitle { font-size: 7vw; }
.pagetitle-en { font-size: 5vw; padding: 0 0 5px 0;}

.alllink { width: calc(100% - 2px);}
.alllink a{ font-size:4vw;}


.dllink { width: 100%; }
.dllink a{
font-size:16px;
line-height: 210%;
}

.topcategory-block {
padding: 50px 0;
}
.topcategory-block-inner {
max-width: 90%;
}
.topcategory-box,
.topcategory-box2 {
margin: 0 0 25px 0;
width: 100%;
height: 300px;
}
.topcategory-box img{
margin: 0;
padding: 0;
height: 300px;
width:100%;
vertical-align: bottom;
object-position: center bottom;
object-fit: cover;
font-family: 'object-fit: cover;'; /*IE用*/
}
.topcategory-box2 img{
margin: 0;
padding: 0;
height: 300px;
width:100%;
vertical-align: bottom;
object-position: center center;
object-fit: cover;
font-family: 'object-fit: cover;'; /*IE用*/
}

.topcategory-title {
font-size: 6.5vw;
}
.topcategory-title span{
font-size: 5vw;
}
.topcategory-arrow {
width: 9%;
}
.topcategory-arrow img{
width: 100%;
height: auto;
}

.topaccess-block {
padding: 50px 0;
}
.topaccess-block-inner {
margin: 0 auto;
width: 90%;
}
.accessbox-add {
width: 100%;
height: 140px;
margin: 0;
padding: 0;
}
.accessbox-add .map-text1,
.accessbox-add .map-text2 {
font-size: 4.5vw;
}
.accessbox-add .map-tel {
position: absolute;
top: 80px;
left: 10px;
font-size: 6vw;
}
.map-box {
margin: 0;
padding: 0;
width: 100%;
height: 400px;
}

.footer-top { padding: 50px 0; }
.footer-top .name-box .add { font-size: 4vw; }
.footer-top .name-box .foot-tel { font-size: 6vw; }
.footer-top .name-box .foot-tel::before{
top: 5px;
left: -5px;
width:25px;
height:25px;
}
.footer-top .form img{ width: 35px; }

.footer-inner {
margin: auto;
padding: 50px 0;
width: 90%;
}
#footer ul li { margin: 0 0 20px 0; }
#footer ul li a { font-size: 4.5vw; }
#footer ul li li { margin: 15px 0; }

.footer-rightbox {
margin: 30px 0 0 0;
float: left;
width: 100%;
}
.footer-logo img { width: 70%; }
.name-box { margin: 20px 0 0 0 ; }
.name {
margin: 0 0 5px 0;
line-height: 180%;
}
.add { font-size: 4.5vw; }
.breadcrumbs { display: none; }

#footer .half {
display: flex;
justify-content: center;
flex-wrap: wrap;
}

/* topcontrol ====================*/
#topcontrol{
  bottom: 30px!important;
  right: 5%!important;
}
#topcontrol img{
  width:50px;
}

iframe { width: 100%; height:100%; }
.copyright {
width:100%;
}
.show_pc { display: none; }
}
