@charset "utf-8";

/* *******************************************************************
 THEME
******************************************************************* */

/* ==============================================
 Gloval_Top
============================================== */

.gtheme-top #mv {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: auto;
}

.gtheme-top .mv-frame {
  width: 100%;
  height: 100%;
  margin: auto;
}

.gtheme-top .mv-frame img {
  width: 100%;
  height: auto;
}

/* ==============================================
 Gloval_Low
============================================== */

/* ===== Main ===== */

.gtheme-low #main {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 250px;
  overflow: hidden;
  overflow-y: auto;
}

/* ===== Sub ===== */

.gtheme-low #sub {
  width: 250px;
  float: left;
  overflow: hidden;
  overflow-y: auto;
  background: #00305f;
  
}

/* ===== Sub > Sidebar ===== */

.gtheme-low .sidebar {
  padding: 20px;
}

.gtheme-low .sidebar-bread {
  color: #fff;
  
}

.gtheme-low .sidebar-bread ul {
  overflow: hidden;
}

.gtheme-low .sidebar-bread li {
  float: left;
  font-size: 100%;
}
.gtheme-low .sidebar-bread li+li {
  margin-left: 10px;
}

.gtheme-low .sidebar-bread li+li:before {
  content: ">";
  margin-right: 10px;
}

.gtheme-low .sidebar-bread a {
  color: #fff;
}

.gtheme-low .sidebar-group {
  padding-top: 15px;
  color: #fff;
}
.gtheme-low .sidebar-group+.sidebar-group {
  margin-top: 100px;
  border-top: 1px solid #fff;
}

.gtheme-low .sidebar-catlist a {
  color: #fff;
}

.gtheme-low .sidebar-catlist > ul {
  font-size: 140%;
  font-weight: bold;
}
.gtheme-low .sidebar-catlist > ul ul {
  padding-bottom: 15px;
  font-size: 85.71428571%;
  font-weight: normal;
}

.gtheme-low .sidebar-catlist > ul > li {
  padding-left: 15px;
  position: relative;
}

.gtheme-low .sidebar-catlist > ul > li:before {
  content: "+";
  position: absolute;
  left: 0px;
}
.gtheme-low .sidebar-catlist li {
  line-height: 2;
}

.gtheme-low .sidebar-props>dl>dt {
  font-size: 160%;
  font-weight: bold;
  line-height: 1.5;
}
.gtheme-low .sidebar-props>dl>dt span {
  display: block;
}

.gtheme-low .sidebar-props>dl>dd {
  font-size: 120%;
  font-weight: bold;
  line-height: 1.5;
}

.gtheme-low .sidebar-props>dl>dt+dd,
.gtheme-low .sidebar-props>dl>dd+dd {
  margin-top: 15px;
}

.gtheme-low .sidebar-props>dl>dd>dl+dl {
  margin-top: 15px;
}

.gtheme-low .sidebar-props>dl>dd dd {
  font-weight: normal;
}


/* ==============================================
 Gloval_Overlay
============================================== */

.gtheme-overlay {
  background: url(../img/bg_container.jpg) center top no-repeat;
  background-size: cover;
}
.gtheme-overlay #content #main {
  padding: 77px 10px;
  margin: 0 auto;
  overflow: visible;
}

.gtheme-overlay2 {
  background: url(../img/bg_container2.jpg) center top no-repeat;
  background-size: cover;
}
.gtheme-overlay2 #content #main {
  padding: 77px 10px;
  margin: 0 auto;
  overflow: visible;
}

.gtheme-overlay3 {
  background: url(../img/bg_container3.jpg) center top no-repeat;
  background-size: cover;
}
.gtheme-overlay3 #content #main {
  padding: 77px 10px;
  margin: 0 auto;
  overflow: visible;
}

@media screen and (min-width: 1000px) {
  
  .gtheme-overlay #content #main {
    padding: 77px 4px;
  }
  .gtheme-overlay2 #content #main {
    padding: 77px 4px;
  }
  .gtheme-overlay3 #content #main {
    padding: 77px 4px;
  }
  
}


/* ==============================================
 List
============================================== */

.theme-list .list-item-container {
  padding: 30px;
}

.theme-list .list-item-group {
  width: 100%;
  font-size: 0;
}

