/* ===================================================================
CSS information

 file name  :  common.css
 (base.css integrated)

=================================================================== */


/* ------------------------------------------------
  Reset (former base.css)
------------------------------------------------ */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

img {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: top;
  background: transparent;
  max-width: 100%;
  height: auto;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: '';
  content: none;
}

q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}



/*------clearfix-------------------------------------*/
.clearfix {
  display: inline-table;
  min-height: 1%;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* Hides from IE-mac */
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}


/* ------------------------------------------------
  body
------------------------------------------------ */
html {
    overflow-x: hidden;
}
body {
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    background: #fff;
    position: relative;
    color: #222;
    line-height: 1.4;
    overflow-x: hidden;
    width: 100%;
    max-width: 100%;
}
p {
    line-height: 1.6;
}
strong, b {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: bold;
}
a {
    color: #008080;
    text-decoration: underline;
}
a img {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
a:hover {
    text-decoration: none;
}
a.imgclick:hover {
    opacity: 0.8;
}
button {
    outline: none;
    background: none;
    border: none;
}
.display_pc {
    display: block !important;
}
.display_sp {
    display: none !important;
}
sup {
	font-size: 70%;
	vertical-align: super;
}
.text_red {
    color: #cc0000;
}
.text_orange {
    color: #ff782e;
}

@media screen and (max-width: 648px) {
.display_pc {
    display: none !important;
}
.display_sp {
    display: block !important;
}
html {
    font-size: calc(100vw / 27);
}
P {
    font-size: 100%;
}

.sidebar_description{
    font-size: calc(100vw / 27);
}

}

mg0 {margin:0px !important;}
mg5 {margin:5px !important;}
mg10 {margin:10px !important;}
mg15 {margin:15px !important;}
mg20 {margin:20px !important;}
mg25 {margin:25px !important;}
mg30 {margin:30px !important;}
mg35 {margin:35px !important;}
mg40 {margin:40px !important;}
mg45 {margin:45px !important;}
mg50 {margin:50px !important;}
mg55 {margin:55px !important;}
mg60 {margin:60px !important;}

/*top*/
.mg0 {margin:0px !important;}
.mg5 {margin:5px !important;}
.mg10 {margin:10px !important;}
.mg15 {margin:15px !important;}
.mg20 {margin:20px !important;}
.mg25 {margin:25px !important;}
.mg30 {margin:30px !important;}
.mg35 {margin:35px !important;}
.mg40 {margin:40px !important;}
.mg45 {margin:45px !important;}
.mg50 {margin:50px !important;}
.mg55 {margin:55px !important;}
.mg60 {margin:60px !important;}

/*top*/
.mgT0 {margin-top:0px !important;}
.mgT5 {margin-top:5px !important;}
.mgT10 {margin-top:10px !important;}
.mgT15 {margin-top:15px !important;}
.mgT20 {margin-top:20px !important;}
.mgT25 {margin-top:25px !important;}
.mgT30 {margin-top:30px !important;}
.mgT35 {margin-top:35px !important;}
.mgT40 {margin-top:40px !important;}
.mgT45 {margin-top:45px !important;}
.mgT50 {margin-top:50px !important;}
.mgT55 {margin-top:55px !important;}
.mgT60 {margin-top:60px !important;}

/*right*/
.mgR0 {margin-right:0px !important;}
.mgR5 {margin-right:5px !important;}
.mgR10 {margin-right:10px !important;}
.mgR15 {margin-right:15px !important;}
.mgR20 {margin-right:20px !important;}
.mgR25 {margin-right:25px !important;}
.mgR30 {margin-right:30px !important;}
.mgR35 {margin-right:35px !important;}
.mgR40 {margin-right:40px !important;}
.mgR45 {margin-right:45px !important;}
.mgR50 {margin-right:50px !important;}
.mgR55 {margin-right:55px !important;}
.mgR60 {margin-right:60px !important;}

/*bottom*/
.mgB0 {margin-bottom:0px !important;}
.mgB5 {margin-bottom:5px !important;}
.mgB10 {margin-bottom:10px !important;}
.mgB15 {margin-bottom:15px !important;}
.mgB20 {margin-bottom:20px !important;}
.mgB25 {margin-bottom:25px !important;}
.mgB30 {margin-bottom:30px !important;}
.mgB35 {margin-bottom:35px !important;}
.mgB40 {margin-bottom:40px !important;}
.mgB45 {margin-bottom:45px !important;}
.mgB50 {margin-bottom:50px !important;}
.mgB55 {margin-bottom:55px !important;}
.mgB60 {margin-bottom:60px !important;}
.mgB65 {margin-bottom:65px !important;}
.mgB70 {margin-bottom:70px !important;}
.mgB75 {margin-bottom:75px !important;}
.mgB80 {margin-bottom:80px !important;}
.mgB85 {margin-bottom:85px !important;}
.mgB90 {margin-bottom:90px !important;}
.mgB95 {margin-bottom:95px !important;}
.mgB100 {margin-bottom:100px !important;}

/*left*/
.mgL0 {margin-left:0px !important;}
.mgL5 {margin-left:5px !important;}
.mgL10 {margin-left:10px !important;}
.mgL15 {margin-left:15px !important;}
.mgL20 {margin-left:20px !important;}
.mgL25 {margin-left:25px !important;}
.mgL30 {margin-left:30px !important;}
.mgL35 {margin-left:35px !important;}
.mgL40 {margin-left:40px !important;}
.mgL45 {margin-left:45px !important;}
.mgL50 {margin-left:50px !important;}
.mgL55 {margin-left:55px !important;}
.mgL60 {margin-left:60px !important;}




/* ------------------------------------------------
  wrapper
------------------------------------------------ */
#wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    overflow-x: hidden;
    box-sizing: border-box;
}




