@charset "utf-8";
/* CSS Document */



/*-------------------------------
common
-------------------------------*/
/*iosおまじない　java連動*/
.ios a:hover:after,
.ios a:active:after,
.ios a:focus:after{
		display: none;
}
::selection {
    background: #14A5CF;
    color: #fff;
}
body{
	background: #fff;
	font-family: 'Noto Sans JP', "Hiragino Kaku Gothic ProN",
    "Hiragino Sans", Meiryo, sans-serif;
	font-size:16px;
	line-height: 1.6;
	color:#3B4043;
	margin: 0;
	letter-spacing: 1px;
}
.site-content-contain p{
line-height: 2;
}
.ps{
	display: inline-block;
}
.sp{
	display: none;
}
.ps_con{
	display: block;
}
.sp_con{
	display: none;
}
img, video {
	height: auto;
	max-width: 100%;
}
section::after{
	clear: both;
	content:"";
}
ul li{
	list-style: none;
}
ul.flex{
padding-left: 0;
}
#main ol{
	margin-left: 30px;
}
.clear{
	content:"";
	clear: both;
}
/*margin space*/
.mt20{
	margin-top: 20px;
}
.mt30{
	margin-top: 30px;
}
.mt40{
	margin-top: 40px;
}
.mt50{
	margin-top: 50px;
}
.mt80{
	margin-top: 80px;
}

.mlr10{
	margin-left: 10px;
	margin-right: 10px;
}
.mtb30{
	margin-top: 30px;
	margin-bottom: 30px;
}
.mtb50{
	margin-top: 50px;
	margin-bottom: 50px;
}
.mtb60{
	margin-top: 60px;
	margin-bottom: 60px;
}
.mb20{
	margin-bottom: 20px;
}
.mb30{
	margin-bottom: 30px;
}
.mb40{
	margin-bottom: 40px;
}
.mb50{
	margin-bottom: 50px;
}
.mb70{
	margin-bottom: 70px;
}
.mb80{
	margin-bottom: 80px;
}
.mb100{
	margin-bottom: 100px;
}
.mr15{
	margin-right: 15px;
}
.pad30{
	padding-bottom: 30px;
	padding-top: 30px;
}
.pad40{
	padding-bottom: 40px;
	padding-top: 40px;
}
.padt30{
	padding-top: 30px;
}
.padt40{
	padding-top: 40px;
}
.padb30{
	padding-bottom: 30px;
}
.padb50{
	padding-bottom: 50px;
}
.padb70{
	padding-bottom: 70px;
}
.padb100{
	padding-bottom: 100px;
}
/*fontsize color*/
.fs14{
font-size :14px;
font-size :0.875rem;
}
.fs16{
font-size :16px;
font-size :1rem;
}
.fs18{
font-size :18px;
font-size :1.125rem;
}
.fs20{
font-size :20px;
font-size :1.25rem;
}
.fs26{
font-size :26px;
font-size :1.625rem;
}

.fs32{
font-size :32px;
}
.fc_red{
	color: #E5232A;
}
.fc_blue_b{
	color: #00a99d;
	font-weight: bold;
}
.noto_200{
	font-weight: 200;
}
.noto_300{
	font-weight: 300;
}

/*link*/
a img:hover{
	opacity: 0.7;
}
a {

  text-align-last: none;
	transition: 0.5s;
}
a:hover {
	text-decoration-color: transparent;
	color:#14A5CF;
	text-decoration: underline;
}

