@charset "utf-8";

/*======================================
商品サンプルページ
======================================*/
/*
0.625rem : 10px
0.687rem : 11px
0.75rem  : 12px
0.875rem : 14px
1rem     : 16px
1.125rem : 18px
1.5rem   : 24px
1.875rem : 30px
*/
/*======================================

レイアウト

======================================*/

/*--------------------------------------
ボディ
--------------------------------------*/
body {
  color: #000000;
  font-family: Helvetica , Arial , "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif"; 
  font-size: 1rem; /* 16px */
  letter-spacing: 0.15em;
  line-height: 1.75;
  -webkit-text-size-adjust: 100%;
}

@media only screen and (max-width: 768px){
  body{
    font-size: 0.75rem; /* 12px */
    letter-spacing: 0.1em;
    line-height: 1.5;
  }
}

article a {
  display: block;
  height: 100%;
  width: 100%;
}

article a:hover {
  opacity: 0.8;
}

button, input, select, textarea {
  font-family : inherit;
  font-size   : 100%;
}

/*--------------------------------------
ラッパー
--------------------------------------*/
.wrapper {
  min-width: 1200px;
}

@media only screen and (max-width: 768px){
  .wrapper {
    min-width: 100%;
  }
}

/*--------------------------------------
グローバルヘッダー
--------------------------------------*/
header {
  background: #ffffff;
  border-top: 4px solid #000000;
  height: 110px;
  position: fixed;
  top: 0;
  min-width: 100%;
  z-index: 20;
}

@media only screen and (max-width: 768px){
  header{
    border-top: 4px solid #000000;
    height: 60px;
  }
}

@media print {
  header {
    display: none;
  }
}

header a {
  display: block;
  height: 100%;
  width: 100%;
}

header a:hover {
  opacity: 0.8;
}

.header-inner {
    display: flex;
    height: 100%;
    margin: 0 auto;
    width: 1200px;
    justify-content: space-between;
    align-items: center;
}

@media only screen and (max-width: 768px){
  .header-inner {
    width: 96%;
  }
}

.logo-mark {
  height: 100%;
  margin-right: 30px;
  width: 136px;
}

@media only screen and (max-width: 768px){
  .logo-mark {
    max-height: 36px;
    max-width: 90px;
    margin-right: 3%;
  }
}

.logo-mark-keibaijoho {
  height: 54px;
  width: 136px;
}

@media only screen and (max-width: 768px){
  .logo-mark-keibaijoho {
    height: 36px;
    width: 90px;
  }
}

.logo-type {
  height: 100%;
  width: 250px;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 768px){
  .logo-type {
    margin-right: auto;
    max-width: 153px;
  }
}

.logo-type-kana {
  height: 42px;
}

@media only screen and (max-width: 768px){
  .logo-type-kana {
    height: 28px;
    margin-left: 10px;
  }
}

.header-menu-wrap {
  height: 100%;
}

.header-general-menu {
  height: 70px;
  margin-left: auto;
  margin-top: 36px;
}

.menu-nav {
  font-size: 0;
  height: 70px;
  letter-spacing: normal;
  text-align: right;
}

.header-nav {
  display: inline-block;
  font-size: 0.875rem;
  height: 70px;
  letter-spacing: 0.15em;
  line-height: 24px;
  text-align: center;
  vertical-align: middle;
}

.h-nav-link-txt {
  color: #000000;
  padding: 0 16px;
  height: 24px;
  border-right: 1px solid #aaaaaa;
}

.nav-border-left {
  border-left: 1px solid #aaaaaa;
}

.nav-border-left-noright {
  border-left: 1px solid #aaaaaa;
  border-right: none;
}

@media only screen and (max-width: 768px){
.header-general-menu {
  height: auto;
  margin-left: auto;
  margin-top: 18px;
}

.menu-nav {
  height: 100%;
}

.header-nav {
  font-size: 0.75rem;
  height: 100%;
}

.h-nav-link-txt {
  padding: 0 8px;
}
}

/*--------------------------------------
コンテンツコンテナー
--------------------------------------*/
.content-container {
  padding-top: 110px;
}

@media only screen and (max-width: 768px){
  .content-container {
    padding-top: 60px;
  }
}

/*--------------------------------------
フッター
--------------------------------------*/
footer {
  background: #000000;
  color: #ffffff;
  font-size: 0.875rem;
  height: 162px;
}

