 @import url(https://fonts.googleapis.com/css?family=Noto+Sans:700);

@import url(https://fonts.googleapis.com/css?family=Open+Sans:700);
 @charset "UTF-8";
/* CSS Document */
/*====================================================================

common.css

=====================================================================*/
@font-face {
  font-family: 'icomoon';
  src:  url('../../fonts/icomoon.eot?tigeme');
  src:  url('../../fonts/icomoon.eot?tigeme#iefix') format('../../embedded-opentype'),
    url('../../fonts/icomoon.ttf?tigeme') format('truetype'),
    url('../../fonts/icomoon.woff?tigeme') format('woff'),
    url('../../fonts/icomoon.svg?tigeme#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-mail:before {
  content: "\e900";
font-size: 20px;
}
.icon-home:before {
  content: "\e901";
	font-size: 20px;
}
.icon-tel:before {
  content: "\e902";
	font-size: 20px;
}

/* ========================================
 * foundation
 ======================================= */
/* html5reset-1.6.1.css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, address, 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, menu, nav, section, summary, time, mark, audio, video {
	margin : 0;
	padding : 0;
	border : 0;
	outline : 0;
	font-size : 100%;
	vertical-align : baseline;
	background : transparent;
	border-collapse : collapse;
	/* added */
	-webkit-text-size-adjust : none;/* added */
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display : block;
}
address {
	font-style : normal;
}
nav ul {
	list-style : none;
}
ul li {
	list-style : none;
}
/* added */
ol li {
	list-style : none;
}
/* added */
blockquote, q {
	quotes : none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content : "";
	content : none;
}
a {
	margin : 0;
	padding : 0;
	font-size : 100%;
	vertical-align : middle;
	background : transparent;
}
/* change colours to suit your needs */
ins {
	background-color : #ff9;
	color : #000;
	text-decoration : none;
}
/* change colours to suit your needs */
mark {
	background-color : #ff9;
	color : #000;
	font-style : italic;
	font-weight : bold;
}
del {
	text-decoration : line-through;
}
abbr[title], dfn[title] {
	border-bottom : 1px dotted;
	cursor : help;
}
table {
	border-collapse : collapse;
	border-spacing : 0;
}
/* change border colour to suit your needs */
hr {
	display : block;
	height : 1px;
	border : 0;
	border-top : 1px solid #ccc;
	margin : 1em 0;
	padding : 0;
}
input, select {
	vertical-align : middle;
}
/*--------------------------------------------------------------------/
	format
/--------------------------------------------------------------------*/
*, *:before, *:after {
	box-sizing : border-box;
}
img {
	max-width : 100%;
	vertical-align : middle;
}
/*--------------------------------------------------------------------/
	body
/--------------------------------------------------------------------*/
html {
	font-size : 12px;
}
body {
	line-height : 1.6;
	letter-spacing : 1px;
	font-size : 12px;
	font-size : 1rem;
	font-family : 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Meiryo', 'メイリオ', 'ＭＳ Ｐゴシック', 'ＭＳ ゴシック', Osaka, Osaka-等幅, sans-serif;
	color : #151515;
	-webkit-font-smoothing : antialiased;
	-moz-osx-font-smoothing : grayscale;
}
section:after, article:after {
	content : "";
	clear : both;
	display : block;
}
/* a
----------------------------------------------------------------*/
a {
	color: #004499;
}
:link, :visited {
	text-decoration : underline;
}
:hover, :active {
	text-decoration : none;
}
/* animate css
----------------------------------------------------------------*/
.tel-link {
	text-decoration : none;
}
.test_box {
	background-color : #ddd;
	padding : 28px;
	padding : 2rem;
	width : 50%;
	margin : 0 auto;
}
/*--------------------------------------------------------------------/
	btn
/--------------------------------------------------------------------*/
*[class^="btn-"] {
	display : inline-block;
	padding : 2.8px 2em;
	padding : .2rem 2em;
	text-decoration : none !important;
	font-weight : bold;
	color : #2c3942;
	position : relative;
	-webkit-transition : all .3s;
	transition : all .3s;
	border : 2px solid;
	font-size : 14px;
	font-size : 1rem;
}
*[class^="btn-"]:before {
	content : "";
	width : 0;
	height : 0;
	border : 6px solid transparent;
	border-left-color : #000;
	display : block;
	position : absolute;
	left : 5px;
	top : 50%;
	margin-top : -6px;
}
.btn--pink {
	border-color : #ca6a51;
	background-color : #eab7aa;
}
.btn--pink:before {
	border-left-color : #ca6a51;
}
.btn--pink:hover {
	background-color : #ffddd4;
}
.btn--blue {
	border-color : #3596d7;
	background-color : #c4e0f2;
}
.btn--blue:before {
	border-left-color : #3596d7;
}
.btn--blue:hover {
	background-color : #e7f6ff;
}
.btn_02 {
	display : inline-block;
	padding : 7px 2em;
	padding : .5rem 2em;
	text-decoration : none !important;
	font-weight : bold;
	color : #3c3b3b;
	position : relative;
	-webkit-transition : all .3s;
	transition : all .3s;
	background : url("../img/common_bg_10.jpg");
	font-size : 14px;
	font-size : 1rem;
}
.btn_02:before {
	content : "";
	display : block;
	position : absolute;
	top : 5px;
	left : 5px;
	right : 5px;
	bottom : 5px;
	border : 1px solid rgba(0, 0, 0, .32);
}
.btn_02:after {
	content : "";
	display : block;
	position : absolute;
	top : 0;
	left : 0;
	right : 0;
	bottom : 0;
	background-color : rgba(255, 255, 255, 0);
	-webkit-transition : all .3s;
	transition : all .3s;
}
.btn_02:hover:after {
	background-color : rgba(255, 255, 255, .3);
}
/*--------------------------------------------------------------------/
	header
/--------------------------------------------------------------------*/
#wrapper {
	position : relative;
	margin : 0 auto;
}
header {
	padding-top: 15px;
	border-top: 5px solid #aeaeae;
	margin-bottom: 20px;
}
header:after {
	display : block;
	content : "";
	clear : both;
}
h1 {
	font-weight : normal;
	font-size : 10px;
	font-size : .71rem;
	line-height: 1.2;
}
.header__inner {
	font-size : 1;
	padding: 0 2%;
}
.header__inner:after {
	display : block;
	content : "";
	clear : both;
}
.header__info {
	display: block;
	width: 100%;
	position: relative;
}
.header__tel {
	display: none;
}
.header__cmt--01 {
	display: block;
	color: #fff;
	border-radius: 3px;
	text-align: center;
	padding: 3px 14px 3px 18px;
	background: #d12129;
	font-size: 15px;
	font-size: 1.07rem;
	font-weight: 600;
	letter-spacing: 0px;
	margin-bottom: 3px;
}
.header__cmt--02 {
	display: block;
	color: #d12129;
	text-align: center;
	font-size: 13.5px;
	font-size: .96rem;
	padding-left: 5px;
	font-weight: 600;
}
/*--------------------------------------------------------------------/
	nav global
/--------------------------------------------------------------------*/
.slicknav_menu {
	top : 35px;
}
.slicknav_menu br {
	display : none;
}
.slicknav_menu .slicknav_btn {
	margin-bottom : 1%;
}
.sp-nav {
	display: none;
}
#global {
	z-index : 1;
	position : relative;
	width : 100%;
	padding: 0 2%;
}
#global:after {
	display : block;
	content : "";
	clear : both;
	margin-bottom: 70px;
	margin-bottom: 4.375rem;
}
#global .global__items {
	display : table;
	table-layout : fixed;
}
#global .global__items >li {
	display : table-cell;
	position : relative;
	height : 61px;
	text-align : center;
	overflow: hidden;
	transition: .2s all;
	-webkit-transition: .2s all;
}
#global .global__items >li:not(:first-child) {
	border-left: #7d90af 1px solid;
}