a:link, a:visited {
	color: #232121;
	text-decoration: none;
}
a:active,
a:hover {
	color: #14A5CF !important;
	text-decoration: underline;
}
a.blue, td.link_blue a{color:#3056A2;}

/*position*/
.text_center{
	text-align: center;
}
.text_left{
	text-align: left;
}
.text_right{
	text-align: right;
}
.text_normal{
	font-weight: normal;
}
.block_center{
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	display: block;
}
figure {
text-align: center;
margin-left: auto;
margin-right: auto;
display: block;
}
p.text{
line-height: 2.75;
}

.bold{
	font-weight: bold;
}
.w30{width:30%;}
/*table*/
/*solidあり*/

table.table-a{
	 border-collapse:  collapse; 
	 width:100%;
}
table.table-a th{
	padding: 0.5em 1em;
	border: 1px solid #E0DCD6;
	background: #FAF8F3;
	width:25%;
	font-weight: bold;
	text-align: left;
}
table.table-a td{
	padding: 0.5em 1em;
	border: 1px solid #DCDDDD;
	background: #fff;
}
table.table-a tr:hover td{
background: #FFF9E9;
}
table.table-c{
	 border-collapse:  collapse; 
	 width:100%;
}
table.table-c th{
	padding: 0.5em 1em;
	border: 1px solid #DCDDDD;
	background: #f4f2ec;
	font-weight: bold;
	text-align: left;
}
table.table-c td{
	padding: 0.5em 1em;
	border: 1px solid #DCDDDD;
	background: #fff;
}
table.table-c thead th{
text-align: center;
}

/*solidなし*/
table.table-h{
border:none;
width: 100%;
}
table.table-h th{
width:20%;
	padding:1em 2em;
	text-align: left;
	font-weight: bold;
	background: none;
	border-bottom: 1px solid #707070;
}
table.table-h td{
	padding:1em 2em;
	border-bottom: 1px solid #E0DCD6;
}
/*company*/
#content tr th, #content thead th {
	color: #232121;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.8;
}
#content table{
	border:1px solid #ccc;
	width: 100%;
}
#content table th{
background: #f4f4f4;
}
#content table th, #content table td{
border:1px solid #ccc;
}
#content table.table-b,  table.table-b{
	width:100%;
	margin-bottom: 40px;
	border: none;
}
#content table.table-b tr, #content table tr,  table.table-b tr{
	border-bottom: 1px solid #D8D6D6;
}
#content table.table-b th, #content table.table-b td{
border: none;
}
#content table.table-b th,  table.table-b th{
	width:20%;
	padding:1em 2em;
	text-align: left;
	font-weight: bold;
	border-bottom: 1px solid #D8D6D6;
}

#content table.table-b td, table.table-b td{
	padding:1em 2em;
	border-bottom: 1px solid #D8D6D6;
}
#content table.none, table.none th, table.none td, table.none tr{
	border:none;
}
#content table.table-d,table.table-d{
	 border-collapse:  collapse; 
	 width:100%;
}
#content table.table-d th,table.table-d th{
	padding: 0.5em 1em;
	border: 1px solid #DCDDDD;
	background: #f4f2ec;
	width:25%;
	font-weight: bold;
	text-align: left;
}
#content table.table-d td,table.table-d td{
	padding: 0.5em 1em;
	border: 1px solid #DCDDDD;
	background: #fff;
}
#content table.table-d tr:hover td,table.table-d tr:hover td{
background: #FFF9E9;
}
#content table.table-d tr:first-child td,table.table-d tr:first-child td{
background:#ffd7db;
font-weight: bold;
text-align: center;
}
table.none{
	width:100%;
}
table.none td{
	padding:5px  0;

}

