/* CSS Document */

@media screen and (max-width:700px) {


/*=========================*/
/*base
/*=========================*/
html,body{
	box-sizing:border-box;
}

*::before,*::after{
	box-sizing:inherit;
}

body {
    padding: 0;
    margin: 0;
    font-family: 'Noto Sans JP', sans-serif;
    color: #171722;
    position: relative;
	box-sizing: border-box;
} 
img{ 
	margin: 0; 
	padding: 0; 
	vertical-align: bottom; 
	height: auto; 
} 
h1,h2,h3,h4,h5,h6,p,dl,dt,dd { 
	margin-top: 0px; 
	margin-right: 0px; 
	margin-left: 0px; 
	margin-bottom: 0px; 
	padding-top: 0px; 
	padding-right: 0px; 
	padding-left: 0px; 
	padding-bottom: 0px; 
} 
.cl { 
	clear: both; 
} 
a {   
        color: inherit;
        text-decoration: none; 
} 
a:hover { 
      opacity:0.7; 
      filter: alpha(opacity=70); 
      -ms-filter: "alpha( opacity=70 )"; 
      -webkit-transition: 0.3s ease-in-out; 
      -moz-transition: 0.3s ease-in-out; 
      -o-transition: 0.3s ease-in-out; 
      transition: 0.3s ease-in-out; 
}
ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.pc_navi{
	display: block;
}
.sp_navi { 
    display: none; 
}

.is-pc{display: none;}

.is-sp{display:block;}


.br_ib{
	display: inline-block;
}

.br_b{
	display: block;
}


/*=========================*/
/*header
/*=========================*/
#header{
	z-index:10;
	position:fixed;
	width:100%;
	top:0;
	left:0;
	right:0;
	background: #fff;
}
.header_inner{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding-right: 2.3%;
    padding-left: 2.3%;
    padding-top: 6px;
    padding-bottom: 6px;
}

.header_inner .header_logo{
	
	line-height: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	 z-index: 10;
}

.desc {
    font-size: 13px;
    font-weight: 600;
    margin: 8px 2.3% 10px 0;
    padding-bottom: 0;
    border-bottom: none;
    width: fit-content;
	color: var(--main-color);
}

.header_info{
	display: flex;
	align-items: center;
	justify-content: flex-end;
/*	width:40%;*/
	flex-grow: 1;
	
}

.info_open{
/*	width:50%;*/
}

.info_data{
	display: flex;
	white-space: nowrap;
}

.info_data + .info_data{
	margin-top: 2.3%;
}

.info_data dt{
	background: var(--light-color);
	font-size: 13px;
	padding:1.53%;
	width:20%;
	margin-right: 2.3%;
}

.info_data dd{
	width:70%;
}

.info_tel{
	display: inline-block;
	position:relative;
	font-family: var(--text-serif);
	font-weight: 500;
	font-size: 32px;
	padding-left:28px;
/*	width:40%;*/
}

.header_info .info_tel{
	margin-left:3.07%;
}

.info_tel::before{
	position:absolute;
	content:"";
	top:50%;
	left:0;
	transform: translateY(-50%);
	background: url("../images/ico_tel.svg") no-repeat center center/cover;
	width:20px;
	height:30px;
}

/*=========================*/
/*global nav
/*=========================*/
.humberger{
	display: none;	
}

.header__nav-area{
	
}

.global-navigation__list{
	padding:0 3.07%;
    margin-top: 8px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0;
    display: flex;
    list-style-type: none;
    max-width: 1120px;
}

.global-navigation__list li{
	text-align: center;
	width:100%;
}

.global-navigation__link{
	display: block;
	position:relative;
	margin:16px 0;
	font-family: var(--text-serif);
	font-weight: 600;
}

.global-navigation__link::after{
	position:absolute;
	content:"";
	background: #000;
	width:1px;
	height:100%;
	right:0;
	top:50%;
	transform: translateY(-50%);
}

.global-navigation__link + .global-navigation__link{
	border-left:1px solid #ccc;
}

.nav_en{
	display: block;
	text-transform: uppercase;
	font-size: 12px;
	font-family: var(--text-en);
	color:var(--main-color);
}