.theme-list .list-item-box {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 25%;
  padding: 0 30px 60px 30px;
  display: inline-block;
  font-size: 10px;
  text-align: center;
  vertical-align: top;
}

.theme-list .list-item-box a {
  display: block;
  color: #000;
  font-size: 120%;
  line-height: 1.3;
  text-decoration: none;
}

.theme-list .list-item-box .pic {
  width: 100%;
}

.theme-list .list-item-box .pic img {
  width: 100%;
  height: auto;
}

.theme-list .list-item-box .name+.price {
  margin-top: 3px;
}


/* ==============================================
 Detail
============================================== */

.theme-detail .detail-item-container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 0 100px;
}

.theme-detail .detail-item-group {
  display: table;
  width: 100%;
  max-width: 730px;
  height: 100%;
  margin: 0 auto;
  position: relative;
}

.theme-detail .detail-item-viewport {
  display: table-cell;
  width: 100%;
  padding: 30px 0;
  vertical-align:middle;
}

.theme-detail .detail-item-box {
  position: relative;
}

.theme-detail .detail-item-box span {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 140%;
  position: absolute;
  left:0; bottom:15px;
  
}

.theme-detail .btn-prev {
  display: block;
  width: 28px;
  height: 43px;
  margin-top: -100px;
  position: absolute;
  left: 0; top: 50%;
  text-indent: -999px;
  background: url(../img/arrow_lt.png) left top no-repeat;
  overflow: hidden;
}

.theme-detail .btn-next {
  display: block;
  width: 28px;
  height: 43px;
  margin-top: -100px;
  position: absolute;
  right: 0; top: 50%;
  text-indent: -999px;
  overflow: hidden;
  background: url(../img/arrow_rt.png) left top no-repeat;
}


/* ==============================================
 Topics
============================================== */

.theme-topics .ttl-main {
  width: 100%;
  height: 40px;
  margin-bottom: 60px;
  position: relative;
  background: rgba(255, 255, 255, .9);
}
.theme-topics .ttl-main span {
  display: block;
  width: 163px;
  height: 15px;
  margin: auto;
  text-indent: -999px;
  position: absolute;
  left: 0; right: 0; top: 0; bottom: 0;
  background: url(../img/ttl_topics.png) center top no-repeat;
  background-size: auto 15px;
  overflow: hidden;
}

.theme-topics .article-group {
  width: 100%;
}

.theme-topics .article-group article {
  padding: 30px;
  position: relative;
  background: rgba(255, 255, 255, .9);
}
.theme-topics .article-group article.ic-new {
  padding-top: 68.5px;
}

.theme-topics .article-group .ic-new:before {
  content: "";
  display: block;
  width: 77px;
  height: 77px;
  margin: auto;
  background: url(../img/ic_news02.png) left top no-repeat;
  position: absolute;
  left: 0; right: 0; top: -38.5px;
}

.theme-topics .article-group article+article {
  margin-top: 25px;
}

.theme-topics .article-group header {
  width: 100%;
  margin-bottom: 15px;
  font-size: 300%;
  line-height: 1.3;
  overflow: hidden;
}

.theme-topics .article-group header time {
  display: block;
}

.theme-topics .article-group header h1 {
  overflow: hidden;
}

.theme-topics .article-group .column {
  width: 100%;
  position: relative;
}

.theme-topics .article-group .col-lt {
}

.theme-topics .article-group .col-lt p {
  font-size: 180%;
  line-height: 1.66;
}

.theme-topics .article-group .col-lt .btn {
  display: block;
  width: 100%;
  height: 45px;
  margin: 10px auto 0;
  color: #fff;
  font-size: 240%;
  text-align: center;
  line-height: 45px;
  text-decoration: none;
  background: #ee7a7a;
  overflow: hidden;
}

.theme-topics .article-group .col-rt {
  margin-top: 30px;
}

.theme-topics .article-group .col-rt span {
  display: block;
  border: 1px solid #000;
}

.theme-topics .article-group .col-rt img {
  width: 100%;
  height: auto;
}