table.none td.justify{
	text-align-last: justify;
	text-justify: inter-ideograph;
}
table.none span a{
	border-radius: 30px;
	padding:0.3em 1em;
	margin-left: 8px;
	color:#fff !important;
	text-align: center;
	background: #3056A2;
}
dl.table{
	display: table;
	margin:0;
	padding: 0;
}
dl.table dt, dl.table dd{
	vertical-align: middle;
	display: table-cell;
}
/*------------------------------------
bread
---------------------------------------*/
#breadcrumb {
	clear: both;
	margin: 0 auto;
	width: 100%;
	font-size: 87%;
	list-style: none;
	padding: 20px 0;
}
#breadcrumb li {
	display: inline-block;
	padding: 15px 10px;
}
#breadcrumb li:hover{
	text-decoration: underline;
}
#breadcrumb ol{margin: 0;
padding-left: 0;}
/*-----------------------------------------------------------*/
/* ページトップへ戻るボタン */
/*-----------------------------------------------------------*/
/* ボタンの領域 */
#re-top {
	position:fixed; /*画面に固定*/
	bottom:50px; /*画面下へ*/
	right:5%; /*画面右へ*/
	z-index:10; /*レイヤー順序を上に*/
	background-color:transparent; /*領域の背景色（透明）*/
}
/* ボタン */
.re-topB {
	position:relative;
	display:block; 
	background-color:rgba(20,0,0,0.5); /*丸ボタンの色*/
	color:rgb(255,255,255); /*三角と文字色*/
	text-decoration:none;
	font-weight:bold;
	font-size:12px;
	width:60px;
	height:60px;
	text-align:center;
	line-height:24px;
	border-radius:5px;
	padding-top:30px;
	box-sizing:border-box;
}
/* 三角部分 */
.re-topB:before {
	content:'\25B2';
	position:absolute;
	top:10px;
	left:0;
	width:100%;
	text-align:center;
	font-size:20px;
}
.re-topB:hover{
	color: #fff !important;
	background: rgba(51,59,89,0.6);
}

/*pagetop新*/

/***追従するトップへ戻るボタン***/
#page-top {
    position: fixed;
    right: 5px;
    bottom: 20px;
    height: 50px;
    text-decoration: none;
    font-weight: bold;
    transform: rotate(90deg);
    font-size: 90%;
    line-height: 1.5rem;
    color: #737373;
    padding: 0 0 0 35px;
    border-top: solid 1px;
}
#page-top::before {
    content: "";
    display: block;
    position: absolute;
    top: -1px;
    left: 0px;
    width: 15px;
    border-top: solid 1px;
    transform: rotate(35deg);
    transform-origin: left top;
}
/*　上に上がる動き　*/

#page-top.UpMove{
  animation: UpAnime 0.5s forwards;
}


/*　下に下がる動き　*/

#page-top.DownMove{
  animation: DownAnime 0.5s forwards;
}


/***トップへ戻るボタンここまで***/

/*button関連*/
/*角丸ボタン*/
.btn {
    font-weight: bold;
    display: inline-block;
    text-decoration: none !important;
	position: relative;
	border-radius: 100px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .5s;
    transition: all .5s;
	text-align: center;
}
.btn01 {
	padding: 20px 1.5em ;
     background-color: #14A5CF;
    color: #fff !important;
	min-width:250px;
    }
.btn01:hover, .btn.meta-nav:hover {
    background-color: #1C80AE;
	color: #fff !important;
    }
/*.btn01::after{
content:"\f105";
font-family: "fontawesome";
margin-left: 15px;
}
*/
.btn.meta-nav{
padding: 3px 1.5em ;
     background-color: #002E80;
    color: #fff !important;
	display: inline-block;
	margin-top: 10px;
}
/*四角ボタン*/
.bn_cv{
	border:1px solid #3056A2;
	color: #fff !important;
	text-align: center;
	-webkit-transition: all .5s;
    transition: all .5s;
	padding: 10px 0;
	margin: 30px 0;
	background: #3056A2;
	min-width:160px;
	display: inline-block;
}
.bn_cv:hover{
	background: #fff;
	color: #3056A2 !important;
	text-decoration: none;
	border:1px solid #3056A2;
}
.bn_cv::after{
	content: "\f105"; 
	font-family: 'FontAwesome'; 
	margin-left: 15px;
	
}
.bn_cv02{
	border:1px solid #fff;
	color: #3056A2 !important;
	text-align: center;
	padding: 1em;
	-webkit-transition: all .5s;
    transition: all .5s;
	display: block;
	background: #fff;
	font-size:24px;
	font-weight: bold;
}
.bn_cv02:hover{
	background: #3056A2;
	color: #fff !important;
	text-decoration: none;
}
.bn_cv02::before{
	content: "\f003"; 
	font-family: 'FontAwesome'; 
	margin-right: 15px;
}



