@charset "utf-8";

/* -- general --*/

body {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
    line-height: 180%;
    color: #333;
    background: #fff;
}

header,
section,
footer {
    width: 100%;
    float: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    font-size: inherit;
    font-weight: lighter;
    color: #666;
}

a:hover,
a:focus,
a:visited {
    text-decoration: none;
    outline: none;
    border: none;
}

ul,
ol,
li {
    margin: 0;
    padding: 0;
    list-style: none;
}

img {
    max-width: 100%;
}

.img-thumbnail {
    border-radius: 0;
}

.container {
    width: 100%;
    max-width: 990px;
    max-width: 1160px;
}

.hover-opacity:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
}

.hover-underline:hover {
    text-decoration: underline;
}

.wrap-main-description {
    min-height: 3px;
    font-size: 13px;
}

.main-description h1 {
    padding: 5px 0;
    color: #fff;
}

a {
    color: #2980b9;
}

.color-primary,
.header-telephone a,
.text-primary {
    color: #e83382 !important;
}

.border-primary {
    border-color: #e83382 !important;
}

.background-primary {
    background-color: #e83382 !important
}
/* -- end -- */


/* header */

.wrap-header {
    width: 100%;
    float: left;
    position: relative;
}

.slide {
    width: 100%;
    float: left;
    top: 0;
    left: 0;
    position: relative;
}

.bxslider img {
    width: 100%;
    display: block;
}

.bxslider ._edEdit {
    height: 100%;
}

.banner-page .bx-wrapper img {
    height: 300px;
}

.wrap-menu {
    width: 100%;
    top: 0;
    position: absolute;
    z-index: 98;
    text-align: center;
}

.text-on-slide {
    width: 100%;
    position: absolute;
    top: 50%;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
    transform: translateY(-50%);
    color: #fff;
    text-align: center;
    z-index: 97;
}
.text-on-slide img{
    width: 645px;
    height: 142px;
}
.btn-sp {
    display: none;
}

.logo {
    float: none;
    display: inline-block;
    padding-right: 80px;
}

.logo a {
    display: block;
}

.main-navigation {
    padding: 10px 0;
}

.main-menu {
    float: none;
    margin: 0;
    text-align: right;
    display: inline-block;
}

ul.menu li {
    display: inline-block;
    float: none;
    list-style: none;
    margin: 0;
    padding: 0;
}

.btn-contact a::after {
    color: #fff;
    padding-left: 10px;
    content: "";
    font-family: "FontAwesome";
    padding-right: 16px;
}
.active{
    text-decoration: underline;
}

/*ul.menu li.active, ul.menu li:hover {

	background: rgba(51,153,102,1)

}*/

ul.menu li a {
    color: #000;
    font-size: 16px;
    line-height: normal;
    padding: 0 20px;
    display: block;
    text-shadow: 1px 0 0 #fff, -1px 0 0 #fff, 0 1px 0 #fff, 0 -1px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
-moz-text-shadow: 1px 0 0 #fff, -1px 0 0 #fff, 0 1px 0 #fff, 0 -1px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
-o-text-shadow: 1px 0 0 #fff, -px 0 0 #fff, 0 1px 0 #fff, 0 -1px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
-ms-text-shadow: 1px 0 0 #fff, -1px 0 0 #fff, 0 1px 0 #fff, 0 -1px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
text-shadow: 1px 0 0 #fff, -1px 0 0 #fff, 0 1px 0 #fff, 0 -1px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;

}
ul.menu li a:hover{
    opacity: 0.7;
    transition: ease 0.3s;
}

.txt-des {
    font-size: 30px;
    font-weight: bold;
    line-height: 140%;
    letter-spacing: 2px;
    text-shadow: 0 0 15px rgba(0,0,0,.7), 0 0 10px rgba(0,0,0,.7);

    font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","ＭＳ Ｐ明朝","MS PMincho",serif;
}

.btn-contact {
    border: solid 1px #fff;
    display: inline-block;
    padding: 15px 15px;
    margin-top: 20px;
    border-radius: 5px;
}

.btn-contact a {
    font-size: 18px;
    color: #fff;
    display: block;
}

.btn-contact a ._edEdit {
    display: inline-block
}

.btn-contact a:hover {
    text-decoration: none;
}


/* end header */


/* content */