#global .global__items >li a {
	color: #fff;

	font-family:'Noto Sans', sans-serif;
	display : block;
	position : relative;
	text-decoration : none;
	line-height :61px;
	height: 61px;
 font-size: calc( .93rem + 3 * (100vw - 897px) / 130);
	font-weight: 900;
	letter-spacing: -.3px;
	background: #072c6b;
	background: -moz-linear-gradient(top, #072c6b 0%, #052150 100%);
	background: -webkit-linear-gradient(top, #072c6b 0%, #052150 100%);
	background: linear-gradient(to bottom, #072c6b 0%, #052150 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#072c6b', endColorstr='#052150', GradientType=0 );
}
#global .global__items >li:hover a {
background: #0286d2;
background: -moz-linear-gradient(top, #0286d2 0%, #004499 100%);
background: -webkit-linear-gradient(top, #0286d2 0%,#004499 100%);
background: linear-gradient(to bottom, #0286d2 0%,#004499 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0286d2', endColorstr='#004499',GradientType=0 );
}
#global .global__items >li a span {
	display: inline-block;
	width: 100%;
	max-width: 165px;
	line-height: 1.4 !important;
	vertical-align: middle;
}
#global .global__items >li a:not(:target) {
	height : 100%\9;
}
#global .global__items .pc {
	display : none;
}
/* page-navi
----------------------------------------------------------------*/
#page-navi {
	font-size : 12.04px;
	font-size : .86rem;
	margin-bottom : 14px;
	margin-bottom : 1rem;
}
#page-navi li {
	display : inline;
}
/*--------------------------------------------------------------------/
	main
/--------------------------------------------------------------------*/
.main {
	margin : 0 auto;
	position : relative;
	padding-bottom : 77px;
}
.main:after {
	content : "";
	clear : both;
	display : block;
}
.main img {
	display : block;
}
*[class^="l-cont"] {
	padding : 0 2%;
}
*[class^="l-cont"]:after {
	display : block;
	content : "";
	clear : both;
}
/*--------------------------------------------------------------------/
	footer
/--------------------------------------------------------------------*/
footer {
	width: 100%;
	background: #e4e4e4;
	border-top: #cbcbcb 12px solid;
}
/* list
--------------------------------------------------------------------*/
footer ul li {
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 15px;
	border-right: 1px solid #868686;
	line-height: 1;
	font-size: 10px;
}
footer ul li.bl {
	border-left: 1px solid #868686;
}
footer ul a:link, footer ul a:visited, footer ul a:hover, footer ul a:active {
	color: #000000;
	text-decoration: underline;
}
footer ul a:hover {
	color: #000000;
	text-decoration: none;
}
.footer__inner {
	width: 100%;
	padding: 0 2%;
	margin: 0 auto;
}
.footer__inner:after {
	display : block;
	content : "";
	clear : both;
}
.footer__copy {
	color: #a2a2a2;
	background-color : #212121;
	clear : both;
	letter-spacing : 1px;
	line-height: 1.2;
	font-size : 11px;
	font-size : .78rem;
	position : relative;
	text-align : center;
	padding : 11px 2%;
	padding : .78rem 2%;
}
.footer__copy:after {
	display : block;
	content : "";
	clear : both;
}
/* list
--------------------------------------------------------------------*/
.f-nav {
	display : none;
}
.f-nav:after {
	display : block;
	content : "";
	clear : both;
}
.f-nav {
	padding-top: 38px;
	padding-top: 2.375rem;
	padding-bottom: 10px;
	padding-bottom: .625rem;
	border-bottom: solid 1px #cbcbcb;
}
.f-info {
	padding: 20px 0;
	padding: 1.25rem 0;
	font-size : 11px;
	font-size : .78rem;
}
.f-info__tit img {
	width: 243px;
}
.f-info__tel {
	font-family: 'Open Sans',sans-serif;
	color: #6e6e6e;
	font-weight: 900;
	letter-spacing: -.5px;
}
.f-info__time {
	display: inline-block;
	background: #9e9e9e;
	color: #fff;
	line-height: 1;
	padding: 6px 10px;
}
/* pagetop
--------------------------------------------------------------------*/
div#pagetop {
	position: fixed;
	bottom: 900px;
	right: 0px;
	width: 35px;
	height: 110px;
}