/*-------------------------------
contact
---------------------------------*/
/*お問合せ*/

.formInner input::-webkit-input-placeholder {
    color: #ccc;
    font-weight: normal;
}
.formInner input:-ms-input-placeholder {
    color: #ccc;
    font-weight: normal;
}
.formInner input::-moz-placeholder {
    color: #ccc;
    font-weight: normal;
}

.form_w30{width:30% !important;}
.form_w50{width:50% !important;}
.form_w80{width:80% !important;}

.formInner{
	width:100%;
	margin: 10px auto;
}
.sent .formInner {
	display: none;
}
.complete-display{
	display: none;
}
.sent .complete-display{
	display: block;
}
#column {
	margin: 0 0 40px 0;
	width: 100%;
	height: 250px;
	overflow: auto;
	background: #FFF;
	border: 1px solid #DCDCDC;
	padding: 20px;
}
#column ol{
	padding-left: 20px;
}

.formInner label {
	font-size: 0.875rem;
	color: #4d4d4d;
	cursor: pointer;
	display: block;
	font-weight: normal;
	line-height: 1.5;
	margin-bottom: 0;
	position: static;
}

.opt {
	background: #3cd7e7;
}
.req {
	background: #e74c3c;
}
.opt, .req {
	margin-right: .5rem;
	color: #fff;
	font-size: .75rem;
	font-weight: 400;
	padding: .125rem .25rem;
	border-radius: .15rem;
}
.formInner input{
	position: static;
}
.formInner input[type="text"], .formInner input[type="password"], .formInner input[type="date"], .formInner input[type="datetime"], input[type="datetime-local"], .formInner input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0px;
	background-color: white;
	font-family: inherit;
	border: 1px solid #cccccc;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	color: rgba(0, 0, 0, 0.75);
	display: block;
	font-size: 0.875rem;
	margin: 0 0 1rem 0;
	padding: 0.5rem;
	height: 2.3125rem;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	transition: box-shadow 0.45s, border-color 0.45s ease-in-out;
}
.formInner input[type="text"], select, textarea, .formInner input[type="email"], textarea {
	border: 3px solid #ccc;
	border-radius: .3rem;
	padding: 6px;
	outline: 0;
}
.formInner input[type="file"], .formInner input[type="text"], select, .formInner input[type="email"], textarea {
	width: 65%;
	cursor: pointer;
}
.formInner input[type="text"]:focus, select:focus, textarea:focus, .formInner input[type="email"]:focus {
	border: solid 3px #1ca8dd;
	background-color: #ddf2fa;
}
input[type="submit"].bn_send {
	color: #fff;
	background: #002E80;
	border: none;
	padding: 10px 20px;
	transition: 0.5s;
	cursor: pointer;
}
input[type="submit"].bn_send:hover{
background: #3D7DBC;
}
textarea{
	min-height:120px;
}
form {
	width:80%;
	margin: 30px auto;
}
form dl {
	font-size: .8125rem;
	border-bottom: 1px dotted #bcbcbc;
	margin-bottom: .875rem;
}
form dt {
	font-size: 1rem;
	margin-bottom: 1rem;
}
form dd {
	margin-bottom: 1rem;
}

.formInner input.w250{
	width:25%;
}
.formInner ol li{
	list-style: none;
}
.formInner ol li span{
	display: inline-block;
	vertical-align: middle;
	width:18%;
}
.formInner ol li span.wpcf7-form-control-wrap{
	width: 75%;
}
.formInner ol li span.wpcf7-form-control-wrap.zip{
	width: 50%;
}
/* =======================================
    mainナビ
======================================= */

/*メインナビゲーションにもともとmenuのクラスがついているので、PCナビと区別するため#naviで括る*/
#navi{
	width:100%;
	margin:0;
}
#navi ul.menu{
  *zoom: 1;
  list-style-type: none;
  width: 98%;
  margin: 0 auto ;
  padding: 0;