.wrap-content {
    padding-top: 50px;
    padding-bottom: 50px;
    width: 100%;
    float: left;
}

.main-content {
    width: 100%;
    float: left;
}

.title-style01 {
    text-align: center;
    position: relative;
    margin-bottom: 15px;
}

.title-style01 h3 {
    border-bottom: 1px solid #888888;
    display: inline-block;
    font-size: 40px;
    text-transform: uppercase;
    line-height: 120%;
    padding-bottom: 5px;
    text-align: center;
}

.title-style01 h4 {
    background-color: #fff;
    box-sizing: border-box;
    color: #333333;
    display: inline-block;
    font-size: 14px;
    padding: 3px 10px;
    position: relative;
    text-align: center;
    top: -12px;
}

.title-child {
    margin-bottom: 15px;
}

.title-child h5 {
    color: #333333;
    font-size: 20px;
    font-weight: bold;
    line-height: 140%;
    border-bottom: 2px solid #678790;
    padding-bottom: 5px;
}

.title-child h6 {
    background: #fdeaf2;
    border-left: 4px solid;
    display: inline-block;
    font-size: 17px;
    line-height: 140%;
    padding: 4px 8px 3px;
    width: 100%;
}


/* end content */


/* footer */

.wrap-footer {
    width: 100%;
    float: left;
}

.footer-firts {
    background: #905501;
    padding: 20px 0;
    width: 100%;
    float: left;
}

.footer-second {
    background: url(../images/bg-ft.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 20px 0;
    width: 100%;
    float: left;
}
.footer-second .btn-contact-ft .number-mail img:hover{
    opacity: 0.8;
}
.footer-info {}

.footer-link-copyright {
    text-align: right;
}

.footer-info ul li {
    color: #000;
    font-size: 13px;
    line-height: 160%;
    margin-bottom: 10px;
    list-style: none;
}

.footer-info ul li a {
    display: table-cell;
    color: #000;
}
.footer-info ul li a:hover{
    opacity: 0.8;
    text-decoration: none;
}
.footer-info ul li div._edEdit {
    display: table-cell;
}

.footer-info ul li i {
    display: table-cell;
    padding-right: 10px;
    color: #000;
}

.number-tel,
.number-mail {
    color: #000;
    text-decoration: none;
}

.number-tel:hover,
.number-mail:hover {
    color: inherit;
    text-decoration: underline;
}

.copyright {
    color: #000;
    font-size: 14px;
    line-height: 180%;
    padding-top: 20px;
    text-align: right;
}

ul.icon_list {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: right;
}

ul.icon_list li {
    display: inline-block;
    padding-left: 3px;
    padding-right: 3px;
}

ul.icon_list li a i {
    display: inline-block;
    color: #ccc;
    border: 1px solid #636363;
    border-radius: 50%;
    text-align: center;
    width: 30px;
    height: 30px;
    line-height: 30px;
    transition: all 1s ease;
    -webkit-transition: all 1s ease;
}

ul.icon_list li a i:hover {
    transform: rotate(720deg);
    -webkit-transform: rotate(720deg);
}

.footer-firts .fa-angle-double-up {
    font-size: 30px;
    color: #fff;
}


/* end footer */


/* page top*******************************/


/* service *******************************/

.service-item {
    margin-top: 30px;
}

.sv-img {
    width: 100%;
    float: left;
}

.sv-img img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.sv-img ._edEdit img {
    width: 100% !important;
    left: 0;
    top: 0;
}

.sv-name {
    color: #333333;
    float: left;
    font-size: 14px;
    font-weight: bold;
    height: auto;
    line-height: 160%;
    padding: 20px 0;
    text-align: center;
    width: 100%;
}

.sv-des {
    width: 100%;
    float: left;
}

.sv-btn {
    width: 100%;
    float: left;
    text-align: center;
    padding: 20px 0 0 0;
}

.sv-btn a {
    color: #fff;
    font-weight: bold;
}

.sv-btn a span {
    padding: 3px 10px;
    background: #06C;
}


/* end service ***************************/


/* about ************************************/


/*.bg-about {

	background-color: #eaf4fb;

}*/

.content-wrap-news {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    height: 270px;
    overflow: auto;
}

.content-wrap-news div._edEdit {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    height: 270px;
    overflow-y: scroll
}

.content-wrap-news p:nth-child(odd) {
    width: 20%;
    color: #e74c3c;
    border-bottom: solid 1px #ccc;
}

.content-wrap-news p:nth-child(even) {
    width: 80%;
    padding-left: 10px;
    padding-right: 10px;
    border-bottom: solid 1px #ccc;
    text-align: left;
}

.content-wrap-news p {
    margin-bottom: 0;
    padding: 10px 0;
}

#map iframe {
    height: 270px;
    width: 100%;
}