/*=========================*/
/*media
/*=========================*/
.media{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.media._reverse{
	flex-direction: column;
}

.media_head{
	width:100%;
}

.media_body{
	width:100%;
	margin-top: 6.15%;
}

.media_body img{
	width:100%;
}

.media_text{
	margin-top: 4.38%;
	line-height: 2;
	font-size: 14px;
}
	
	.media_btn{
		text-align: center;
	}


/*=========================*/
/*btn
/*=========================*/
.btn{
	display: inline-block;
	width:230px;
	color:#fff;
	background-color: var(--main-color);
	padding:16px;
	text-align: center;
	position:relative;
	padding-right:30px;
	margin-top: 6.15%;
	font-size: 14px;
}

.btn::after{
	position: absolute;
    content: "";
    background-position: center center/cover;
    background-image: url(../images/ico_arrow.svg);
    width: 26px;
    height: 26px;
    top: 50%;
    transform: translateY(-50%);
    right: 27px;
    z-index: 1;
}

/*=========================*/
/*main
/*=========================*/
.content_wrapper {
    padding: 0 5.38%;
	margin:0 auto;
	max-width:1200px;
}

.sec{
	padding:8.46% 0;
}

.heading-primary{
	font-size: 18px;
	font-family: var(--text-serif);
	font-weight: bold;
}

.heading-primary .en{
    text-transform: uppercase;
    display: block;
    font-size: 14px;
    color: #CFD3D1;
    font-family: var(--text-en);
    margin-bottom: 3.07%;
}

.heading-primary._center{
	text-align: center;
}

.heading-primary._center .en{
	margin-bottom: 0.76%;
}
	
.heading_secondary{
	font-size: 18px;
	font-family: var(--text-serif);
	line-height: 2.2;
	letter-spacing: 0.05em;
	padding-left:2.3%;
	border-left:5px solid #DBD9D3;
	border-bottom:1px solid #DBD9D3;
}



/*=========================*/
/*footer
/*=========================*/
#footer{
	background-color: var(--accent-color);
}
.footer_copyright{
	text-align: center;
	color:#fff;
	font-size: 12px;
}
	

/*=========================*/
/*pageHead
/*=========================*/
.pageHead{
	height:100px;
	background:url("../images/bg_pagehead.png") center center/cover;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding:0 5.38%;
}

.pageHead_title{
	font-size: 16px;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	font-family: var(--text-serif);
}

.pageHead_title .en{
	text-transform:uppercase;
	font-size: 24px;
	font-family: var(--text-en);
	color:var(--main-color);
	margin-right:1.53%;
	letter-spacing: 0.1em;
}
	


/*=========================*/
/*contact
/*=========================*/
#top-contact{
	background:url("../images/bg_info.png") center center/cover;
}

.top-contact_content{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	background: #fff;
	box-shadow:0px 0px 8px rgba(35,28,117,.2);
	padding:8.34%;
}

.top-contact_head{
	width:100%;
}

.top-contact_body{
	margin-top: 3.84%;
	width:100%;
}

.top-contact_body table{
	width:100%;
	border-top:1px solid #467196;
	border-bottom:1px solid #467196;
	border-collapse: collapse;
	font-size: 14px;
}


.top-contact_body table tbody tr{
	position:relative;
}

.top-contact_body table tbody tr::after{
	position:absolute;
	content:"";
	border-top:2px dotted var(--accent-color);
	width:100%;
	left:0;
}

.top-contact_body th{
	width:30%;
	text-align: left;
	padding:3.07% 0;
	border-right:2px dotted var(--accent-color);
	color:var(--accent-color);
	font-weight: bold;
}

.top-contact_body td{
	text-align: center;
	padding:3.07% 0;
	color:var(--accent-color);
	font-weight: bold;
}

.top-contact_body td img{
	width:22px;
	height:22px;
}

.top-contact_body p{
	margin-top: 2.3%;
	font-size: 14px;
}
	
	.top-contact_logo{
		width:80%;
	}

.top-contact_sub{
	margin-top: 3.07%;
}

.top-contact_add{
	margin-top: 1.53%;
	line-height: 1.6;
	font-size: 14px;
}

.top-contact_head .info_tel{
	margin-top: 2.3%;
	font-size: 24px;
	padding-left:16px;
}
	
.top-contact_head .info_tel::before{
    width: 14px;
    height: 19px;	
	}
    


/*=========================*/
/*access
/*=========================*/
.gmap{
	width:100%;
	height:400px;
}
.gmap iframe{
	width:100%;
	height:100%;
}

}

@media screen and (max-width:990px) {
#header{
    width: 100%;
    background-color: #FFFFFF;
    position: fixed;
	top: 0;
    z-index: 10;
	padding-top: 0px;
}
#head_wrap {
    height: 88px;
}
.pc_navi{
	display: none;
}
#shinryou-time_box {
	display: none;
}
#shinryou-time {
	display: none;
}
#head_tel {
	display: none;
}
.sp_navi{
	display: block;
}
#fixed_nav_wrap {
    display: none;
    position: static;
}
#pagetitle_wrap{
    margin-top: 144px;
    margin-bottom: 12.3%;
}
#top-mv {
	margin-top: 80px;
}
}