@media only screen and (max-width: 768px){
  footer {
    font-size: 0.75rem;
    height: auto;
  }
}

@media print {
  footer {
    display: none;
  }
}

footer a {
  color: #ffffff;
  display: block;
  height: 100%;
  width: 100%;
}

footer a:hover {
  opacity: 0.8;
}

.footer-inner {
  display: block;
  height: 100%;
  margin: 0 auto;
  width: 1200px;
}

@media only screen and (max-width: 768px){
  .footer-inner {
    width: 96%;
  }
}

.footer-clm {
  display: flex;
}

@media only screen and (max-width: 768px){
  .footer-clm {
    flex-wrap: wrap;
  }
}

.footer-logo-type {
  height: 120px;
  padding: 39px 95px 39px 0;
  width: 210px;
}

@media only screen and (max-width: 768px){
  .footer-logo-type {
    height: 70px;
    padding: 20px 0 20px 0;
    width: auto;
  }
}

.footer-logo-type-kana {
  width: 112px;
}

@media only screen and (max-width: 768px){
  .footer-logo-type-kana {
    width: 90px;
  }
}

.footer-company {
  width: 990px;
}


.footer-menu-line2 {
  height: 40px;
  padding-top: 18px;
}

@media only screen and (max-width: 768px){
  .footer-menu-line2 {
    display: none;
  }
}

.footer-menu-line3 {
  display: flex;
  height: 80px;
  padding: 10px 0 20px;
}

@media only screen and (max-width: 768px){
  .footer-menu-line3 {
    display: block;
    height: 150px;
    padding-bottom: 0;
  }
}

@media only screen and (max-width: 768px){
  .f-company-logo-mark {
    width: 80px;
  }
}

.f-co-logo-mark-roma {
  height: 50px;
  width: 92px;
}

@media only screen and (max-width: 768px){
  .f-co-logo-mark-roma {
    height: 38px;
    width: 70px;
  }
}

address {
  font-size: 0.875rem;
  height: 40px;
  margin: 5px 0;
  vertical-align: top;
}

@media only screen and (max-width: 768px){
  address {
    font-size: 0.687rem;
    height: auto;
    margin: 0;
    width: auto;
  }
}

.f-company-logo-type {
  height: 16px;
  margin: 0 0 4px 20px;
}

@media only screen and (max-width: 768px){
  .f-company-logo-type {
    height: 16px;
    margin: 0 0 6px 0;
  }
}

.f-co-logo-type-kana {
  height: 16px;
  width: 230px;
}

@media only screen and (max-width: 768px){
  .f-co-logo-type-kana {
    height: 16px;
    width: 206px;
  }
}

.address {
  height: 20px;
  margin: 0 0 0 20px;
}

@media only screen and (max-width: 768px){
  .address {
    height: 20px;
    margin-left: 0;
  }
}

.footer-companyinfo {
  display: flex;
  height: 20px;
  margin: 0 0 0 20px;
}

@media only screen and (max-width: 768px){
  .footer-companyinfo {
    display: block;
    height: 20px;
    margin-left: 0;
  }
}

.footer-companyinfo-location {
  margin-right: 20px;
}

@media only screen and (max-width: 768px){
  .footer-companyinfo-location {
    margin: 0 0 4px 0;
  }
}

.footer-companyinfo-telfax {
  margin-right: 20px;
}

@media only screen and (max-width: 768px){
  .footer-companyinfo-telfax {
    margin: 0 0 8px 0;
  }
}


.footer-menu-line4 {
  border-top: 1px solid #3a3a3a;
  height: 40px;
  line-height: 40px;
  text-align: right;
}

@media only screen and (max-width: 768px){
  .footer-menu-line4 {
    height: 30px;
    line-height: 30px;
  }
}

.copyright {
  font-size: 0.75rem;
}

@media only screen and (max-width: 768px){
  .copyright {
    font-size: 0.625rem;
  }
}

/*--------------------------------------
汎用コンテンツ
--------------------------------------*/
.general-content {
  min-height: 700px;
  padding: 80px 0 120px 0;
}

@media only screen and (max-width: 768px){
  .general-content {
    min-height: 500px;
    padding: 40px 0;
  }
}

.general-content-top {
  min-height: 300px;
  padding: 80px 0 80px 0;
}

