@charset "UTF-8";

/*body内のテキストとaのテキストのフォントカラーをおしゃれグレーに*/
body,a {
    color: #515151;
}
/*終：body内のテキストとaのテキストのフォントカラーをおしゃれグレーに*/

/*h1：フォントファミリーの指定（サンセリフ系）、色はグレー、フォントサイズは3rem、文字の間隔は0.2rem、マージンは0*/
h1 {
    font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
    color: #666666;
    font-size: 3rem;
    letter-spacing: 0.2rem;
    margin: 0;
}
/*終：h1：フォントファミリーの指定（サンセリフ系）、色はグレー、フォントサイズは3rem、文字の間隔は0.2rem、マージンは0*/

/*h2：フォントファミリーの指定（サンセリフ系）、色はグレー、フォントサイズは2.2rem、文字の間隔は0.3rem*/
h2 {
    font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
    color: #666666;
    font-size: 2.2rem;
    letter-spacing: 0.3rem;
}
/*終：h2：フォントファミリーの指定（サンセリフ系）、色はグレー、フォントサイズは2.2rem、文字の間隔は0.3rem*/

/*a：リンクでマウスがオーバーした時、透過0.6に設定*/
a:hover {
    opacity: 0.6;
}
/*終：a：リンクでマウスがオーバーした時、透過0.6に設定*/


/*** 個別設定 ***/

/** header **/


/*** 個別設定 ***/

/* 投稿日 */
time {
  color: #666666;
}

/** header **/

/*ロゴとメールマークを内包するためのdiv設定：フレックス、幅100%、背景黒：レスポンシブウェブデザインにも関係*/
.Wrapper-header1 {
    display:flex;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #000000;
}
/*終：ロゴとメールマークを内包するためのdiv設定：フレックス、幅100%、背景黒：レスポンシブウェブデザインにも関係*/

/*ロゴとメールマークを内包するためのdiv設定：幅80%中央揃え、オブジェクト両端揃え：レスポンシブウェブデザインにも関係*/
.Wrapper-header2 {
    display:flex;
    width: 80%;
    margin: 0 auto;
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: #000000;
    justify-content: space-between;
}
/*終：ロゴとメールマークを内包するためのdiv設定：幅80%中央揃え、オブジェクト両端揃え：レスポンシブウェブデザインにも関係*/

/*重要！：レスポンシブウェブデザインにも関係*/
  /*幅を80%に設定し、マージンを上下0、左右をautoにすることで中央寄せ、テキストをセンター配置して、パッディングは上下2rem左右0  */
.contentWrapper {
    width: 80%;
    margin: 0 auto;
    text-align: center;
    padding: 2rem 0;
}
  /*終：幅を80%に設定し、マージンを上下0、左右をautoにすることで中央寄せ、テキストをセンター配置して、パッディングは上下2rem左右0  */
/*終：重要！：レスポンシブウェブデザインにも関係！*/

/** carousel カルーセル**/
#carousel img {
    width: 100%;
}

/*横幅を70%に設定し、マージンを上下0、左右をautoにすることで中央寄せ、テキストをセンター配置して、パッディングは上下2rem左右0  */
.contentWrapper-kwj-f {
    width: 70%;
    margin: 0 auto;
  　text-align: left;
    padding: 0;
}
   /*横幅を70%に設定し、マージンを上下0、左右をautoにすることで中央寄せ、テキストをセンター配置して、パッディングは上下2rem左右0  */
/*終：重要！：クラスセレクタ.contentWrapperの設定：レスポンシブウェブデザインにも関係！*/

/*KWJ追加パンくずリスト*/
#breadcrumb ol li {
  display: inline;
}
#breadcrumb ol li::after {
  content: ">";
  padding-left: 7px;
}
#breadcrumb ol li:Last-child::after {
  content: none;
}
#breadcrumb a {
 display: inline;
}
/*KWJ追加パンくずリスト*/

/*KWJ追加*/
.icon-kwj2{
	position:relative;
	line-height:2em;
	padding-left:3em;
}
.icon-kwj2:before{
	position:absolute;
	left:0;
	content:"";
	display:inline-block;
	width:2em;
	height:2em;
	background:url(../img/10kdv-logo.png) no-repeat;
	background-size:contain;
}

/*重要！：クラスセレクタ.contentWrapperの設定：レスポンシブウェブデザインにも関係*/
  /*横幅を70%に設定し、マージンを上下0、左右をautoにすることで中央寄せ、テキストをセンター配置して、パッディングは上下2rem左右0  */
