@charset "utf-8";

.pc {
    display: block;
}

.sp {
    display: none;
}

@media only screen and (max-width: 999px) {
    .pc {
        display: none;
    }
    .sp {
        display: block;
    }
}

/* ----------------------------------------------------------
Common Setting
---------------------------------------------------------- */

/*body*/

.inner {
    width: 980px;
    margin: 0 auto;
}

/*clear*/

.clear-both {
    clear: both
}

.clear-left {
    clear: left
}

.clear-right {
    clear: right
}
/*link*/

a:link,
a:visited,
a:active {
    color: #000;
    text-decoration: none;
    transition: 0.5s;
}

a:hover {
    opacity: 0.75;
    text-decoration: none;
    outline: 0
}

input:hover,
a:hover img {
    opacity: 0.75;
    outline: 0
}

/*text*/

body {
   /* font-family: メイリオ,Meiryo,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,serif;*/
	font-family: メイリオ,Meiryo,sans-serif;
    line-height: 1.5;
	word-break: break-all;
}

/*img*/

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic
}

/*title*/

h1 {
    /*font-family: "Sawarabi Mincho", 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', "HG明朝E", "ＭＳＰ明朝", "MS PMincho", "MS 明朝", serif;*/
    font-size: 28px;
    font-weight: bold;
    /* border-top: 5px solid #c7b199; */
    border-bottom: 2px solid #c7b199;
    line-height: 1.2;
    padding: 10px 0 10px 20px;
    margin-bottom: 10px;
    text-align: left !important;
    margin-top:30px;
}

h1:first-letter{
    
    font-size:120%;
  }

h2 {
    /*font-family: "Sawarabi Mincho", 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;*/
    font-size: 24px;
    font-weight: bold;
    line-height: 1.2;
    padding: 10px 0 10px 10px;
    margin-bottom: 20px;
    color:#c7b199;
}

h3 {
    /*font-family: "Sawarabi Mincho", 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;*/
    font-size: 21px;
    line-height: 1.2;
    margin-bottom: 20px;
    position: relative;
    margin-bottom: 20px;
    padding-left: 8px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    background: #f0f0f0;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
	color: #c7b199;
}

h3 ul {
    margin-top: 7px;
    display: flex;
}

h3 ul li:first-of-type {
    height: 2px;
    width: 40%;
    background-color: #c7b199;
}


h3 ul li:last-of-type {
    height: 2px;
    width: 60%;
    background-color: #f0f0f0;
}

h4 {
    /*font-family: "Sawarabi Mincho", 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;*/
    font-size: 21px;
    line-height: 1.2;
    margin-top: 5px;
    margin-bottom: 10px;
}

h5 {
    /*font-family: "Sawarabi Mincho", 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;*/
    font-size: 18px;
    line-height: 1.2;
    padding-left: 8px;
}


h6 {
    /*font-family: "Sawarabi Mincho", 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', "HG明朝E", "ＭＳＰ明朝", "MS PMincho", "MS 明朝", serif;*/
    font-size: 28px;
    font-weight: bold;
    /* border-top: 5px solid #c7b199; */
    border-bottom: 2px solid #c7b199;
    line-height: 1.2;
    padding: 10px 0 10px 20px;
    margin-bottom: 10px;
    text-align: left !important;
}

/* ----------------------------------------------------------
header
---------------------------------------------------------- */

/*header_layout*/

.header .inner {
    padding: 5px 0 5px;
}

.site_description {
    font-size: 14px;
}

.site_description span {
    color: #bc0000;
}

.header_title {
    font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
    font-size: 24px;
	font-weight:bold;
}
.header_title img{
  width: 200px;
  height: auto;
  object-fit: cover;
}

.header_layout {
    display: flex;
    /* justify-content: space-between; */
    align-items: center;

}

.header_right {
    overflow: hidden;
	text-align:right;
    margin-left: 100px;
    margin-right: 25px;
}