#map {
    width: 100%;
    float: left;
    margin-top: 40px;
}

.ab-col-left {
    padding-left: 50px;
    background: url(../images/type-anchor.png) left top no-repeat;
}

.ab-col-left::before {}


/* end about *****************************/


/* end page top********************************/


/* -- fix images raku --*/

.data-wrap {
    width: 100% !important;
    vertical-align: middle;
    border: none;
}

#formAdmin {
    height: 0;
}

.bxslider ._edEdit {
    height: 100%;
}


/* -- end fix images raku --*/

.wrap-primary-table {
    margin-bottom: 15px
}

.primary-table {
    width: 100%;
}

.table_column_type_title_left tr td:first-child {
    background: #f28eba;
    min-width: 30%;
    text-transform: uppercase;
    color: #505050;
    text-align: left;
    border-bottom: 1px dashed #fff;
}

.table_column_type_title_left tr:last-child td {
    border-bottom: none
}

.primary-table tr td {
    padding: 10px 15px;
    font-size: 14px;
}

.content-text,
.content-text-images {
    margin-bottom: 20px;
}

.content-text img {
    max-width: 100%;
}

.table_column_type_title_left tr td:last-child {
    background: #fff;
    border: solid 1px #ccc
}

.table_column_type_title_top tr td {
    background-color: #f9f7f4;
    border: solid 1px #dddddd;
    box-sizing: border-box;
    padding: 10px;
    text-align: center;
    vertical-align: middle;
}

.gallery-item {
    margin-bottom: 30px;
    text-align: center
}

#gallery {
    margin-top: 15px;
}


/* -- faq -- */

.wrap-faq {
    margin-bottom: 10px;
}

.wrap-faq .question p,
.wrap-faq .answer p {
    font-size: 13px;
}

.wrap-faq .question {
    cursor: pointer;
    position: relative;
    padding-right: 45px;
    padding-left: 45px;
}

.wrap-faq .question span,
.wrap-faq .answer span {
    font-size: 20px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #ff8400;
}

.wrap-faq .question span:first-child {
    color: #8c8c8c;
}

.wrap-faq .question span.pull-left {
    left: 15px;
}

.wrap-faq .question span.pull-right {
    right: 15px;
}

.wrap-faq .answer {
    display: none;
    position: relative;
    padding-left: 45px;
}

.wrap-faq .answer span.pull-left {
    left: 15px;
}

.gallery-item img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.gallery-item ._edEdit img {
    border: none !important;
    width: 100% !important;
    height: 200px;
    object-fit: cover;
}


/* -- end faq -- */

.text_on_slide_2 {
    box-sizing: border-box;
    color: #ffffff;
    line-height: 140%;
    text-align: center;
    width: 100%;
    text-shadow: 0 0 15px rgba(0,0,0,.7), 0 0 10px rgba(0,0,0,.7);
}

img.alignright {
    float: right
}

img.alignleft {
    float: left
}

img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.content-text-images {
    text-align: center
}
input[type=text],
input[type=number],
textarea {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}
textarea {
    resize: none;
}
input,
textarea {
    border: none;
    border: 1px #ccc solid;
    border-radius: 0;
}

.tag_html {
    padding: 10px;
    margin-top: 40px;
    background: #000;
    color: #ccc;
}

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


/* ======================= NEWS STYLE 1 =======================*/

.row-news-st1 {
    height: 300px;
    overflow: auto;
}

.news-st1-item {
    font-size: 14px;
    line-height: 160%;
    width: 100%;
    float: left;
}

.news-st1-item:nth-child(odd) {
    background-color: #f7f7f7;
    padding: 10px;
    margin-bottom: 0px;
}

.news-st1-item:nth-child(even) {
    background-color: #fff;
    padding: 10px;
    margin-bottom: 0px;
}

.news-st1-date {
    font-weight: bold;
}

