@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap');


body {
	padding: 0;
	margin: 0;
 	font-family: 'Roboto', 'Noto Sans JP', sans-serif;
    color: #000000;
}
#spacer1 {
    height: 148px;
}

img{
	margin: 0;
	padding: 0;
	vertical-align: bottom;
	height: auto;
}
h1,h2,h3,h4,h5,h6,p {
	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{    
    margin: 0;
    padding: 0;
}
.ib {
    display: inline-block;
}


.contentWrapper {
    padding: 6.15% 4.61%;
}

.only-pc{display: block;}
.only-sp{display: none;}

header{
    /* [disabled]height: 100px; */
    background-color: #FFFFFF;
    width: 100%;
    position: fixed;
    z-index: 900;
}

#head{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-left: 3.07%;
}
#head_logo {
    width: 369px;
}
#head_logo a img {
	width: 100%;
}
#head_R  {
    display: flex;
    align-items: center;
    width: 600px;
    justify-content: flex-end;
}
#head_tel {
    /* [disabled]width: 305px; */
    margin-right: 6.15%;
}
#head_telnum {
    /*	font-family: 'Roboto', sans-serif;*/
    font-family: 'Oswald', sans-serif;
    font-size: 32px;
    line-height: 1em;
    font-weight: 600;
    display: flex;
    align-items: center;
}
#head_telnum img {
    width: 18px;
    margin-right: 8px;
    vertical-align: text-bottom;
    margin-top: 6px;
}
#head_opentime {
    font-size: 14px;
    font-weight: 400;
    text-align: right;
    font-family: 'Oswald', sans-serif;
    margin-top: 6px;
}
#head_mail {
	width: 100px;
	height: 100px;
	background: #5ba1c9;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
#head_mail a img {
	width: 40px;
	margin-bottom: 8px;
}
#head_mail a p {
	color: #FFFFFF;
	font-size: 20px;
	line-height: 1em;
	font-weight: 600;
	font-family: 'Oswald', sans-serif;
}
#head_menubar {
    display: flex;
    justify-content: space-between;
    background-color: #1a1a49;
    padding-left: 3.84%;
}


#pc_navi{
    /* [disabled]background-color: #1a1a49; */
}
#pc_navi ul{
    display: flex;
    list-style-type: none;
}
#pc_navi ul li {
    margin-right: 24px;
}


#pc_navi li a{
    color: #fff;
    font-size: 18px;
    line-height: 48px;
    font-weight: 500;
    display: block;
}

#sp_navi{
	display: none;	
}
#en_site {
    width: 400px;
    /*	min-width: 420px;*/
    background: #3e5c9f;
    display: flex;
}
#en_site a {
	display: flex;
    padding: 0 3.07%;
    width: 100%;
    align-items: center;
    justify-content: center;
}

#en_site a p {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    /* [disabled]letter-spacing: .1em; */
}
.arrow {
	position: relative;
	display: inline-block;
	padding: 0 0 0 32px;
}
.arrow::before,
.arrow::after{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}
.arrow::before{
    box-sizing: border-box;
    width: 20px;
    height: 20px;
    border: 2px solid #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.arrow::after{
    left: 5px;
    width: 5px;
    height: 5px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
footer {
    padding-top: 5.38%;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0;
    position: relative;
	
}

footer::after {
	position: absolute;
    display: block;
    content: '';
    width: 90%;
    height: 73.07%;
    background: #d6e6ee;
    top: 35%;
    right: 0;
    z-index: -1;
}

#foot_contact {
	display: flex;
	flex-wrap: wrap;
	margin-right: auto;
	padding-right: 6.15%;
	max-width: 1400px;
}
.foot_contact_box{
	width: 49.9%;
	margin: 0 1px 1px 0;
	color: #fff;
	text-align: center;	
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	
}
.foot_contact_box a{
	display: block;
	padding: 12.3% 6.15%;
}
.foot_contact_box:first-child{
	background-image: url(../images/top_contact_tel_bg.png);
	background-position: center center;
	background-size: 100% auto;
	background-repeat: no-repeat;
}
.foot_contact_box:nth-child(2){
	background-image: url(../images/top_contact_mail_bg.png);
	background-position: center center;
	background-size: 100% auto;
	background-repeat: no-repeat;
}
.foot_contact_box h2{
	font-size: 20px;
	line-height: 1.5em;
	font-weight: 600;
	margin-bottom: 2.3%;
}
#foot_contact_telnum {
    font-size: 40px;
    line-height: 1em;
    font-weight: 500;
    font-family: 'Oswald', sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 3.07%;
}
#foot_contact_telnum {
}
#foot_contact_telnum img {
    width: 20px;
    margin-right: 16px;
    margin-top: 8px;
}
#foot_contact_opentime{
    font-size: 16px;
    line-height: 1.5em;
    font-weight: 400;
    font-family: 'Oswald', sans-serif;
	
}
#foot_mail {
    font-size: 40px;
    line-height: 1em;
    font-weight: 400;
    font-family: 'Oswald', sans-serif;
}
#foot {
	width: 85%;	
	margin-left: auto;
}
#foot_inner {
	display: flex;
	padding: 4.61% 4.61% 4.61% 0;
	max-width: 1400px;
}

#foot_logo {
	width: 30%;
	margin-right: 4.61%;
}
#foot_logo img {
}
#foot_address {
    /* [disabled]width: 30%; */
    margin-right: 4.61%;
}
#foot_address p {
    font-size: 15px;
    line-height: 1.5em;
    /* [disabled]margin-bottom: 8px; */
}
#foot_address p:last-child{
	margin-bottom: 0;
}
#foot ul {
    width: 30.78%;
    display: none;
    flex-wrap: wrap;
    list-style-type: none;
}
#foot li a {
	display: inline-block;
	padding: 8px;
	font-size: 14px;
	line-height: 1.5em;
	font-weight: 500;
}
#copyright {
    font-size: 12px;
    line-height: 40px;
    font-weight: 300;
    letter-spacing: .1em;
    color: #FFFFFF;
    background-color: #09037a;
    padding-left: 3.07%;
    font-family: 'Oswald', sans-serif;
}
#h-menu #h-text img {
    width: 44px;
    display: none;
}
#h-menu{
    display: none;	
}