.theme-topics .article-group .btn-pagetop {
  display: block;
  width: 21px;
  height: 21px;
  text-indent: -999px;
  position: absolute;
  right: -4px; bottom: -4px;
  background: url(../img/arrow_v01.png) 50% 50% no-repeat #00305f;
  overflow: hidden;
}


@media screen and (min-width: 768px) {
  
  .theme-topics .ttl-main {
    height: 62px;
  }
  .theme-topics .ttl-main span {
    height: 27px;
    background-size: auto 100%;
  }
  
  
  .theme-topics .article-group header time {
    float: left;
    padding-right: 1em;
  }
  
  .theme-topics .article-group .col-lt {
    width: 60%;
    padding-bottom: 75px;
    float: left;
  }
  
  .theme-topics .article-group .col-lt .btn {
    display: block;
    width: 60%;
    margin: 0;
    position: absolute;
    left: 0; bottom: 0;
  }
  
  .theme-topics .article-group .col-rt {
    width: 36%;
    margin-top: 0;
    float: right;
  }
  
}




/* ==============================================
 About
============================================== */

.theme-about .ttl-main {
  width: 100%;
  height: 40px;
  margin-bottom: 60px;
  position: relative;
  background: rgba(255, 255, 255, .9);
}
.theme-about .ttl-main span {
  display: block;
  width: 290px;
  height: 15px;
  margin: auto;
  text-indent: -999px;
  position: absolute;
  left: 0; right: 0; top: 0; bottom: 0;
  background: url(../img/ttl_about.png) center top no-repeat;
  background-size: auto 15px;
  overflow: hidden;
}

.theme-about .section-group {
  width: 100%;
}

.theme-about .section-group section {
  padding: 80px 40px;
  position: relative;
  background: rgba(255, 255, 255, .9);
}

.theme-about .section-group section .fig {
  text-align: center;
}

.theme-about .section-group section .fig img {
  max-width: 100%;
  box-shadow: 3px 3px 5px rgba(0,0,0,.15);
}

.theme-about .section-group section p {
  font-size: 160%;
  color: #785d3a;
  line-height: 1.875;
}

.theme-about .section-group section p+.fig,
.theme-about .section-group section .fig+p {
  margin-top: 60px;
}

.theme-about .section-group .btn-pagetop {
  display: block;
  width: 21px;
  height: 21px;
  text-indent: -999px;
  position: absolute;
  right: -4px; bottom: -4px;
  background: url(../img/arrow_v01.png) 50% 50% no-repeat #00305f;
  overflow: hidden;
}


@media screen and (min-width: 768px) {
  
  .theme-about .ttl-main {
    height: 62px;
  }
  .theme-about .ttl-main span {
    height: 27px;
    background-size: auto 100%;
  }
  
}


/* ==============================================
 Contact
============================================== */

.theme-contact .ttl-main {
  width: 100%;
  height: 62px;
  margin-bottom: 60px;
  position: relative;
  background: rgba(255, 255, 255, .9);
}
.theme-contact .ttl-main span {
  display: block;
  width: 220px;
  height: 27px;
  margin: auto;
  text-indent: -999px;
  position: absolute;
  left: 0; right: 0; top: 0; bottom: 0;
  background: url(../img/ttl_contact.png) left top no-repeat;
  overflow: hidden;
}

.theme-contact .section-group {
  width: 100%;
}

.theme-contact .section-group section {
  padding: 40px;
  position: relative;
  background: rgba(255, 255, 255, .9);
}

.theme-contact .ttl-section {
  width: 100%;
  height: 30px;
  margin-bottom: 40px;
  padding-bottom: 10px;
  position: relative;
  background: 13px top no-repeat;
  background-image: url(../img/ttl_contact_contact.png);
  border-bottom: 1px dotted #000;
}
.theme-contact .ttl-section span {
  visibility: hidden;
  position: absolute;
}

.theme-contact .iframebox {
  width: 100%;
}

.theme-contact .iframebox iframe {
  width: 100%;
  height: 950px;
  vertical-align: top;
}

.theme-contact .section-group .btn-pagetop {
  display: block;
  width: 21px;
  height: 21px;
  text-indent: -999px;
  position: absolute;
  right: -4px; bottom: -4px;
  background: url(../img/arrow_v01.png) 50% 50% no-repeat #00305f;
  overflow: hidden;
}