display: flex;
	justify-content: center;

}
#navi ul.menu:before, #navi ul.menu:after{
  content: "";
  display: table;
}
#navi ul.menu:after{
  clear: both;
}
#navi ul.menu li{
  position: relative;
  margin:  0;
  padding: 0;
  text-align: center;
}
#navi ul.menu li a{
  display: block;
  margin: 0;
  padding: 10px 30px;
  font-size: 18px;
  line-height: 1;
  text-decoration: none;
}
#navi ul.menu li a:hover, #navi ul.menu li.current_page_item a{
	color:#14A5CF !important;
}

#navi ul.menu li p{
	margin-top: 15px ;
	}
#navi ul.menu li ul{
  list-style: none;
  position: absolute;
  z-index: 9999;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
  width:250px;
visibility: hidden;
    opacity: 0;
}

#navi ul.menu li:hover ul{
	 visibility: visible;
    opacity: 1;
}
#navi ul.menu li ul li{
  width: 100%;

}
#navi ul.menu li ul li::last-child{
  width: 100%;
  border-bottom: 1px solid #f4f4ec;
}
#navi ul.menu li ul li a{
  padding: 12px 15px;
  border-top: 1px solid #f4f4ec;
  background: rgba(255, 255, 255, 0.8);
  text-align: left;
  font-size:14px;
  font-weight: normal;
  color:#232121;
	 transition: .5s;
}
#navi ul.menu li ul li a:hover{
  background: rgba(255, 255, 255, 1.0);


	}
#navi ul.menu li ul.sub-menu li{
  overflow: hidden;
  height: 0;
  transition: .5s;
}
#navi ul.menu li:hover ul.sub-menu li{
  overflow: visible;
  height: 40px;
}
/*-	--------*/

#navi ul{
	text-align: center;
}

#navi ul li{
	display: inline-block;
	list-style: none;
	font-size: 18px;
	font-weight: 500;

}
#navi ul li+li{
	border-left: 0;

}
#normal li ul li.sp{
		display: none !important;
	}

#navi ul li ul li + li {
	border-left: none;
}
#navi ul.menu li.current_page_item.nav_non a {
	color: #232121 !important;
}
#navi ul.menu li.current_page_item.nav_non a:hover{
	color:#14A5CF !important;
}
/*メニューここまで*/




ul{
	margin-left: 0;
	padding-left: 0;
}

/*--------------------------------------------
スライドショー各種
-------------------------------------------------------*/
/*----------------------------------------
wideslider　両端の2枚が半透明のスライダー
-------------------------------------------*/
.wideslider {
	width: 100%;
	text-align: left;
	position: relative;
	overflow: hidden;
}

.wideslider ul,
.wideslider ul li {
	float: left;
	display: inline;
	overflow: hidden;
}

.wideslider ul li img {
	width: 100%;
	display: none;
}