@media only screen and (max-width: 768px){
  .general-content-top {
    min-height: 150px;
    padding: 30px 0;
  }
}

.relative-point {
  height: auto;
  position: relative;
  width: 100%;
}

.general-content-inner {
  margin: 0 auto;
  width: 1200px;
}

@media only screen and (max-width: 768px){
  .general-content-inner {
    width: 96%;
  }
}

.general-section {
  padding-bottom: 100px;
}

@media only screen and (max-width: 768px){
  .general-section {
    padding-bottom: 40px;
  }
}

.general-section-addmargin {
  margin-bottom: 200px;
}

@media only screen and (max-width: 768px){
  .general-section-addmargin {
    margin-bottom: 80px;
  }
}

@media only screen and (max-width: 480px){
  .general-section-addmargin {
    margin-bottom: 40px;
  }
}

.general-section-last {
  padding-bottom: 0;
}

.bg-gray {
  background-color: #e6e6e6;
}

.bg-beige {
  background-color: #f7f1e6;
}

.palt {
  font-feature-settings: 'palt';
}

.h2-title {
  display: block;
  font-size: 1.875rem;
  margin-bottom: 30px;
  letter-spacing: 0.2em;
  padding-bottom: 20px;
  position: relative;
  text-align: center;
}

@media only screen and (max-width: 768px){
  .h2-title {
    font-size: 1.125rem;
    letter-spacing: 0.1em;
    margin-bottom: 16px;
  }
}

.h2-title::before {
  content: " ";
  position: absolute;
  left: 50%;
  bottom: 10px;
  width: 16px;
  height: 1px;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #000000;
}

@media only screen and (max-width: 768px){
  .h2-title::before {
    width: 10px;
  }
}

.h2-title-leadtxt-center {
  margin-bottom: 50px;
  text-align: center;
}

@media only screen and (max-width: 768px){
  .h2-title-leadtxt-center {
    margin-bottom: 30px;
    text-align: left;
  }
}

@media only screen and (max-width: 768px){
  .h2-title-leadtxt-center br {
    display: none;
  }
}

@media only screen and (max-width: 768px){
  .h2-title-leadtxt {
    margin-bottom: 30px;
  }
}

.h2-title-lt {
  display: block;
  font-size: 1.875rem;
  margin-top: 16px;
  letter-spacing: 0.2em;
  position: relative;
}

@media only screen and (max-width: 768px){
  .h2-title-lt {
    font-size: 1.125rem;
    margin-top: 20px;
    letter-spacing: 0.1em;
  }
}

@media only screen and (max-width: 480px){
  .h2-title-lt {
    margin-top: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform : translateY(-50%);
    transform : translateY(-50%);
  }
}

.h2-title-lt-note {
  display: block;
  font-size: 1rem;
  letter-spacing: 0.2em;
  margin-top: -6px;
}

@media only screen and (max-width: 768px){
  .h2-title-lt-note {
    font-size: 0.75rem;
    letter-spacing: 0.1em;
    margin-top: -2px;
  }
}

.orderedlist {
  list-style: decimal;
  padding-left: 16px;
}

.orderedlist li {
  padding-bottom: 24px;
}

.orderedlist li:last-child {
  padding-bottom: 0;
}

/*======================================

パンくずリスト

======================================*/
.breadcrumb-list {
    margin: 0 auto;
    width: 1200px;
}

.breadcrumb {
    font-size: 0.75rem;
    height: 20px;
    text-align: right;
}

.breadcrumb li {
    display: inline;
    line-height: 2;
}

.breadcrumb a {
    color: #000000;
    text-decoration: none;
}

.breadcrumb li:not(:last-child):after {
    content: ">";
    padding: 0 3px;
}

.breadcrumb a:hover {
    text-decoration: underline;
    text-underline-offset: 5%;
}

@media only screen and (max-width: 768px){
  .breadcrumb-list {
    padding: 0 1%;
  }

  .breadcrumb {
        font-size: 0.625rem;
        text-align: left;
        padding-left: 0;
    }
}

/*======================================

ページ内リンク

======================================*/
#about_touki {
  margin-top: -110px;
  padding-top: 110px;
}

@media only screen and (max-width: 768px){
  #about_touki {
    margin-top: -60px;
    padding-top: 60px;
  }
}