/* ------------------------------------------------
  header
------------------------------------------------ */
header {
    display: flex;
    justify-content: space-between;
    position: fixed;
    top: 0;
    width: 100%;
    max-width: 100%;
    height: 70px;
    z-index: 100;
    align-items: center;
    left: 0;
    right: 0;
    box-sizing: border-box;
}
.logo_wrap {
    display: flex;
    align-items: center;
    max-width: 100%;
    flex: 1 1 auto;
    min-width: 0;
    box-sizing: border-box;
    overflow: hidden;
}
.navbar_brand {
    display: flex;
    align-items: center;
    max-width: 100%;
    box-sizing: border-box;
}
.navbar_brand img {
    height: 30px;
    width: auto;
    max-width: 100%;
    flex-shrink: 0;
}
.brand_text {
    display: flex;
    flex-direction: column;
    margin-left: 8px;
    color: #333;
    font-size: 14px;
    line-height: 1.6;
    min-width: 0;
    flex-shrink: 1;
}
.brand_sub {
    font-size: 12px;
    font-weight: bold;
    line-height: 1.6;
}
.brand_name {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.6;
}
@media screen and (max-width: 284px) {
.brand_text {
    display: none;
}
}
header a {
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 1em 0;
}
header a:hover {
    color: #ccc;
}
nav {
    width: 100%;
    max-width: 100%;
    height: 70px;
    position: relative;
    background: #fff;
    border-bottom:  1px solid #ccc;
    box-sizing: border-box;
}
.drawer {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    position: relative;
    height: 70px;
    padding: 0 20px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    overflow-x: hidden;
}
.navbar_toggle {
    z-index: 9999;
}
.navbar_toggle_icon {
    position: relative;
    display: block;
    height: 2px;
    width: 30px;
    background: #008080;
    -webkit-transition: ease .5s;
    transition: ease .5s;
}
.navbar_toggle_icon:nth-child(1) {
    top: 0;
}
.navbar_toggle_icon:nth-child(2) {
    margin: 8px 0;
}
.navbar_toggle_icon:nth-child(3) {
    top: 0;
}
/*OPEN時の動き*/
.menu.open {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}
.navbar_toggle.open .navbar_toggle_icon:nth-child(1) {
    top: 10px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.navbar_toggle.open .navbar_toggle_icon:nth-child(2) {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
}
.navbar_toggle.open .navbar_toggle_icon:nth-child(3) {
    top: -10px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.menu {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    z-index: 1000;
}
.menu ul {
    background: #008080;
    padding: 0 20px;
}
.menu ul li {
    border-bottom: 1px solid #fff;
    color: #fff;
}
.menu ul li:last-child {
    border-bottom: none;
}

#tel_box {
    display: none;
}
#tel_box .telicon {
    display: none;
}
#tel_box .telnum {
    display: none;
}