.header_tel {
    /*font-family: "Sawarabi Mincho", 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;*/
    font-size: 24px;
    line-height: 1;
}

.header_tel::before {
    /* content: url(../images/header_tel.png); */
    margin-right: 10px;
}


.header{
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 9999;
    background: rgb(255, 255, 255);
    margin-top: 0px;
    padding: 10px;
	padding-bottom:2px;
}

.reception_time {
    font-size: 14px;
    float: right;
    margin-top: 5px;
}


.btn-1 {
    background-color: #c7b199;
}

.c-btn a, .c-btn input, .c-btn .btn-customform-submit, .c-btn button {
    color: #fff !important;
    display: inline-block;
    font-size: 14px;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
    text-align: center;
    text-shadow: none;
    border: 0;
    cursor: pointer;
    font-weight: normal;
    padding: 0.8em 1.8em;
    min-width: 30%;
    line-height: 1.2;
}

.c-btn--sm a, .c-btn--sm input, .c-btn--sm .btn-customform-submit, .c-btn--sm button {
    font-size: 13px;
     padding: 0.8em 1.8em; 
    min-width: 1%;
}


/* ----------------------------------------------------------
nav
---------------------------------------------------------- */



/* ----------------------------------------------------------
contents
---------------------------------------------------------- */

.contents {
    padding: 15px 0;
    margin-top: 50px;
}

/* .contents_layout {
    display: flex; 
    justify-content: space-between;
} */

.mv {
    margin-bottom: 25px;
}

/*side_bar*/

.side_bar {
    width: 100%;
	flex: 0 0 300px;
    margin-bottom: 30px;
}

.side_bar_title {
    /*font-family: "Sawarabi Mincho", 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', "HG明朝E", "ＭＳＰ明朝", "MS PMincho", "MS 明朝", serif;*/
    color: #fff;
    font-size: 18px;
    text-align: center;
    font-weight: 500;
    background-color: #c7b199;
    padding: 5px 0;
    width:100%;
}

h2.side_bar_title {
    margin-bottom: 0;
	border-left: 0;
}

.side_bar_contents h5 {
    margin: 10px 0;
}

.side_bar_contents {
    padding: 10px;
    border: 1px solid #b1ccd4;
    border-top: none;
}

.side_bar_text {
    font-size: 14px;
}

/*main_contents*/

.main_contents {
    width: 100%;
	flex: 0 0 650px;
}

.section {
    padding-bottom: 45px;
}

/* ----------------------------------------------------------
sub_footer
---------------------------------------------------------- */

.sub_footer {
    padding: 10px 0 20px;
    background-color: #f0f0f0;
}

/*footer_menu*/

.footer_menu {
    display: flex;
    justify-content: center;
}

.footer_menu li {
    padding: 0 10px;
    line-height: 1;
}

.footer_menu li:not(:last-child) {
    border-right: solid #b0afaf 1px;
}

.footer_menu a {
    color: #000;
    font-size: 12px;
    text-decoration: none;
}

.footer_menu a:hover {
    opacity: 1;
    text-decoration: underline;
}


.footer_menu a:hover {
    transition: auto;
}

.footer_logo {
    /*font-family: "Sawarabi Mincho", 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;*/
    font-size: 28px;
    text-align: center;
    margin-top: 15px;
}

.footer_site_description {
    text-align: center;
    font-size: 14px;
    margin-top: 15px;
}

.footer_site_description span {
    color: #bc0000;
}

.footer_tel {
    /*font-family: "Sawarabi Mincho", 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;*/
    font-size: 32px;
    line-height: 1;
    text-align: center;
    margin-top: 10px;
}

.footer_tel::before {
    content: url(../images/footer_tel.png);
    margin-right: 10px;
}




/* ----------------------------------------------------------
footer
---------------------------------------------------------- */

/*footer*/