.news-st1-arrow {
    padding: 0 20px;
}


/* ======================= END NEWS STYLE 1 ======================= */


/* ======================= GOOGLE MAP =======================*/

.row-map-st1 iframe {
    width: 100%;
    float: left;
    height: 450px;
    border: none;
}


/* ======================= END GOOGLE MAP =======================*/


/* ======================= BACKGROUND COLOR =======================*/

.bg-f2f2f2 {
    background: #f2f2f2;
}

.bg-eaf4fb {
    background: #eaf4fb;
}


/* ======================= END BACKGROUND COLOR =======================*/


/* ======================= SERVICE STYLE 1 =======================*/

.service-st1-item {
    margin-bottom: 20px;
}

.service-st1-image {
    padding-bottom: 20px;
}

.service-st1-title {
    width: 100%;
    float: left;
    padding-bottom: 10px;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    line-height: 26px;
}

.service-st1-btn {
    width: 100%;
    float: left;
    text-align: center;
    background: #000;
    margin-top: 10px;
}

.service-st1-des {
    width: 100%;
    float: left;
    font-size: 14px;
    line-height: 24px;
    text-align: left;
}

.service-st1-btn a {
    display: block;
    padding: 10px;
    text-align: center;
    margin: 0 auto;
    color: #fff;
}

.service-st1-btn a:hover {
    background: #333;
    color: #fff;
    -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 STYLE 1 =======================*/


/* ======================= GALLERY =======================*/

.gallery_item {
    margin-bottom: 20px;
}

.gallery_item p {
    text-align: center;
    padding: 10px 0;
    font-size: 14px;
    margin: 0;
}


/* ======================= END GALLERY =======================*/


/* ======================= FAQ =======================*/

.row-faq .panel-default {
    border: 0;
}

.row-faq .panel-heading {
    padding: 0;
    border: 0 !important;
    background: #f7f7f7 !important;
}

.row-faq .panel-title>a,
.row-faq .panel-title>a:active {
    display: block;
    padding: 15px;
    color: #555;
    font-size: 18px;
    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: "\f107";
    float: right;
    transition: all 0.5s;
    font-size: 30px;
    color: #19509d;
}

.row-faq .panel-heading.active a:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}

.row-faq .panel-heading a span {
    display: block;
    padding-right: 30px;
}

.row-faq .panel-heading {
    display: table;
}

.row-faq .icon_question {
    font-size: 20px;
    display: table-cell;
    padding: 15px;
    width: 60px;
    color: #f8b014;
}

.row-faq .panel-title {
    display: table-cell;
    vertical-align: middle;
    line-height: 160%;
    text-align: left;
    width: 95%;
}

.row-faq .panel-title p {
    margin: 0 !important;
}

.row-faq .icon_answer {
    font-size: 20px;
    display: table-cell;
    padding: 15px;
    vertical-align: top;
    width: 60px;
    border: 0 !important;
}

.row-faq .txt_answer {
    width: 95%;
    display: table-cell;
    border: 0 !important;
    color: #555;
    font-size: 15px;
}

.dashi{
    font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","ＭＳ Ｐ明朝","MS PMincho",serif !important;
}

/* ======================= END FAQ =======================*/


/* ======================= BLOG =======================*/
.row_blog {
    width: 100%;
    float: left;
}
.row_blog iframe{
    width: 100%;
    float: left;
    height: 350px;
    border: 0;
}


/* ======================= END BLOG =======================*/


/* ======================= INSTAGRAM =======================*/

#instagram-ct {
    margin: 0;
    padding: 0;
    overflow: hidden;
    width: 100%;
    float: left;
}

#instagram-ct li {
    list-style: none;
    float: left;
    padding: 1px 1px;
    width: 12.49%;
    border-collapse: collapse;
}

#instagram-ct li a {
    display: block;
}

#instagram-ct li a:hover {
    opacity: 0.5;
}

#instagram-ct li a img {
    width: 100% !important;
    max-width: inherit;
}


/* ======================= END INSTAGRAM =======================*/

/* CONTACT */