@media screen and (min-width: 768px) {
header {
    max-width: 1200px;
    display: block;
    height: 151px;
    z-index: 100;
    background: #fff;
    margin: 0 auto;
    left: 0;
    right: 0;
    transform: none;
    width: 100%;
    box-sizing: border-box;
}
header a {
    display: inline;
}
header {
    height: 151px;
}
.drawer {
    height: 90px;
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ddd;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    overflow: hidden;
}

.navbar_brand img {
    width: auto;
    height: 58px;
    margin-top: 0;
}
.brand_text {
    display: flex;
    flex-direction: column;
    margin-left: 10px;
    color: #333;
}
.brand_sub {
    font-size: 10px;
    font-weight: bold;
    line-height: 1.6;
}
.brand_name {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.6;
}
@media screen and (min-width: 768px) {
.brand_sub {
    font-size: 19px;
    line-height: 1.5;
}
.brand_name {
    font-size: 28px;
}
}
nav {
    border-bottom: none;
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    box-sizing: border-box;
    height: 151px;
    overflow: hidden;
}
.navbar_toggle {
    display: none;
}
#tel_box {
    display: flex;
    justify-content: flex-start;
    background: #008080;
    padding: 0 20px;
    align-items: center;
    font-size: 120%;
    box-sizing: border-box;
    height: 90px;
}
#tel_box .telicon {
    display: block;
    width: 35px;
    margin-right: 15px;
}
#tel_box .telnum {
    display: block;
    color: #fff;
}
#tel_box .telnum strong {
    color: #fff;
    font-size: 19px;
}
#tel_box .telnum span {
    color: #fff;
    font-size: 15px;
}
.menu {
    width: 100%;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-box-shadow: 0px 5px 3px -3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 5px 3px -3px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 3px -3px rgba(0, 0, 0, 0.1);
}
.menu ul {
    width: 100%;
    height: 60px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    padding: 0;
}
.menu ul li {
    border-bottom: none;
    text-align: center;
    font-weight: bold;
    width: 20%;
}
.menu ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 5px solid #fff;
    /* height: 55px; */
    color: #008080;
}
.menu ul li a:hover {
    opacity: 0.7;
    color: #008080;
}
.menu ul li a.active {
    color: #008080;
    border-bottom: 5px solid #008080;
    position: relative;
}
.menu ul li a.active::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 5px solid #008080;
}
}




/* ------------------------------------------------
  contents Area
------------------------------------------------ */
.site_wrap {
    margin: 150px 0 50px;
    display:block; 
}

@media screen and (max-width: 640px) {
    .site_wrap {
        margin: 60px 0 0;
    }
}

h2, h2.buy {
  position: relative;
  padding-bottom: .5em;
  border-bottom: 4px solid #000;
    margin-bottom: 20px;
    font-size: 22.4px;
    line-height: 48px;
}
@media screen and (min-width: 641px) and (max-width: 767px) {
h2, h2.buy {
    font-size: calc(100vw / 28);
    line-height: 1.5;
}
}
@media screen and (max-width: 640px) {
h2, h2.buy {
    font-size: calc(100vw / 21);
    line-height: 1.5;
}
}
h2::after {
  display: none;
}
h2.buy::after {
  background-color: #cc0000;
}

/* NEW window LINK ----------------*/
a.newwin {
    text-decoration: none;
    padding-right: 16px;
}
a.newwin[target="_blank"] {
    background: url("/assets/images/icon_target_blank.svg") no-repeat right center;
    background-size: 11px 11px;
}
a.newwin[target="_blank"]:hover {
    opacity: 0.8;
}






/* ------------------------------------------------
  side bar
------------------------------------------------ */
.sidebar {
    margin-top: 100px;
    max-width: 300px;
    width: 100%;
    box-sizing: border-box;
    margin-top: 42px;
}



@media screen and (max-width: 1180px) {
.sidebar {
    max-width: 100%;
    max-width: 300px;
}
}


.contactbox {
    background: #008080;
    padding: 15px;
    color: #fff;
    text-align: center;
    font-size: 90%;
    margin-bottom: 20px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}


@media screen and (max-width: 1180px) {
    .contactbox {
        font-size: 100%;
    }
}

.contactbox_title {
    font-size: 16px;
    line-height: 48px;
    color: #fff;
}
.contactbox_tel {
    font-size: 24px;
    line-height: 46px;
    color: #fff;
    font-weight: bold;
}
.contactbox_hours {
    font-size: 18px;
    line-height: 46px;
    color: #fff;
    font-weight: bold;
}
.contactbox span {
    font-weight: bold;
    font-size: 180%;
    display: block;
    line-height: 1;
}
.btn_flat {
  display: block;
  padding: 15px;
  text-decoration: none;
  color: #008080;
  border-radius: 5px;
    background: #fff;
    font-weight: bold;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}
@media screen and (min-width: 641px) and (max-width: 767px) {
.btn_flat {
    font-size: calc(100vw / 28);
    padding: 12px;
}
}
@media screen and (max-width: 640px) {
.btn_flat {
    font-size: calc(100vw / 24);
    padding: 12px;
}
}
.btn_flat:hover {
  background: #1a4c95;
  color: #fff;
}