.footer {
    background: linear-gradient(to bottom, #c7b199, #c7b199);
    border-top: 3px solid #c7b199
}

.footer .inner {
    padding: 10px 0;
}

.copyright {
    color: #fff;
    font-size: 10px;
    text-align: center;
}



.g_nav_layout{
    display: none;
}

.grid-wrapper--full {
    padding-right: 0; 
     padding-left: 0; 
    max-width: 100%;
}


.row{

    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -moz-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-right: -1rem;
    margin-left: -10px;
    margin-left: -1rem;
}



.col-md-6 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1rem;
    padding-left: 1rem;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
    }

    .row-item-gutter--lg > [class*='col-'] {
        padding-left: 20px;
        padding-left: 2rem;
        padding-right: 20px;
        padding-right: 2rem;
    }



    .u-mbmd {
    margin-bottom: 20px;
    }



    table {
        border-collapse: collapse;
        width: 100%;
    }


    

    .c-tr--bdr th,.c-tr--bdr td{
        border-width: 1px;
        border-color: #ccc;
        border-style: solid;
    }



    .c-tr--bdr-btm th, .c-tr--bdr-btm td {
        border-left-style: none; 
        border-right-style: none;
        border-top-style: none;
    }



    tbody th {
        min-width: 150px;
    }



th, td {
    padding: 10px;
    word-break: break-all;
}

th{
    font-weight: bold;
}


input.sub-btn {
    width: 180px;
    height: 45px;
    background: #c7b199;
    color: #FFF;
    font-size: 1.1em;
    letter-spacing: 0.2em;
    border: 1px solid #c7b199;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
    font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;

}

input.sub-btn:hover {
    background: #FFF;
    color: #c7b199;
}


a:visited, a:active {
     color: #000; 
    text-decoration: none;
    transition: 0.5s;
}

a:link, a:visited, a:active {
    color: #000;
    text-decoration: none;
    transition: 0.5s;
}


.side_bar_contents a:link {
    color: #333 !important;
}

.side_bar_contents a:visited {
     color: #333 !important; 
}



.grid-wrapper {
    box-sizing: border-box;
    max-width: 960px;
    margin: 0 auto;
    padding-right: 10px;
    padding-right: 1rem;
    padding-left: 10px;
    padding-left: 1rem;
    width: 100%;
    overflow: hidden;
    margin-top: 65px;
  }


  
  .c-inner--one-elem.c-inner--lg {
    padding-bottom: 40px;
  }
  
  .c-inner--vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .c-inner--lg {
    padding: 40px 40px 20px;
  }
  
  .row {
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -moz-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-right: -1rem;
    margin-left: -10px;
    margin-left: -1rem;
  }


  .col-sm-8 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1rem;
    padding-left: 1rem;
    -webkit-flex-basis: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%;
    margin: 0 auto;
  }


  
  .p-main-set-3--center {
    text-align: center;
    border: 10px solid #c7b199;
    background-color: #fff;
    box-shadow: 0 0 30px -6px #000;
  }
  
  .theme-custom .p-main-set-3--center {
    border-color: #c7b199;
  }
  

  .u-mbmd {
    margin-bottom: 20px;
  }

  .h2-strong{
    margin-top: 20px;
    color: #333;
  }


  strong{
    font-size: 20px;
  }

  .span-font-2{
    font-size: 21px;
    color: #fff;
  }
  .span-font-3{
    font-size: 24px;
    color: #c7b199;  
  }
  .span-font-4{
    font-size: 24px;
     background-color: #ffff66;
     color: #ff3333;
	 border-bottom: 2px solid #ff3333;
  }
  
  
  
  .span-padding{
    background-color: #c7b199;
  
  }
  
  
    .p-main-set-3--center__period {
      display: inline-block;
      border: 2px solid #c7b199;
      padding: 0px 30px 0px 30px;
      border-radius: 100px;
      color: #28c3d4;
  
  }

  .span-font{
    font-size: 56px;
    color: #fff;
  }

  .p-header-floating-btn__top-btns {
    position: fixed;
    bottom: 0;
    left: 0;
    padding-right: 0;
    padding-left: 0;
    width: 100%;
    height: 57px;
    background-color: #fff;
  }
  
  
  .p-header-floating-btn__top-outer-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  
  .p-header-floating-btn__top-btns-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: right;
    text-align: end;
  }
  

  .p-header-floating-btn__editable-btn-2 .c-btn--sm a {
    width: 100%;
    height: 57px;
    line-height: 57px;
    padding: 0 0.2em;
    overflow: hidden;
  }
  
  
  
 
  .p-header-floating-btn__editable-btn-2 .c-btn--sm {
    height: 57px;
    text-align: center;
  }
  .theme-custom .c-btn a, .theme-custom .c-btn input, .theme-custom .c-btn button {
    background-color: #c7b199;
  }
  
  .p-header-floating-btn__editable-btn-2 {
    width: calc(50% - 30px);
    height: 57px;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .c-img img{
    width: 100%;
    max-width: 57px;
  }
  
  .footer-btn-1{
    background-color: rgb(102, 102, 102);
  }
  
  .footer-btn-2{
   background-color: #c7b199;;
  }
  
  .c-bg-img--cover{
    background-image: url(../images/back-main-3.jpg);
    background-position: center center;
  background-size:cover;
 
  }

  .contents_layout{
    margin-top: 55px;
  }
 

  #cl-2-sp{
    /* border-top: 1px #333 solid; */
  }

  