.wideslider_base {
	top: 0;
	position: absolute;
}
.wideslider_wrap {
	top: 0;
	position: absolute;
	overflow: hidden;

}
.slider_prev,
.slider_next {
	top: 0;
	overflow: hidden;
	position: absolute;
	z-index: 100;
	cursor: pointer;
}
.slider_prev {background: #fff url(../img/prev.jpg) no-repeat right center;}
.slider_next {background: #fff url(../img/next.jpg) no-repeat left center;}

.wideslider .pagination {
	bottom: 10px;
	left: 0;
	width: 100%;
	height: 15px;
	text-align: center;
	position: absolute;
	z-index: 200;
}

.wideslider .pagination a {
	margin: 0 5px;
	width: 15px;
	height: 15px;
	display: inline-block;
	overflow: hidden;
	background: #333;
}
.wideslider .pagination a.active {
	filter:alpha(opacity=100)!important;
	-moz-opacity: 1!important;
	opacity: 1!important;
}

.wideslider ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}

.wideslider ul {
	display: inline-block;
	overflow: hidden;
}

/* フェード画面いっぱいスライドショー
------------------------- */
.viewer {
    margin: 0 auto;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.viewer ul.slide {
    width: 100%;
    overflow: hidden;
    position: relative;
}
.viewer ul.slide li {
    top: 0;
    left: 0;
    width: 100%;
    position: absolute;
}
.viewer ul.slide li img {
    width: 100%;
}
 
/* sideNavi
------------------------- */
.viewer .btnPrev,
.viewer .btnNext {
    margin-top: -25px;
    top: 50%;
    width: 50px;
    height: 50px;
    position: absolute;
    z-index: 101;
}
.viewer .btnPrev {
    left: 10px;
    background: #ccc url(../img/btnPrev.jpg) no-repeat center center;
}
.viewer .btnNext {
    right: 10px;
    background: #ccc url(../img/btnNext.jpg) no-repeat center center;
}
  

.viewer ul:after {
    content: ".";
    height: 0;

    clear: both;
    display: block;
    visibility: hidden;
}
 
.viewer ul {
    display: inline-block;
    overflow: hidden;
}

/*-------------------------------------------
---------------------------------------------
layout
-------------------------------------------
------------------------------------------*/
/*header*/
/*スクロールした時の挙動*/
#masthead.site-header.fixed {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	background: rgba(255, 255, 255, 1);
	z-index: 999;
	border-bottom: 1px solid #ededed;
}


ul.head_upper{
	float: right;
	padding-top: 10px;
}
ul.head_upper li{
	display: inline-block;
	padding-left: 10px;
	padding-right: 10px;
}
ul.head_upper li+li{
	border-left: 1px solid #e9ebf1;
}
ul.head_upper::after{
	content: "";
	clear: both;
	display: block;
}


.site-branding-text {
	text-align: center;

}
.site-branding-text h1{
	text-align: left;
}


.wrap {
	margin-left: auto;
	margin-right: auto;
	max-width: 1080px;
}

.wrap::after {
	clear: both;
	content: "";
	display: block;
}
.one_col{
width: 100%;
}
.one-column #content {
	margin: 0 auto;
	max-width: 1080px;
}
#content.one-col{
	margin: 0 auto;
	max-width: 1080px;
}
.news_waku li, .rec_waku li{
	border-bottom:1px solid #e3e0e0;
	padding:8px 0;
}

/*-------------------------------------
news*/
.newsguide a::after{
	content: "\f105"; 
	font-family: 'FontAwesome'; 
	margin-left: 15px;

}

.newsguide{
	margin: 10px;
	display: flex;
	justify-content: flex-end;
}
.newsguide::after{
	content:"";
	clear: both;
}
.newsguide ul{
display: flex;
justify-content: flex-end;
}
.newsguide ul li{
margin-left: 20px;
}
/*--------------------------------------
サブヘッダー*/

#subimage {
	position: relative;
	min-height: 420px;

}
/*中に文字を入れる場合*/
#subimage .inner h1{ 
	font-size:48px; 
	color: #fff; 
	margin: 0;
	font-weight: bold;
	text-align: center;
}

#subimage .inner {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
}
.wrap.main_contents{
	padding-top: 20px;
}

.entry-meta .entry-date{
  font-size:14px;
}
.entry-meta .entry-date::after{
content:"";
clear: both;
height: 10px;
}

.time{
	margin-right: 10px;
}

#main.front {
	padding: 0;
}
.front.page_menu {
	padding: 0 0 30px 0;
}

.gallery img {
	border: none;
}
/*page部分*/

/*==================================================
ふわっ
===================================*/
/* fadeUp */