/* @media screen and (max-width: 1180px) {
.sidebnr {
    display: flex;
    gap: 10px;
}
} */

@media screen and (max-width: 767px) {
.sidebnr {
    display: block;
    margin-bottom: 20px;
}
}


.sidebnr_item {
    display: block;
    text-decoration: none;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
}
.sidebnr_item:last-child {
    margin-bottom: 0;
}
.sidebnr_img {
    width: 100%;
    height: auto;
    display: block;
    position: relative;
}
.sidebnr_text {
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    color: #008080;
    border-left: 5px solid #008080;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    z-index: 1;
    background: rgba(255, 255, 255, 0.9);
    padding: 8px 20px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    white-space: nowrap;
}

@media screen and (max-width: 767px) {
.sidebnr_text {
    white-space: normal;
    font-size: 100%;
}
}

.sidebnr_item:hover {
    opacity: 0.8;
}
.sidebnr_link {
    color: #152020;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
    text-decoration: none;
    display: block;
    padding: 6px 20px;
    background: #ffffffb5;
    border-left: 4px solid #008080;
}
@media screen and (min-width: 641px) and (max-width: 767px) {
.sidebnr_link {
    font-size: calc(100vw / 30);
}
}
@media screen and (max-width: 640px) {
.sidebnr_link {
    font-size: calc(100vw / 27);
}
}

.sidebnr_link:hover {
    opacity: 0.8;
}
.sidebar_description {
    font-size: 100%;
    line-height: 24px;
    color: #333;
    margin-top: 20px;
}
.sidebar .btn_detail {
    width: 100%;
    max-width: 100%;
    display: block;
    box-sizing: border-box;
}
/* .aktio {
    padding: 40px 0 0;
}
.aktio span {
    font-size: .8rem;
    display: block;
    color: #777;
    margin-top: 10px;
} */
@media(min-width: 768px){
a[href^="tel:"]{
    pointer-events: none;
  }
}


@media screen and (max-width: 1180px) {
    .sidebar {
        max-width: 100%;
    }
    .sidebnr {
        display: flex;
        gap: 30px;
    }
}


@media screen and (max-width: 767px) {
.sidebar {
    display: block;
    max-width: 100%;
    margin: 20px auto 80px;
    width: 100%;
}
.contactbox {
    font-size: calc(100vw / 27);
    margin-bottom: 20px;
}
.contactbox span {
    font-weight: bold;
    font-size: 180%;
    display: block;
    line-height: 1;
}

.sidebnr {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.sidebnr p img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
/* .aktio span {
    font-size: .9rem;
    text-align: center;
} */

}


/* ------------------------------------------------
  footer
------------------------------------------------ */
  .footer {
      display: block;
      overflow: hidden;
      text-align: center;
      padding: 0;
      color: #333;
      position: relative;
      width: 100%;
      max-width: 100%;
      box-sizing: border-box;
  }
.footer .foot_cont {
      background: #fff;
    padding: 30px 0;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    border-top: 1px solid #dddddd;
}
.footer .footlogo {
    clear: both;
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
}
.footer .footlogo a {
    display: flex;
    align-items: center;
    text-decoration: none;
}
.footer .footlogo img {
    height: 58px;
    width: auto;
    margin: 0;
}
.foot_brand_text {
    display: flex;
    flex-direction: column;
    margin-left: 10px;
    text-align: left;
}
.foot_brand_sub {
    font-size: 19px;
    line-height: 1.5;
    color: #000;
}
.foot_brand_name {
    font-size: 28px;
    font-weight: bold;
    line-height: 1.6;
    color: #000;
}
.block-official {
    font-size: 90%;
    margin-bottom: 20px;
}
.footer_link a {
    text-decoration: none;
    color: #008080;
    font-weight: bold;
}
.footer_link a:hover {
    opacity: 0.8;
}
.txt-copyright {
    font-size: 78%;
}
#page-top {
    text-align: right;
}
#page-top img {
    width: 56px;
    height: 56px;
}
#page-top a {
    text-decoration: none;
    width: 56px;
}
#page-top a:hover {
    opacity: 0.8;
}


@media screen and (max-width: 640px) {
.footer .foot_cont {
    padding: 20px 0;
}
.footer .footlogo {
    margin-bottom: 20px;
}
.footer .footlogo img {
    height: 30px;
}
.foot_brand_text {
    display: flex;
    flex-direction: column;
    font-size: 12px;
}
.foot_brand_sub {
    font-size: 11px;
}
.foot_brand_name {
    font-size: 14px;
}
.block-official {
    display: none;
}
.txt-copyright {
    font-size: calc(100vw / 36);
}
#page-top {
    display: none !important;
}
}