/* Contact */
.contact-form-st1{
    width: 100%;
}
.contact-form-st1 tr td{
    padding: 10px 0 10px 10px;
    border-bottom: 1px dashed #ccc;
    font-size: 14px;
    font-weight: normal;
    vertical-align: middle;
}
.contact-form-st1 tr td:first-child{
    padding-left: 0;
    width: 250px;
}
.contact-form-st1 tr:last-child td{
    border-bottom: 0;
    text-align: center;
    padding-top: 25px;
}
.contact-form-st1 .form-group{
    margin-bottom: 0;
}
.contact-form-st1 input[type=text],
.contact-form-st1 textarea,
.contact-form-st1 select{
    border: 1px #ccc solid;
    border-radius: 0;
    box-shadow: none;
    -webkit-appearance: none;
    -moz--appearance: none;
    appearance: none;
}
.contact-form-st1 input[type=text]:focus,
.contact-form-st1 textarea:focus,
.contact-form-st1 select:focus{
    outline: none;
    box-shadow: none;
}
.contact-form-st1 textarea{
    resize: none;
}
.contact-note{
    display: inline-block;
    background: #e58605;
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
    padding: 0 5px;
    margin-left: 15px;
    line-height: normal;
    float: right;
}
.btn-contact-st1{
    border: 1px #000 solid;
    background: #fff;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    padding: 5px 30px;
    width: 160px;
    margin-bottom: 15px;
}
/* End contact */
/* END CONTACT */

/*PCで無効*/
.sp-dake{
    display: none;
}
.logo-ft{
    align-items: flex-end;
    color: #fff;
}

/*スマートフォンで有効*/
@media screen and (max-width:768px) {
    .sp-dake{
        display: block;
    }
}

@media screen and (max-width:640px){

    /* Blog */
    .row_blog iframe{
        height: 200px;
    }
    /* Contact */
    .contact-form-st1 tr td{
        width: 100%;
        float: left;
        padding: 10px 0;
    }
    .contact-form-st1 tr td:first-child{
        width: 100%;
        float: left;
        padding-top: 20px;
        border-bottom: 0;
        padding-bottom: 0;
    }
    /* End contact */
}
@media screen and (max-width:1100px) {
    .logo {
        padding: 20px 0 20px 0;
    }
    .main-navigation {
        padding: 0 0 0 0;
    }
}

@media screen and (min-width:768px) {
    ul.menu {
        display: inline-block !important;
    }
}

@media screen and (max-width:768px) {
    .col-sm-4 {
        width: 100%
    }
    .sv-img img {
        height: auto
    }
    .content-wrap-news p:nth-child(2n+1) {
        width: 25%;
    }
    .content-wrap-news p:nth-child(2n) {
        width: 75%;
    }
}

@media screen and (max-width:767px) {
    ul.menu li a{
        text-shadow: none;
    }
    .btn-sp {
        display: block;
        float: left;
        width: 100%;
    }
    ul.menu {
        display: none;
        position: absolute;
        top: 56px;
        left: 0;
        width: 100%;
        z-index: 999;
    }
    .wrap-menu {
        border-bottom: none;
        text-align: left;
        padding: 0 10px;
    }
    .logo {
        text-align: left;
        padding-right: 0;
    }
    .main-menu {
        float: right;
        width: 40px;
        font-size: 20px;
        color: #fff;
        border: solid 1px #fff;
        text-align: center;
        padding: 5px;
        margin-top: 15px;
    }
    .wrap-slide .bx-wrapper .bx-viewport {
        height: 350px !important;
    }
    .bx-wrapper img {
        display: block;
        height: 350px;
        object-fit: cover;
        width: 100%;
    }
    .txt-des {
        font-size: 32px;
    }
    .ab-col-left {}
    ul.menu li {
        width: 100%;
        float: left;
        text-align: left;
        background: #905501 none repeat scroll 0 0;
        border-bottom: 1px solid #ccc;
    }
    ul.menu li a {
        padding: 15px 10px;
        color: #fff;
    }
    .sv-img img {
        width: 100%;
    }
    ul.icon_list {
        text-align: center;
        margin-top: 10px;
    }
    .copyright {
        text-align: center;
    }
    .ab-col-left {
        margin-top: 10px;
    }
    .sv-img img {
        width: 100%;
        height: auto !important;
        object-fit: cover;
    }
    .sv-img ._edEdit img {
        width: 100% !important;
        left: 0;
        top: 0;
    }
    .content-text-images {
        text-align: center;
    }
    .content-text-pad-left {
        padding-left: 0;
    }
    .gallery-item img {
        width: 100%;
        height: auto !important;
        object-fit: cover;
    }
    .gallery-item ._edEdit img {
        border: none !important;
        width: 100% !important;
        height: auto !important;
        object-fit: cover;
        left: 0 !important;
        top: 0 !important;
    }
    .map {
        margin-top: 20px
    }
}