.fadeUp{
animation-name:fadeUpAnime;
animation-duration:0.5s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateY(100px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
 
.fadeUpTrigger{
    opacity: 0;
}
/* アニメーションスタートの遅延時間を決めるCSS*/

.delay-time02{
animation-delay: 0.2s;
}
.delay-time03{
animation-delay: 0.3s;
}
.delay-time04{
animation-delay: 0.4s;
}
.delay-time05{
animation-delay: 0.5s;
}
.delay-time06{
animation-delay: 0.6s;
}
.delay-time08{
animation-delay: 0.7s;
}



.widget-area .widget-container ul li{
border-bottom: 1px solid #BEBEBE;
padding: 10px 0;
}
.widget-area ul ul {
	margin-left: 0;
}
#sitemap li{
margin-bottom: 10px;
}
#sitemap li a{
padding: 10px;
border:1px solid #ededed;
background: #F6F6F6;
display: block;

}
#sitemap li ul.children{
padding-left: 15px;

}
#sitemap li ul.children li a{
border:none;
background: none;

}
#sitemap li ul.children li a::before{
content:"●";
color: #ee5082;
margin-right: 10px;
}
/* =======================================
  ここまで共通
======================================= */
@media screen and (max-width : 1079px) {
	.wrap{
		padding-left: 15px;
		padding-right: 15px;
	}
#navi ul.menu li a {
	font-size: 16px;
}
	/*1079*/
}

@media screen and (max-width : 959px) {/*タブレット*/
#masthead .wrap_head {
	position: relative;
	width: 100%;
	display: block;
}
.site-branding-text {
	display: block;
	margin: 0 auto;
}
.top_nav {
	width: 100%;
	display: inline-block;
}
ul.head_upper {
	float: none;
	padding-top: 5px;
	margin-bottom: 0;
	text-align: center;
}
#navi ul.menu li a {
	padding: 5px 0 ;

}

#navi ul.menu {
	float:none;
	text-align: center;
}
#subimage .inner{
	margin: 0 auto;
	width:70%;
}
.wrap_grad h2, .wrap_tex01 h2 {

	font-size: 28px;
}
	.foot_logo{
		display: block;
		text-align: center;
		margin-left: auto;
		margin-right: auto;
	}

/*タブレット以下*/
}
@media screen and (min-width : 768px) {
	/*header固定*/
#masthead {
  background: #fff;
transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
header {
	background: #fff;
	width: 100%;
	z-index: 9999;

}

.site-branding-text h1.site-title {
	margin-top: 8px;
}
/*スライドインナビ*/
 #s_header{
	display: none;
}
#maincolumn{
display: flex;
}
#maincolumn #content.two_col{
width: calc(100% - 270px);
margin: 0 50px 0 0;
}
#primary, #secondary {
	float: none;
	overflow: hidden;
	width: 220px;
}
.sp{
	display: none;
}
.ps{
	display: inline-block;
}


.flex{
	display:-webkit-box;
  	display:-ms-flexbox;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
.flex_center{
display: flex;
justify-content: center;
flex-wrap: wrap;
}
.foot_flex{
	display:-webkit-box;
  	display:-ms-flexbox;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	}
.flex_st{
	display:-webkit-box;
  	display:-ms-flexbox;
	display: flex;
	justify-content: flex-start;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
	}
	.flex.align_middle{
		align-items: center;
	}
	.box18{
	width:18%;
	}
	.flex_st li.box48{
		margin-right:4%;
		margin-bottom:40px;
	}
	.flex_st li.box48:nth-child(2n){
		margin-right:0;
	}
	.flex_st li.box30{
		margin-right:5%;
	}
	.flex_st li.box30:nth-child(3n){
		margin-right:0;
	}
.box18{
		width:18%;
	}
.box23{
	width:23%;
	}
.box30{
		width:30%;
	}
.box35{
		width:35%;
	}
.box43{
		width:43%;
	}
.box46{
width:46.29%;
}
.box48{
		width:48%;
	}
.box45{
		width:45%;
	}
.box55{
		width:55%;
	}
.box60{
		width:60%;
	}
.box65{
		width:65%;
	}
	.box75{
		width:75%;
	}
/*fixedメニューのずれ*/
.anchor_contents{
padding-top: 150px;
}
.anchor_link {
padding-top: 150px ;
margin-top: -150px;

}
/*submenu*/
.page_menu{
	padding-bottom: 40px;
}
.page_menu ul{
	display:-webkit-box;
  	display:-ms-flexbox;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.page_menu ul li {
	padding: 0 10px;
	font-weight: bold;
}
.page_menu ul li::after{
		content:"|";
	color:#d8d8d8;
	}
.page_menu ul li:last-child::after{
		content:"";
	}
.page_menu ul li a{
	padding: 0 15px;
}

/**/	
}

@media screen and (max-width : 767px) {/*スマホ　以下をモバイルと認定*/
.ps{
	display: none;
}
.sp{
	display: inline-block;
}

#content {
	margin: 0 auto;
	widows: 100%;
}
#primary, #secondary {
	float: none;
	overflow: hidden;
	width: 100%;
}
#maincolumn #content.two_col{
width: 100%;
}
#primary, #secondary {
	width: 100%;
}