.contentWrapper-kwjc1 {
    width: 70%;
    margin: 0 auto;
    text-align: center;
    padding: 2rem 0;
}
   /*横幅を70%に設定し、マージンを上下0、左右をautoにすることで中央寄せ、テキストをセンター配置して、パッディングは上下2rem左右0  */
/*終：重要！：クラスセレクタ.contentWrapperの設定：レスポンシブウェブデザインにも関係！*/

/*重要！：クラスセレクタ.contentWrapperの設定：レスポンシブウェブデザインにも関係*/
  /*横幅を70%に設定し、マージンを上下0、左右をautoにすることで中央寄せ、テキストをセンター配置して、パッディングは上下2rem左右0  */
.contentWrapper-kwjc2 {
    width: 70%;
    margin: 0 auto;
    text-align: left;
    padding: 2rem 0;
}
   /*横幅を70%に設定し、マージンを上下0、左右をautoにすることで中央寄せ、テキストをセンター配置して、パッディングは上下2rem左右0  */
/*終：重要！：クラスセレクタ.contentWrapperの設定：レスポンシブウェブデザインにも関係！*/

.contentWrapper-kwjc1 img {
    width: 100%;    
}

/*
#image {
    background-image: url(../img/tpBk-01.jpg);
    height: 300px;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
*/

/** gallery カルーセル**/

#gallery p {
    font-size: 1.5rem;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
                 "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
#gallery img {
    width: 100%;
}

/** news ニュース**/

#news dl {
    width: 80%;
    margin: 0 auto;
}
#news dt,#news dd {
    float: left;
    text-align: left;
    padding: 10px 0;
    line-height: 160%;
}
#news dt {
    width: 10%;
}
#news dd {
    width: 80%;
}

/** products 商品情報**/

/*
#products {
    background-image: url(../img/tpBk.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
*/
#products figcaption {
    font-size: 1rem;
}
#products .flexcontent {
    flex-basis: 30%; 
    flex-grow: 1;
}
#products .flexcontent p {
    width: 80%;
    margin: 0 auto;
    text-align: left;
    font-size: 0.95rem;
    line-height: 160%;
}
#products figure img {
    width: 100%; 
}

/** movie 動画**/

#movie figcaption {
    font-size: 1.0rem;
}
#movie .flexcontent {
    flex-basis: 40%; 
    flex-grow: 1;
}



/** footer **/

#upperFooter {
    margin-top: 50px;
    background-color: #f8b62c;
}
#bottomFooter {
    background-color: #008f3a;
    text-align: center;
}
#upperFooter li {
    flex-grow: 1;
    flex-basis: auto;
}

footer nav {
    width: 45%;
    margin: 0 auto;
    font-size: 0.8rem;
}
footer p,footer h2 {
    margin: 0;
}
footer small {
    color: #FFF;
    font-weight: bold;
    padding: 20px;
    display: block;
}
/*Kがカスタマイズ*/
.contentWrapper-footer2 {
    width: 70%;
    margin: 0 auto;
    text-align: left;
    font-size: 0.9rem;
    padding: 2rem 0;
}
/*Kがカスタマイズ*/
.contentWrapper-footer1 {
    width: 70%;
    margin: 0 auto;
    text-align: left;
    padding: 2rem 0;
}

/*ロゴとメールマークを内包するためのdiv設定：クラスセレクタ.Wrapperの設定：レスポンシブウェブデザインにも関係*/
.Wrapper2 {
    display:flex;
    justify-content: center;
    width: 100%;
    background-color: #fff;
}
/*終：ロゴとメールマークを内包するためのdiv設定：クラスセレクタ.Wrapperの設定：レスポンシブウェブデザインにも関係*/


/*ロゴ配置用：横幅を35%に設定し、マージンを上下左右を0、テキストを左配置して、パッディングは上下1rem左右0、背景は黒  */
.contentWrapper-top3 {
    width: 35%;
    margin: 0 0;
    text-align: left;
    padding: 1rem 0;
    background-color: #fff;
}
/*終：ロゴ配置用：横幅を35%に設定し、マージンを上下左右を0、テキストを左配置して、パッディングは上下1rem左右0、背景は黒  */

/*メールマーク配置用：横幅を35%に設定し、マージンを上下左右を0、テキストを右配置して、パッディングは上下1rem左右0、背景は透明  */
.contentWrapper-top4 {
    width: 35%;
    margin: 0 0;
    text-align:center;
    padding: 1rem 0;
    background-color: #fff;
}
/*終：メールマーク配置用：横幅を35%に設定し、マージンを上下左右を0、テキストを右配置して、パッディングは上下1rem左右0、背景は透明  */