@media only screen and (max-width: 999px) {
    /* ----------------------------------------------------------
Common Setting
---------------------------------------------------------- */
    /*body*/
    .inner {
        width: 95%;
    }
    /*title*/
    h1 {
        font-size: 24px;
        padding: 10px 0 10px 15px;
        margin-bottom: 15px;
    }

    h2 {
        font-size: 21px;
        margin-bottom: 15px;
    }

    h3 {
        font-size: 18px;
        margin-bottom: 15px;
    }

    h3 ul {
        margin-top: 5px;
        display: flex;
    }

    h3 ul li:first-of-type {
        width: 50%;
    }


    h3 ul li:last-of-type {
        width: 50%;
    }

    h4 {
        font-size: 18px;
        margin-bottom: 10px;
    }

    h5 {
        font-size: 18px;
    }
    /*table*/
    table {
        width: 100%;
    }

    table tr td:first-of-type {
        width: 20%;
    }

    table tr td:last-of-type {
        width: 80%;
    }

    /* ----------------------------------------------------------
header
---------------------------------------------------------- */
    /*header_layout*/
    .header_layout {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .header_right {
        overflow: hidden;
    }

    .header_tel {
        font-size: 38px;
        line-height: 1;
    }

    .header_tel::before {
        content: url(../images/header_tel.png);
        margin-right: 10px;
    }


    .reception_time {
        font-size: 14px;
        float: right;
        margin-top: 5px;
    }

    /*header_layout*/
    .header .inner {
        padding: 5px 0 0px;
    }

    .site_description {
        font-size: 14px;
    }
    .header_title {
        font-size: 24px;
    }

    .header_title img {
        width: 50%;
    }


    .header_layout {
        align-items: center;
    }

    .nav_toggle {
        width: 30px;
        height: 21px;
        cursor: pointer
    }

    .nav_toggle div {
        position: relative
    }

    .nav_toggle span {
        display: block;
        position: absolute;
        width: 100%;
        border-bottom: solid 3px #000000;
        transition: .35s ease-in-out
    }

    .nav_toggle span:nth-child(1) {
        top: 0
    }

    .nav_toggle span:nth-child(2) {
        top: 9px
    }

    .nav_toggle span:nth-child(3) {
        top: 18px
    }

    .sp_menu_text {
        font-size: 10px;
        text-align: center;
        margin-top: 3px;
        display: none;
    }

    .nav_toggle {
        display: block
    }

    .open_nav .nav_toggle span:nth-child(1) {
        top: 11px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

    .open_nav .nav_toggle span:nth-child(2),
    .open_nav .nav_toggle span:nth-child(3) {
        top: 11px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg)
    }

    .grid-wrapper {
        margin-top: 0px;
      }

    /* ----------------------------------------------------------
nav
---------------------------------------------------------- */
    /*g_nav*/
    .nav {
        background: linear-gradient(to bottom, #c7b199, #c7b199);
        display: none;
        position: absolute;
        width: 100%;
    }

    .nav .inner {
        width: 100%;
    }

    .g_nav {
        display: block;
		   z-index:100;
    }


    .g_nav_layout {
        display: block;
        width: auto;
    }

    .g_nav_layout li {
        width: 100%;
    }

    .g_nav_layout li a {
        font-size: 18px;
        text-align: left;
        padding: 15px 2.5%;
        display: block;
        background: url(../images/sp_menu_arrow.png);
        background-repeat: no-repeat;
        background-position: center right 2.5%;
        border-left: none;
        border-top: none;
        border-top: solid #fff 1px;
    }

    .g_nav_layout li:last-of-type a {
        border-right: none;
    }

    .g_nav_layout li a:hover {
        border-top: solid #fff 1px;
    }

    .p-main-set-3--center {
        margin-top: 70px;
      }
   
      #cl-2-sp{
        flex-direction: column-reverse;

      }
      #cl-4-sp{
        flex-direction: column-reverse;

      }


    /* ----------------------------------------------------------
sub_footer
---------------------------------------------------------- */
    .sub_footer {
        padding: 0;
        background-color: #f0f0f0;
    }

    .sub_footer .inner {
        width: 100%;
    }
    /*footer_menu*/
    .footer_menu {
        display: block;
        border-top: solid #b0afaf 1px;
    }

    .footer_menu li {
        padding: 0;
    }

    .footer_menu li:not(:last-child) {
        border-right: none;
        border-bottom: solid #b0afaf 1px;
    }

    .footer_menu a {
        font-size: 18px;
        padding: 15px 2.5%;
        display: block;
        background: url(../images/footer_arrow.png);
        background-repeat: no-repeat;
        background-position: center right 2.5%;
    }

    .footer_menu a:hover {
        text-decoration: none;
    }

    .footer_tel_sp_layout {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        background-color: #c7b199;
        padding: 5px 0;
        height: 58px;
        box-sizing: border-box;
    }

    .footer_tel_sp {
        /*font-family: "Sawarabi Mincho", 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;*/
        font-size: 32px;
        line-height: 1;
        text-align: center;
    }

    .footer_tel_sp a {
        color: #fff;
    }

    .footer_tel_sp::before {
        content: url(../images/footer_tel.png);
        margin-right: 10px;
    }


    .reception_time_sp {
        color: #fff;
        text-align: center;
        font-size: 12px;
        font-weight: normal;
        float: none;
        margin-top: 2px;
    }

    .page_top {
        position: absolute;
        bottom: 0;
        right: 0;
    }
    /* ----------------------------------------------------------
footer
---------------------------------------------------------- */
    /*footer*/
    .footer {
        background: linear-gradient(to bottom, #c7b199, #c7b199);
        margin-bottom: 58px;
    }
}

@media screen and (max-width: 999px) and (min-width: 768px) {

    /* ----------------------------------------------------------
header
---------------------------------------------------------- */
    .header_title img {
        width: 80%;
    }

    .site_description {
        font-size: 12px;
    }
    /* ----------------------------------------------------------
contents
---------------------------------------------------------- */
    .contents {
        padding: 0 0 25px;
        margin-top: 25px;
    }

    /*main_contents*/
    .main_contents {
    /*    width: calc(100% - 320px); */
    }
}
#wp-img-flex-2{
  margin:0 auto;
}