.top_nav {
display: none;
}
.site-branding-text .site-title {
	padding-left: 0;
}

.formInner input[type="file"], .formInner input[type="text"], select, .formInner input[type="email"], textarea {
	width: 96%;
	cursor: pointer;
}

table.table-b th, table.table-b td, table.table-price th, table.table-price td, table.table-price tbody th{
	display: block;
	}
 
table.none td.name01, table.none td.name02, table.none td.name03, table.none td.name04{
		width:94%;
		display: block;
	}

#header_upper{
		display: block;
		margin-bottom: 20px;
	}
/*---------------------------------
スライドインナビゲーション
スマホメニューここから
---------------------------------*/
#s_header {
	width: 100%;
}
#menu-btn-check {
	display: none;
}
.menu-btn {
	position: fixed;
	top: 10px;
	right: 0;
	display: flex;
	height: 60px;
	width: 60px;
	justify-content: center;
	align-items: center;
	z-index: 99999;

}
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
	    content: '';
	    display: block;
	    height: 3px;
	    width: 25px;
	    border-radius: 3px;
	    background-color: #000;
	    position: absolute;
	}
.menu-btn span:before {
	    bottom: 8px;
	}
.menu-btn span:after {
	    top: 8px;
	}
		
#menu-btn-check:checked ~ .menu-btn span {
	    background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
	}
#menu-btn-check:checked ~ .menu-btn span::before {
	    bottom: 0;
	    transform: rotate(45deg);
	}
#menu-btn-check:checked ~ .menu-btn span::after {
	    top: 0;
	    transform: rotate(-45deg);
	}
#menu-btn-check {
	    display: none;
	}
.menu-content {
	    width: 100%;
	    height: 100%;
	    position: fixed;
	    top: 0;
	    left: 0;
	    z-index: 80;
	    background-color: #fff;
	}
.menu-content ul {
	    padding: 70px 10px 0;
	}
.menu-content ul li {
	    border-bottom: solid 1px #000;
	    list-style: none;
	}
.menu-content ul li a {
	    display: block;
	    width: 100%;
	    font-size: 15px;
	    box-sizing: border-box;
	    color:#000;
	    text-decoration: none;
	    padding: 9px 15px 10px 0;
	    position: relative;
	}
.menu-content ul li a::after {
	    content: "";
	    width: 7px;
	    height: 7px;
	    border-top: solid 2px #000;
	    border-right: solid 2px #000;
	    transform: rotate(45deg);
	    position: absolute;
	    right: 11px;
	    top: 16px;
	}
	
.menu-content {
	    width: 100%;
	    height: 100%;
	    position: fixed;
	    top: 0;
	    left: 100%;/*leftの値を変更してメニューを画面外へ*/
	    z-index: 80;
	    background-color: #fff;
	    transition: all 0.5s;/*アニメーション設定*/
	}
	
#menu-btn-check:checked ~ .menu-content {
	    left: 0;/*メニューを画面内へ*/
	}
	
/*スマホメニューここまで*/


.hero__title {
	left: 25%;
	position: absolute;
	right: 0;
	top: 10%;
	transform: translate(-25%, -10%);
	max-width: 800px;
	text-align: left;
}
.hero__link {
	position: absolute;
	bottom: -50px;
	left: 10%;
	transform: translateX(-30%);
	transform: translate(-10%, -0%);
	width: 50%;
}

/*767*/
}