*[class$="_tel"] {
	font-family: 'Open Sans',sans-serif;
	font-weight: 900;
	letter-spacing: -.5px;
}
/*--------------------------------------------------------------------/
	others
/--------------------------------------------------------------------*/
/* column
----------------------------------------------------------------*/

/* helper css
----------------------------------------------------------------*/
.clear {
	clear : both;
}
.clearfix:after {
	display : block;
	content : "";
	clear : both;
}
.st {
	font-weight: bold;
}
.red {
    color: #e40101;
}
.yellow {
	color: #f1e726;
}
.txt_r {
	text-align: right;
}
.fs_s {
	font-size: 10px;
}
.ms_b {
	margin-bottom: 5px;
}
.mm_b {
	margin-bottom: 20px;
}
.ml_b {
	margin-bottom: 30px;
}
/* print css
----------------------------------------------------------------*/

@media print, screen and (min-width: 481px) {
/*====================================================================/
	/*------------------タブレットスタイル----------------
	/====================================================================*/
html {
	width : 100%;
}
.slicknav_menu .slicknav_btn {
	margin-bottom : 10px;
}
.header__logo {
	display: block;
	float: left;
	width: 50%;
}
.header__cmt {
	position: absolute;
	top: 23px;
	right: 0px;
	text-align: right;
}

}