@media only screen and (max-width: 767px) {
    /*table*/
    .table {
        width: 100%;
        display: block;
    }
	
     #wp-img-flex-2{
		  margin-top:10px; 
     }
	
    .table li:nth-of-type(odd) {
        border-right: 1px solid #e2e2e2;
        width: 100%;
    }

    .table li:nth-of-type(even) {
        width: 100%;
    }

    /* ----------------------------------------------------------
contents
---------------------------------------------------------- */
    /*main_contents*/
    .contents {
        padding: 0 0 25px;
        margin-top: 20px;
    }

    .contents_layout {
        flex-direction: column;
    }

    .mv {
        margin-bottom: 20px;
    }
    /*side_bar*/
    .side_bar {
        width: 100%;
    /*    order: 2; */
        margin-top: 10px;
    }

    .side_bar_title {
        font-size: 16px;
    }

    .side_bar_text {
        font-size: 12px;
    }


    /*main_contents*/
    .main_contents {
        width: 100%;
        order: 1;
    }

    .section {
        padding-bottom: 25px;
    }

    .section p {
        font-size: 14px;
    }

    table {
        border-collapse: collapse;
        width: 100%;
    }

    .row{

       display: block;
        margin-right: -10px;
        margin-right: -1rem;
        margin-left: -10px;
        margin-left: -1rem;
    }
    
    th, td {
        display: block;
        margin-bottom: 1px;
        text-align: left !important;
        width: 100% !important;
    }

    tbody th {
        min-width: 320px;
    }

    th{
        font-weight: bold;
    }

    .row-item-gutter--lg > [class*='col-'] {
        padding-left: 20px;
        padding-right: 20px;
    }


    .wp-block-gallery.has-nested-images figure.wp-block-image {
        display: flex;
        flex-grow: 2 !important;
        justify-content: center;
        position: relative;
        flex-direction: column;
        max-width: 100%;
    }

    .p-header-floating-btn__editable-btn{
        display: none;
    }

    .c-inner--lg {
          padding:0px;
        }

        .col-sm-8 {
          
              max-width:100%;
              flex-basis: 100%;
            
          }
          
            
  .u-mbmd {
 
      padding:0 12px;
    }
  
    strong{
          font-size:24px;
      }

      .span-font{
       
          font-size:32px;
        }

        .span-font-3{
            font-size: 20px;
          }

          .span-font-2{
            font-size: 20px;
            color: #fff;
          }

          .theme-custom .c-btn a, .theme-custom .c-btn input, .theme-custom .c-btn button {
            background-color: #c7b199;
        }



        