/*======================================

ページトップへ戻る

======================================*/
#js-pagetop {
  position: fixed;
  bottom: 30px;
  right: 20px;
}

#js-pagetop a {
  position: relative;
  display: block;
  width: 65px;
  height: 65px;
  background: rgba(0, 0, 0, 0.8);
  transition: opacity .6s ease;
}

#js-pagetop a:hover {
  opacity: .3;
}

#js-pagetop a::before {
  position: absolute;
  top: 7px;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 14px;
  height: 14px;
  margin: auto;
  content: '';
  transform: rotate(-45deg);
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
}

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

  /*トップへ戻るボタン*/
  #js-pagetop a {
    width: 45px;
    height: 45px;
  }
}

/*======================================

デザインパーツ

======================================*/
.emphasis {
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  color: #000000;
  cursor: pointer;
  text-decoration: none;
}

.txt-link {
  display: inline;
  text-decoration: underline;
}

.link {
  display: inline;
}

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

.target-blank::after {
  content: url("../img/launch_black.png") ;
  display: inline-block;
  margin: 0 4px 0 -10px;
}

@media only screen and (max-width: 768px){
  .target-blank::after {
    background-image: url("../img/launch_black_sp.png");
    background-size: contain;
    content: '';
    height: 12px;
    margin: 0 4px;
    width: 12px;
  }
}

.target-blank-margin-rt::after {
  content: url("../img/launch_black.png") ;
  display: inline-block;
}

@media only screen and (max-width: 768px){
  .target-blank-margin-rt::after {
    background-image: url("../img/launch_black_sp.png");
    background-size: contain;
    content: '';
    height: 12px;
    margin: 0 4px;
    width: 12px;
  }
}

.target-blank-margin-rt-white::after {
  content: url("../img/launch.png") ;
  display: inline-block;
}

@media only screen and (max-width: 768px){
  .target-blank-margin-rt-white::after {
    background-image: url("../img/launch_sp.png");
    background-size: contain;
    content: '';
    height: 12px;
    margin: 0 4px;
    width: 12px;
  }
}


.block {
  display: block;
}

.none {
  display: none;
}

.inline {
  display: inline;
}

.inline_block {
	display: inline-block;
	display: inline;
	zoom: 1;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.nav-launch {
  background-image: url("../img/launch.png");
  background-position: top 4px right 6px;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 768px){
  .nav-launch {
    background-image: url("../img/launch_sp.png");
    background-size: 12px;
  }
}

.nav-launch:hover {
  opacity: 1;
}

.vert-middle{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.indent {
  text-indent: 1em;
}

.margin-lt-20px {
  margin-left: 20px;
}

.hr-margin {
  border-bottom: 1px solid #000000;
  margin-bottom: 60px;
}

@media only screen and (max-width: 768px){
  .hr-margin {
    margin-bottom: 32px;
  }
}

.p-bottom-margin {
  margin-bottom: 1em;
}

.p-bottom-margin-2em {
  margin-bottom: 2em;
}

.filter{
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #000000;
  filter: alpha(opacity=60);
  opacity: 0.60;
  z-index: 1000000;
}

.notebox {
  border: solid 3px #cccccc;
  border-radius: 8px;
  margin: 3em 0;
  padding: 1em 1em;
  position: relative;
}

/*======================================

府県カラー

======================================*/
.pref21 { background-color: #416e50; }  /*gifu*/
.pref21>.prefbar-inner {color: #ffffff;}

.pref23 { background-color: #af535a; }  /*aichi*/
.pref23>.prefbar-inner {color: #ffffff;}

.pref24 { background-color: #2f5a7b; }  /*mie*/
.pref24>.prefbar-inner {color: #ffffff;}

.pref25 { background-color: #d7e6ee; }  /*shiga*/

.pref26 { background-color: #d8d5e1; }  /*kyoto*/

.pref27 { background-color: #e6df91; }  /*osaka*/

.pref28 { background-color: #1d768b; }  /*hyogo*/
.pref28>.prefbar-inner {color: #ffffff;}

.pref29 { background-color: #dcd2c2; }  /*nara*/

.pref30 { background-color: #e9c289; }  /*wakayama*/

.pref33 { background-color: #e9cfcb; }  /*okayama*/

.pref-fontwhite { color: #ffffff; }

.pref-borderwhite { border-color: #ffffff; }