@media screen and (max-width:640px) {
    .content-wrap-news p:nth-child(odd) {
        width: 100%;
        color: #e74c3c;
        border-bottom: solid 1px #ccc;
    }
    .content-wrap-news p:nth-child(even) {
        width: 100%;
        padding: 10px 0;
        border-bottom: solid 1px #ccc;
    }
    .sv-img img {
        width: 100%;
        height: 200px;
        object-fit: cover;
    }

}

@media screen and (max-width:480px) {
    .bx-wrapper img {
        display: block;
        height: 300px;
        object-fit: cover;
        width: 100%;
    }
    .wrap-slide .bx-wrapper .bx-viewport {
        height: 300px !important;
    }
    .txt-des {
        font-size: 24px;
    }
    .btn-contact {}
    .btn-contact a {
        font-size: 14px
    }
    .logo a img {
        max-width: 220px;
    }
    .text-on-slide {
        padding: 0 10px;
    }
    .btn-contact {
        padding: 10px;
    }
    .logo-ft img {
        max-width: 220px
    }
}

@media screen and (max-width:350px) {
    .txt-des {
        font-size: 18px;
    }
    .bx-wrapper img {
        display: block;
        height: 270px;
        object-fit: cover;
        width: 100%;
    }
    .wrap-slide .bx-wrapper .bx-viewport {
        height: 270px !important;
    }
}

