@charset "utf-8";
body {
	margin: 0;
	padding: 0;
    font-size: 16px;
    line-height: 1.8;
	font-family: 'Noto Sans Japanese';
	color: #333;
	box-sizing: border-box;
	text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-o-text-size-adjust: 100%;
}
header, section, footer {
	width: 100%;
	float: left;
}
section { padding: 65px 0 45px 0;}
section.odd { background: red;}
.cont {
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
}
.cont-small { width: 100%; max-width: 992px; margin: auto;}
.cont-big { width: 100%; max-width: 1400px; margin: auto;}

* { box-sizing: border-box;}
img { max-width: 100%; height: auto;}
a { text-decoration: none; color: inherit;}
a:hover { color: inherit; text-decoration: none;}
a:visited, a:active { text-decoration: none;}
.vtc-almd {
    display: inline-block;
    vertical-align: middle;
    float: none;
}
.pc-show {}
.sp-show { display: none !important;}

.head { width: 100%; background: red; font-size: 0; z-index: 2; position: fixed;}
.head h1 { font-size: 12px; line-height: 180%; padding: 2px 0px 10px 0px; color: #EFEFEF;}
.logo { padding: 0 15px;}
.logo img { max-height: 60px;}
.tel { width: 25%; display: inline-block; vertical-align: middle; font-size: 16px; padding: 0 10px; font-family: 'Oswald';}
.tel a { color: #fff; display: inline-block; vertical-align: middle; margin: 0 10px;}
.tel-num { font-size: 22px;}
.tel i { font-size: 24px; color: #fff; display: block;}
.menu-page { display: inline-block; vertical-align: middle; font-size: 0px;}
.menu-page li { display: inline-block;}
.menu-page a { display: inline-block; padding: 10px 30px; background: #fff; font-size: 16px; margin-left: 15px;}
.menu-page a:hover { color: #333;}
.menu-page .menu-text-en { padding-right: 0;}
.menu-sp { display: none; vertical-align: middle; padding: 15px 10px; font-size: 16px; background: #0b243b; margin-left: 15px;}
.menu-sp a { display: inline-block; vertical-align: middle; text-align: center; margin: 0 10px; outline: none; text-decoration: none;}
.menu-sp a.menu-click i { font-size: 24px; color: #fff; display: block;}
.menu-click-text { font-size: 12px;}
.menu { width: 75%; display: inline-block; vertical-align: middle;}
.menu ul { text-align: center;}
.menu ul li { font-size: 13px; display: inline-block;}
.menu ul li a { padding: 20px 7px; display: inline-block; text-align: center; color: inherit;}
.menu ul li a.current-menu-item , .menu ul li a:hover { background: #123656;}
.menu-text-en { display: inline-block; width: 100%; font-size: 18px; font-weight: bold; font-family: 'Oswald';}
.slide { margin-top: 95px; background: #0b243b;}
.slide-scroll { width: 100%; position: relative; top: -7px; text-align: center;}
.slide-scroll a { display: inline-block; width: 100%; padding: 15px; color: #fff; font-family: 'Oswald';}

.clickid { position: absolute;}

.title { font-size: 52px; position: relative;
 font-family: 'Oswald';
}
.title-small { font-size: 16px; display: block; font-weight: normal;}
.title-center { text-align: center;}
.title-left { text-align: left;}
.content { font-size: 16px; line-height: 180%; margin-top: 50px;}
.text { font-size: 16px; line-height: 180%; margin-top: 50px;}
.text p { font-size: 16px; line-height: 180%;}
.photo { margin-top: 50px;}
.photo:first-child { margin-top:0;}
.photo a { display: inline-block;}

.footer { background: #086A87; padding: 50px 0;}
.logo-ft { text-align: center; padding: 0 10px;}
.tel-ft { display: inline-block; vertical-align: middle; font-size: 16px; padding: 0 10px; text-align: center; width: 100%; margin-top: 30px; font-family: 'Oswald';}
.tel-ft-num { font-size: 22px;}

.copyright { background: black; color: #fff;}
.copyright-about { font-size: 16px; line-height: 200%; padding:40px 10px; text-align: left; border-bottom: 1px solid #fff;}
.copyright-about p { line-height: 200%;}
.copyright-text { font-size: 12px; text-align: center; line-height: 180%; padding: 15px; font-family: 'Oswald';}
.br_show { display: none;}
.logo-txt { padding-left: 20px; }
.service-item { margin-bottom: 25px; }
.service-title { font-size: 18px; font-weight: bold; color: #fff; text-align: center; margin: 10px 0; }
.service-desc { font-size: 14px; color: #fff; text-align: center; }
.news { max-height: 350px; overflow-y: auto; }
.news-item { margin-bottom: 10px; }
.news-item-ct a:hover, .news-item-ct a { color: #fff; }
/* Banner */
.banner_ct {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    text-align: center;
    margin-top: 95px;
}
.overlay_banner {
    background: rgba(0, 0, 0, 0.6);
    padding: 56px 0 52px 0;
}
.banner_ct h2 {
    color: #FFF;
    font-size: 22px;
    margin: 0;
}
.banner_ct_en {
    display: inline-block;
    min-width: 200px;
    border-top: 1px solid #fff;
    color: #FFF;
    font-size: 18px;
    font-weight: normal;
    margin: 10px 0 0 0;
    padding: 12px 0 0 0;
    text-transform: uppercase;
}
/* End banner */
/* Breadcrumb */
.breadcrumb_ct {
    background-color: #FFF;
    margin: 0;
    font-size: 12px;
    padding: 5px 0;
	margin-top: 5px;
}
.breadcrumb_ct .bc_ft {
    display: inline-block;
    background-image: url(../../assets/images/icon_home.png);
    background-position: left 45%;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    padding-left: 22px;
    color: #333;
}
/* End breadcrumb */
/* Table-------------------------- */
.table-style1 table {
    width: 100%;
}
.table-style1 tr td {
    background-color: #F6F6F6;
    border: 1px solid #FFF;
    font-size: 13px;
    padding: 20px 20px;
}
.table-style1 tr td:first-child {
    width: 30%;
    max-width: 250px;
    background-color: #f7f4ee;
    border: 1px solid #FFF;
    font-size: 13px;
    font-weight: bold;
    white-space: nowrap;
}
/* End table------------------------ */
/* Layout----------------- */
.layout-column-img {
    text-align: center;
    margin-bottom: 20px;
}
.row-title { display: inline-block; width: 100%;}
.no-cte { display: inline-block; width: 100%;}
/* End layout------------------- */
/* Google map--------------- */
.row-map iframe {
    width: 100%;
    float: left;
    height: 300px;
    border: 0 !important;
}
/* End google map------------------ */
/* Contact--------------------- */
.contact-form-st1 {
    width: 100%;
}
.contact-form-st1 tr td {
    background-color: #F6F6F6;
    border: 1px solid #FFF;
    font-size: 13px;
    padding: 20px 20px;
}
.contact-form-st1 tr td:first-child {
    width: 30%;
    max-width: 250px;
    background-color: #f7f4ee;
    border: 1px solid #FFF;
    font-size: 16px;
    font-weight: bold;
    white-space: nowrap;
	vertical-align: middle;
}
.contact-form-st1 tr td .form-group {
    margin-bottom: 0;
}
.contact-form-st1 tr td input[type=text],
.contact-form-st1 tr td textarea {
    width: 100%;
    float: left;
    border: none;
    border-radius: 0;
    border: 1px #E6E6E6 solid;
    padding: 10px;
    box-shadow: none;
}
.contact-form-st1 tr td input[type=text] {
    height: 37px;
}
.contact-form-st1 tr td textarea {
    height: 140px;
    resize: none;
}
.contact-form-st1 tr td select {
    width: 100%;
    box-shadow: none !important;
    border-radius: 0;
}
.contact-form-st1 tr.tr_btn td,
.contact-form-st1 tr.agree_check td {
    text-align: center;
    background: none;
}
.btn_submit {
    /* background-color: #111; */
    border-color: #111;
    color: #FFF;
    padding: 6px 30px;
    box-shadow: none;
    border: 0;
    width: 120px;
}
.btn_reset {
    background-color: #ccc;
    border-color: #ccc;
    color: #000;
    padding: 6px 30px;
    box-shadow: none;
    border: 0;
    width: 120px;
}
.contact-note {
    float: right;
    display: inline-block;
    width: 44px;
    height: 20px;
    line-height: 17px;
    background-color: #b71f22;
    color: #FFF;
    font-size: 10px;
    font-weight: normal;
    text-align: center;
    margin: 0 0 0 10px;
}
/* End contact-------------- */
/* Service page child-------------- */
.service_item_p {
    margin-bottom: 20px;
}
.service_image_p {
    padding-bottom: 20px;
}
.service_title_p {
    width: 100%;
    float: left;
    padding-bottom: 10px;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    line-height: 26px;
}
.service_des_p {
    width: 100%;
    float: left;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
}
.service_btn_p {
    width: 100%;
    float: left;
    text-align: center;
    padding-top: 15px;
}
.service_btn_p a {
    display: block;
    padding: 10px 10px;
    text-align: center;
    margin: 0 auto;
    color: #fff;
    background: #000;
}
.service_btn_p a:hover {
    -webkit-transition: 0.33s ease-in-out;
    -moz-transition: 0.33s ease-in-out;
    -o-transition: 0.33s ease-in-out;
    transition: 0.33s ease-in-out;
}
/* End service page child-------------- */
/* Gallery-------------- */
.gallery_item {
    margin-bottom: 30px;
}
/* End gallery-------------- */
/* Gallery 02-------------- */
.gallery_item_p {
    margin-bottom: 30px;
    text-align: center;
}
.gallery_text_p {
    padding-top: 10px;
    display: block;
}
/* End gallery 02-------------- */
/* FAQ-------------- */
.row_faq .panel-heading {
    padding: 0;
    border: 0;
}
.row_faq .panel-title>a,
.row_faq .panel-title>a:active {
    display: block;
    padding: 15px;
    color: #555;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    word-spacing: 3px;
    text-decoration: none;
}
.row_faq .panel-heading a:before {
    font-family: 'FontAwesome';
    content: "\f078";
    float: right;
    transition: all 0.5s;
}
.row_faq .panel-heading.active a:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}
.row_faq .panel-heading a p {
    padding-right: 30px;
}
.row_faq .panel-heading {
    display: table;
}
.row_faq .icon_question {
    font-size: 16px;
    display: table-cell;
    padding: 15px;
    width: 60px;
}
.row_faq .panel-title {
    display: table-cell;
    vertical-align: middle;
    line-height: 180%;
    text-align: left;
    width: 95%;
}
.row_faq .panel-title p {
    margin: 0 !important;
}
.row_faq .icon_answer {
    border-top: 1px solid #ddd;
    font-size: 16px;
    display: table-cell;
    padding: 15px;
    vertical-align: top;
    width: 60px;
}
.row_faq .txt_answer {
    width: 95%;
    display: table-cell;
}
/* End faq-------------- */
/* Instagram-------------- */
#instagram_p {
    margin: 0;
    padding: 0;
    overflow: hidden;
    width: 100%;
    float: left;
}
#instagram_p li {
    list-style: none;
    float: left;
    padding: 1px 1px;
    width: 12.49%;
    border-collapse: collapse;
}
#instagram_p li a {
    display: block;
}
#instagram_p li a:hover {
    opacity: 0.5;
}
#instagram_p li a img {
    width: 100% !important;
    max-width: inherit;
}
/* End instagram-------------- */
/* Blog-------------- */
.row_blog {
    width: 100%;
    float: left;
}
.row_blog iframe{
    width: 100%;
    float: left;
    height: 350px;
    border: 0;
}
/*
/* End blog-------------- */
.mr-sp{
    display: none;
}

/* add style */

.rows{
    width: 100%;
    float: left;
}

.dl_fl{
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

.dl_fl_a{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
}

@media all and (-ms-high-contrast:none) {
	.dl_fl_a{
        display: block;
    }
}

/* End add style */

@media screen and (max-width:1280px) {
	.menu ul li a { padding: 20px 0;}
}

@media screen and (max-width:1200px) {
	.tel { width: 100%; text-align: right; padding: 5px 0;}
	.menu-sp { display: inline-block;}
	.menu ul { display: none; position: fixed; top: 88px; left: 0; width: 100%;}
	.menu ul li { width: 100%;}
	.menu ul li a { padding: 5px; width: 100%; text-align: left;}
	.logo { padding: 0;}
	.tel a { margin:  0 5px;}

}

@media screen and (max-width:992px) {
.menu-page { margin-top: 10px;}
}

@media screen and (max-width:768px) {
.pc-show { display: none !important;}
.sp-show { display: inline-block !important;}
.head > div { position: static;}
.head h1 { font-size: 11px;}

.title { font-size: 24px; position: relative;
 font-family: 'Oswald';
}
.title-small { font-size: 16px;padding: 10px; display: block; font-weight: normal;}
.title-center { text-align: center;}
.title-left { text-align: left;}

.menu-page { display: none;}

.br_show { display: inline-block;}

section { padding: 30px 0;}
.text { margin-top: 20px;}
.photo { margin-top: 20px;}
.row-title .f-24 { font-size: 16px;}
.mgt-30 { margin-top: 20px;}

.footer { padding: 20px 0;}
.tel-ft { margin-top: 15px;}
.copyright-about { line-height: 180%;}

.table-style1 tr td { width: 100%; float: left; padding: 10px;}
.table-style1 tr td:first-child { width: 100%; float: left; max-width: 100%; padding: 10px;}

.banner_ct { padding: 50px 0;}
.overlay_banner { padding: 20px 0;}

/* Contact--------------------- */
.contact-form-st1 tr td:first-child {
    width: 100%;
	max-width: 100%;
	float: left;
}
.contact-form-st1 tr td {
    width: 100%;
	float: left;
	padding: 10px 5px;
}
.contact-form-st1 tr td input[type=text] {
	height: auto;
	padding: 5px;
}
/* End Contact--------------------- */
/*FAQ*/
.row_faq .icon_question, .row_faq .icon_answer { width: 30px; font-size: 16px;}
.row_faq .panel-title>a, .row_faq .panel-title>a:active { font-size: 16px;}
/*END FAQ*/
.col-sp-pd0 { padding: 0;}
}
@media screen and (max-width: 640px) {
    .news-item {
        margin-bottom: 20px;
    }
    .news {
        margin-bottom: 30px;
    }
    .service-item {
        margin-bottom: 30px;
    }
    .title {
        font-size: 18px;
    }
    .menu-text-en{
        font-size: 14px;
    }
    /* .logo img{
        margin-top: 20px;
    } */
    .mr-sp{
        display: block;
    }
    .logo img{
        max-width: 230px;
    }
}