.wp-container-6 {
    flex-direction: column-reverse;
}

.wp-container-12 {
    flex-direction: column-reverse;
}
  
      #wp-img-flex-1{
        margin:0 auto;
      }
}



@media(min-width:768px){
    .footer-sp{
        display: none !important;
    }
}

@media screen and (min-width:1120px) { 
	.logo-main {
		position:absolute;
		top: 50px;
		left: 10%;
	}
	.logo-header {
		position: absolute;
	}
	.inner {
	    width: 1080px;
    }
	.block-header {
	    display:flex;
    }
	.header-logo-pc {
		width:100px;
		display:block;
	}
	.header-logo-sp {
		display:none;
	}
}
@media screen and (max-width:1119px) and ( min-width:1000px) { 
	.logo-main {
		position:absolute;
		top: 50px;
		left: 5%;
	}
	.inner {
	    width: 1000px;
    }
	.block-header {
	    display:flex;
    }
	.header-logo-pc {
		width:100px;
		display:block;
	}
	.header-logo-sp {
		display:none;
	}
}
@media screen and (max-width:999px) { 
	.logo-main {
		position:relative;
		top: -18px;
	}
	.header_title {
		width: 350px;
	}
	.header-logo-pc {
		display:none;
	}
	.header-logo-sp {
		width:70px;
		display:block;
	}
	.header_left {
		width:70%;
	}
	.header {
		padding-bottom: 3px !important;
	}
}


<!-- /* // ========================================= */ --> 



  

  

  
  
 
  
 
  
 
  
 


<!-- /* // ========================================= */ --> 