.tlt-big{
    font-size: 50px;
    line-height: 2;
}
.tlt-small{
    font-size: 40px;
}
.txt-item{
    margin-top: 30px;
}
.txt-add span{
    font-size: 14px;
}
.flex{
    display: flex;
    flex-wrap: wrap;
   
}
.photo-add{
    width: 50%;
}
.txt-add{
    width: 50%;
}
.txt-add .tlt-big{
    line-height: 1.8;
}
.txt-right{
    text-align: right;
    padding-right: 30px;
}
.fl-l{
    float: left;
}
.item-add{
    width: 100%;
    max-width: 860px;
    margin: auto;
    margin-bottom: 50px;

}
.list-price .tlt-big, .list-price .tlt-small{
    text-align: center;
}
.menu-add{
    max-width: 860px;
    width: 100%;
    margin: auto;
    margin-top: 50px;
    justify-content: space-between;
    padding-left: 15px;
    padding-right: 15px;
}
.col{
    width: 48%;
}
.col table{
    width: 100%;
}
.col table td{
    border-bottom: 1px dotted #000;
    padding: 15px;
    padding-bottom: 5px;
}
.col table td:first-child{
    width: 80%;
}
.txt-bt{
    text-align: center;
    margin-top: 40px;
}
.mrt{
    margin-top: 70px;
}
.col:nth-child(2) table tr:last-child td{
    border-bottom: none;
}
.f-20{
    font-size: 20px;
    line-height: 2;
    font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","ＭＳ Ｐ明朝","MS PMincho",serif;
}
.img-center{
    text-align: center;
}
#information .tlt-big, #information .tlt-small{
    text-align: center;
}
.cont-small{
    max-width: 300px;
    margin: auto;
    width: 100%;
}
.tlt-news{
    padding-left: 20px;
}
.tlt-news a{
    color: #000;
}
.tlt-news a:hover div{
    opacity: 0.7;
}
.bg-news{
    background: url(../images/bg-news.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 30px;
}
.bg-w{
    background: #fff;
    padding: 20px;
}
.item-news{
    border-bottom: 1px dashed #000;
    padding: 20px 0;
}
.left-top{
    width: 80%;
    font-size: 19px;
    line-height: 2;
}
.left-top strong{
    font-size: 34px;
    display: block;
    margin-bottom: 30px;
    
}
.right-top{
    width: 20%;
}
.col-menu{
    width: 32%;
    margin-right: 2%;
    text-align: center;
}
.col-menu:last-child{
    margin-right: 0;
}

.text-menu {
    margin-top: 20px;
}
.text-menu strong{
    font-size: 22px;
}
.btn-more a{
    color: #fff;
    background: #905501;
    text-align: center;
    display: inline-block;
    padding: 10px 15px;
    margin-top: 20px;
}
.btn-more a:hover, .btn-news a:hover{
    opacity: 0.7;
    transition: ease 0.3s;
}
.btn-news a{
    color: #fff;
    background: #00AEEF;
    text-align: center;
    display: inline-block;
    padding: 5px 15px;
}
.g-wrap-news{
    display: flex;
    flex-wrap: wrap;
    height: 270px;
    overflow-y: scroll;
    align-items: flex-start;
}
.g-wrap-news, .g-wrap-news div{
    width: 100%;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
}
.g-wrap-news p:nth-child(odd){
    width: 25%;
    color: #905501;
    font-weight: bold;
    min-height: auto !important;
}
.g-wrap-news p:nth-child(even) {
    width: 75%;
    min-height: auto !important;
}
.g-wrap-news p {
    line-height: 160%;
    display: block;
    border-bottom: 1px dotted #ccc;
    box-sizing: border-box;
    margin: 0;
}
.txt-big{
    font-size: 45px;
    display: block;
}
.year{
	margin-left: 15px;
	margin-bottom: -5px;
}
@media screen and (max-width: 1160px) {
    .item-add{
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media screen and (max-width: 1090px) {
    .left-top strong{
        font-size: 26px;
    }
    .txt-big{
        font-size: 35px;
    }
    .right-top{
        padding-left: 15px;
    }
}
@media screen and (max-width: 992px) {
    .photo-add{
        padding: 0 20px;
    }
    .right-top {
        width: 30%;
    }
    .left-top {
        width: 70%;
    }
}

@media screen and (max-width: 767px) {
    .main-navigation{
        padding-bottom: 0;
    }
    .main-menu{
        color: #fff;
        border: solid 1px #fff;
    }
    .text-on-slide img {
        width: 190px;
        height: 50px;
    }
    .text-on-slide{
        top: 57%;
    }
    .txt-des {
        font-size: 14px;
    }
    .logo {
        padding: 10px 0 10px 0;
    }
    .top .bxslider img{
        height: 360px;
        object-fit: cover;
    }
    .bxslider img{
        height: 200px;
        object-fit: cover;
    }

    .left-top {
        width: 100%;
        order: 2;
        font-size: 16px;
    }
    .right-top {
        width: 100%;
        order: 1;
        text-align: center;
        margin-bottom: 30px;
        padding-left: 0;
    }
    .left-top strong{
        font-size: 18px;
    }
    .txt-big{
        font-size: 22px;
    }
    .col-menu{
        width: 100%;
        margin-right: 0;
        margin-bottom: 40px;
    }
    .col-menu:last-child{
        margin-bottom: 0;
    }
    .f-20{
        font-size: 16px;
        padding: 0 10px;
    }
    .g-wrap-news p:nth-child(odd){
        width: 100%;
        min-height: auto !important;
    }
    .g-wrap-news p:nth-child(even){
        width: 100%;
        min-height: auto !important;
    }
    #map{
        margin-top: 0;
    }

    .item-add{
        padding-left: 15px;
        padding-right: 15px;
        margin-bottom: 0;
    }
    .photo-add{
        width: 100%;
        text-align: center;
        padding: 0;
    }
    .txt-add{
        width: 100%;
    }
    .txt-item{
        margin-top: 0;
    }
    .order-1{
        order: 1;
    }
    .order-2{
        order: 2;
    }
    .txt-right{
        text-align: left;
        padding-right: 0;
    }
    .tlt-big{
        font-size: 30px;
        margin-top: 20px;
    }
    .tlt-small{
        font-size: 30px;
    }

    .menu-add{
        padding-left: 15px;
        padding-right: 15px;
        margin-top: 30px;
    }
    .col{
        width: 100%;
    }
    .col table td:first-child {
        width: 70%;
    }
    .txt-bt{
        padding-left: 15px;
        padding-right: 15px;
    }

    .date{
        width: 100%;
    }
    .tlt-news{
        padding-left: 0;
        width: 100%;
    }
    .bg-news{
        padding: 10px;
    }
    .year{
        width: 100%;
        margin-left: 0;
        margin-bottom: 0;
        margin-top: 10px;
    }
}