@media print, screen and (min-width: 898px) {
/*====================================================================/
	/*-------------------小さいPCスタイル----------------
	/====================================================================*/
html {
	width : 100%;
}
header {
}
.header__inner {
	position : relative;
}
h1 {
	position: absolute;
	left: 0;
	top: 80px;
	color: #282828;
	line-height: 1.2;
	letter-spacing: 1px;
	font-size: 10px;
	font-weight: normal;
}
.header__logo {
	padding-top: 10px;
}
.header__tel {
	display: block;
	float: right;
	width: 25%;
	max-width: 250px;
	position: relative;
}
.header__tel img {
	width: 100%;
}
.header__info {
	display: block;
	width: auto;
	max-width: 72.22%;
	position: relative;
}
.header__nav {
	position: absolute;
	top: 10px;
	right: 0px;
}
.header__nav ul {
	width: 293px;
	list-style : none;
	letter-spacing : -.40em;
	font-size : 0;
}
.header__nav ul li {
	display: inline;
	letter-spacing : normal;
	font-size : 1rem;
	vertical-align: top;
}
.header__cmt {
	top: 44px;
}
#gnav-sp {
	display : none;
}
.slicknav_menu {
	display : none;
}
#global {
	display : block;
	margin : 0 auto 1rem;
}
#global .global__items {
	width : 100%;
}
#global .global__items .sp {
	display : none;
}
#global .global__items .pc {
	display : block;
}

.f-nav {
	display : block;
}
.f-info {
	width : 100%;
}
.f-info > * {
	display: inline;
	vertical-align: middle;
}
.f-info__tit {
	width : 243px;
	margin-right: 30px;
	margin-right: 1.875rem;
}
.f-info__tel {
	font-size: 40px;
	font-size: 2.85rem;
	margin-right: 14px;
	margin-right: .875rem;
}

}

@media print, screen and (min-width: 1027px) {
/*====================================================================/
	/*-------------------PCスタイル-------------------
	/====================================================================*/
html {
	width : 100%;
}
.header__inner {
	width : 990px;
	padding: 0;
	margin : 0 auto;
}
#global {
	width : 1010px;
	padding: 0 10px;
}
#global .global__items >li a {
	font-size : 16px;
	font-size: 1.14rem;
	font-weight: 900;
}
#page-navi {
	width : 990px;
	margin : 0 auto 1.5rem;
}
*[class^="l-cont"] {
	width : 1010px;
	margin : 0 auto;
	padding : 0 10px;
}
.footer__inner {
	width : 1010px;
	padding: 0 10px;
}
}

@media screen and (max-width: 897px) {
/*====================================================================/
	/*------------------スマホタブレット共通スタイル---------
	/====================================================================*/
html {
	width : 100%;
}
*[class^="btn-"] {
	font-size : .93rem;
}
.none-01{
	display: block;
}
.btn_02 {
	font-size : .93rem;
}
header {
	margin-top : 48px;
	padding-top : .5rem;
}
.header__nav {
	display: none;
}
.header__logo {
	margin : 1rem auto 0;
}
.header__contact {
	display : none;
}
#gnav-sp {
	position : fixed;
	z-index : 999;
	top : 0;
	width : 100%;
	border-bottom : 1px solid #000;
}
#gnav-sp *:nth-child(3) {
	left : 25%;
}
#gnav-sp *:nth-child(4) {
	left : 50%;
}
#gnav-sp .gnav-sp__item, #gnav-sp >span {
	position : absolute;
	top : 0;
	padding-top : 15px;
	width : 25%;
	height : 48px;
	text-align : center;
	text-decoration : none;
	font-size : 1.43rem;
	color : #004499;
	border-right : 1px solid #000;
	border-bottom : 1px solid #000;
	background-color : #fff;
}
#gnav-sp .sp-no {
	display : none;
}
.slicknav_menu img {
	display : none;
}
#global {
	display : none;
}
.f-info {
	text-align : center;
	width : 100%;
}
.f-info__tit {
	width : 80%;
	margin : 0 auto;
}
.f-info__tel {
	font-size: 40px;
	font-size: 2.85rem;
	margin-bottom: 8px;
	margin-bottom: .5rem;
}
.f-info__time {
	display: inline-block;
	font-size: 16px;
	font-size: 1.14rem;
	padding: 10px 14px;
}
.none-01{
	display: none;
}
}

@media screen and (max-width: 480px) {
/*====================================================================/
	/*------------------スマホのみスタイル----------------
	/====================================================================*/
html {
	width : 100%;
}
.header__logo {
	margin-bottom: 1rem;
}
.none-02{
	display: none;
}
}

@media all and (-ms-high-contrast: none) {
 *::-ms-backdrop, #global .global__items >li a {
 height : 100%;
}
}

@media print {
header {
	display : none;
}
nav#global {
	display : none;
}
footer {
	display : none;
}
}