/*** adjust parts ***/

.flex {
    display: flex;
}
.clearfix::after {
    display: block;
    content: "";
    clear: both;
}

/*KWJ*/
.category th {
  background-color: #f39700;
  text-align:center;
  color: #fff;
  padding: 1rem 0;
}
.category td {
  background-color: #f9d6e5;
  padding: 0.5rem;
}

/*KWJ追加*/
.icon-kwj::before {
  content: "";
  padding-right: 10px;
  border-left:7px solid #f39700;
}


/* ここから上がPC向けCSS */
@media screen and (max-width: 480px) {
/* この中がスマホ向けCSS */
    /*** common setting ***/
    img {
        border: 0;
        max-width: 100%;
        height: auto;
    }
    .contentWrapper {
        width: 90%;
    }
    .contentWrapper img {
        width: 60%;
    }
    h1 {
        font-size: 1.3rem;
    }
    h2 {
        font-size: 1.3rem;
    }
    /*** individual setting ***/
    /** header **/
    header {
        height: 100px;
    }
    header .contentWrapper {
        width: 100%;
        padding-top: 8rem;
    }
    header nav {
        background: rgba(255,255,255,0.85);
        position: fixed;
        z-index: 1;
        display: none;
        width: 100%;
        top: 55px;
    }
    header nav ul {
        display: block;
        padding: 20px 0 12rem 0;
    }
    header nav li {
        font-size: 0.85rem;
        padding: 20px;
        color: #606060;
        border-bottom: 1px solid rgba(118,123,133,0.3);
        text-align: center;
    }
    header nav a {
        color: #333;
        font-weight: normal;
        text-shadow: none;
    }
    header nav a:hover {
        color: #1861ae!important;
    }
    #menuWrapper {
        width: 100%;
        background: rgba(255,255,255,0.85);
        padding: 15px 15px 10px 15px;
        box-sizing: border-box;
        position: fixed;
        z-index: 1;
    }
    .trigger,.trigger span {
        display: inline-block;
        transition: all .4s;
        box-sizing: border-box;
    }
    .trigger {
        position: relative;
        width: 35px;
        height: 30px;
    }
    .trigger span {
        position: absolute;
        left: 0;
        width: 100%;
        height: 5px;
        background-color: #718085;
        border-radius: 4px;
        opacity: 1;
    }
    .trigger a:hover {
        opacity: 1;
    }
    .trigger span:nth-of-type(1) {
        top: 0;
    }
    .trigger span:nth-of-type(2) {
        top: 12px;
    }
    .trigger span:nth-of-type(3) {
        bottom: 0;
    }
    .trigger.active span:nth-of-type(1) {
        -webkit-transform:translateY(10px) rotate(-45deg);
        transform: translateY(10px) rotate(-45deg);
    }
    .trigger.active span:nth-of-type(2) {
        left: 50%;
        opacity: 0;
        -webkit-animation:active-menu-bar02 .8s forwards;
        animation: active-menu-bar02 .8s forwards;
    }
    @-webkit-keyframes active-menu-bar02 { 100% { height: 0; }}
    @keyframes active-menu-bar02 { 100% { height: 0; }}
    .trigger.active span:nth-of-type(3) {
        -webkit-transform:translateY(-15px) rotate(45deg);
        transform: translateY(-15px) rotate(45deg);
    }
    .onanimation {
        display: block;
    }

    /** about us **/

    #aboutus p {
        font-size: 0.75rem;
        line-height: 1.6rem;
    }

    /** products **/

    #products .flexcontent p {
        margin: 0 auto 3rem auto;
    }
    #products figcaption {
        font-size: 0.65rem;
    }

    /** news **/

    #news dt {
        width: 100%;
        padding: 10px 0;
    }
    #news dd {
        width: 100%;
        padding-left: 0;
        margin-left: 0;
    }

    /** gallery **/

   #gallery p {
        font-size: 1rem;
    }

    /** footer **/
    
    #upperFooter .contentWrapper,footer nav {
        width: 100%;
    }
    #upperFooter li {
        flex-grow: 1;
        flex-basis: auto;
        border-bottom: 1px solid #c0c0c0;
        padding: 1rem 0;
    }
    #upperFooter li: first-child {
        border-top: 1px solid #c0c0c0;
    }
    /*** adjust parts ***/
    .flex {
        display: block;
    }

}

#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
}
#page-top a {
    background: #666;
    text-decoration: none;
    color: #fff;
    width: 100px;
    padding: 30px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
}
#page-top a:hover {
    text-decoration: none;
    background: #999;
}

