/*   
Theme Name: TURCK　/*テーマの名前
Description: タークジャパン　/*テーマの説明
*/
@charset "UTF-8";
/* CSS Document */

html, body,
h1, h2, h3, h4, h5, h6,
a, p, span,
em, small, strong,
sub, sup,
mark, del, ins, strike,
abbr, dfn,
blockquote, q, cite,
code, pre,
ol, ul, li, dl, dt, dd,
div, section, article,
main, aside, nav,
header, hgroup, footer,
img, figure, figcaption,
address, time,
audio, video,
canvas, iframe,
details, summary,
fieldset, form, label, legend,
table, caption,
tbody, tfoot, thead,
tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
}

body {
	font-size:110%;
	font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', YuGothic, 'Yu Gothic Medium', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
    text-align:justify;
}
ul li {
    list-style:none;
    padding-left:0
}
a {
    color:#0000ff;
    text-decoration:none;
}
a:hover {
    opacity: 0.6;
}
a.link {
    color:#000;
    text-decoration:none;
}
a.link:hover {
    opacity: 0.6;
}
#head {
    width:100%;
    height:80px;
    background-color:#ffcc01;
    position:relative;
    margin-bottom:50px;
}
.header_logo {
    width:258px;
    height:60px;
    float:right;
    position:absolute;
    right:0;
    bottom:0;
}
.header_logo img {
    width:100%;
}
.header_copy {
    width:259px;
    height:20px;
    float:left;
    position:absolute;
    left:2%;
    bottom:15%;
}
.header_copy img {
    height:100%;
}
.wrap {
    width:980px;
    height:auto;
    overflow:hidden;
    margin:0 auto 50px;
}
.box_1 {
    width:100%;
    overflow:hidden;
    margin-bottom:50px;
}
.box_2 {
    width:100%;
    overflow:hidden;
}
.product_photo_area {
    width:350px;
    float:left;
}
.mainImages {
    width:100%;
}
.thumbnails_block {
    width:100%;
}
.thumbnails__item{
	float: left;
	transition-property: opacity;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
	width: 18%;
	margin-right: 2.5%;
}
.thumbnails__item:last-child{
	float: left;
	transition-property: opacity;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
	width: 18%;
	margin-right: 0%;
}


/*
.thumbnails__item{
	float: left;
	transition-property: opacity;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
	flex-basis: 20%;
    box-sizing: border-box;
}

.thumbnails {
display: flex;
  flex-wrap: wrap;
}
.object-fit{
  width: 60px;
  height: 60px;
  object-fit: cover;
  font-family: 'object-fit: cover;'
}*/

.thumbnails__item:nth-child(5n){
	margin-right: 0;
}
.thumbnails__item img {
	width:100%;
    height:100%;
}


.mainImages__item {
	display: none;
}
.mainImages__item img {
	width:100%;
    height:100%;
}
.mainImages__item.is-visible {
    display: block;
}
.product_text_area {
    width:600px;
    float:right;
}
h1 {
    font-size:140%;
    font-weight:600;
    margin-bottom:30px;
}
h2 {
    font-size:170%;
    font-weight:600;
    margin-bottom:30px;
}
h3 {
    border-bottom: 1px solid #A3A3A3;
	padding: 0.2em 0.5em;
	border-left: solid 5px #ffcc01;
    font-size:140%;
    margin-bottom:20px;
}
h3.contact {
    border-bottom:0px;
    font-size:140%;
}
.price_box {
    width:200px;
    height:50px;
    border:1px solid #A3A3A3;
    text-align:center;
    line-height:50px;
    float:left;
}
.price_middle {
    width:auto;
    height:50px;
    text-align:center;
    line-height:50px;
    float:left;
}
.youtube_block {
  width: 560px;
  margin: 20px auto;
}
.youtube {
  width: 100%;
  padding-bottom: 56.25%;
  height: 0px;
  position: relative;
}
.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.catalog_block {
    width:25%;
    float:left;
    overflow:hidden;
}
.catalog {
    width:100%;
	height:230px;
    text-align:center;
    margin:0 0 10px;
}
.catalog img {
    width:70%;
        border:2px solid #eee;
}
.catalog_txt {
    width:80%;
    height:150px;
    margin:0 auto;
}
.catalog_btn {
    width:100%;
    margin:0 auto;
    text-align:center;
}
.link_btn {
    width:48%;
    margin:0 1%;
    text-align:center;
    float:left;
}
.button_solid002 a {
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 10px auto;
    max-width: 200px;
    padding: 5px;
    color: #000;
    transition: 0.3s ease-in-out;
    font-weight: 600;
    background: #ffcc01;
    filter: drop-shadow(0px 2px 4px #ccc);
    border-radius: 3px;
    border-radius: 50px;
    overflow: hidden;
    text-decoration: none;
}
.button_solid002 a:before{
content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: -100%;
    background-image: linear-gradient( 
130deg, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0) 55%);
    -webkit-transition: 0.5s;
    transition: 0.6s;
}
.button_solid002 a:hover:before {
    left: 100%;
}

.button_solid003 a {
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 10px auto;
    max-width: 150px;
    padding: 5px;
    color: #000;
    transition: 0.3s ease-in-out;
    font-weight: 600;
    background: #ffcc01;
    filter: drop-shadow(0px 2px 4px #ccc);
    border-radius: 3px;
    border-radius: 50px;
    overflow: hidden;
    text-decoration: none;
}
.button_solid003 a:before{
content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: -100%;
    background-image: linear-gradient( 
130deg, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0) 55%);
    -webkit-transition: 0.5s;
    transition: 0.6s;
}
.button_solid003 a:hover:before {
    left: 100%;
}
.contact_ttl {
    width:100%;
    background-color:#ffcc01;
    text-align:center;
}
.form_back {
    width:100%;
    overflow:hidden;
    background-color:#e1e1e1;
    padding:20px 0;
}
.table04 tbody td {
	padding: 10px 0 10px 10px;
}
.table04 {
	width: 80%;
    margin:0 auto;
	border-collapse: separate;
	border-spacing: 0;
    font-size:100%;
}
.table04 tbody th {
	padding: 10px 0 10px 10px;
	vertical-align: top;
	text-align: left;
	width:25%;
}
.table04 tbody td {
	padding: 10px 0 10px 10px;
}
.inText {
	color:#ff0000;
}
input[type="text"] {
	width: 96%;
	height: 30px;
}
input[type="email"] {
	width: 96% !important;
	height: 30px !important;
}
textarea {
	width: 96%;
}
.form_bt {
	width:225px;
	height:58px;
	display: inline-block;
	background: #e8e8e8;
	border-radius: 4px;
	border-color:#b0b0b0;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
	font-size:100%;
	cursor:pointer;
    margin-bottom:20px;
}
.link_block {
    width:25%;
    float:left;
    overflow:hidden;
}
.link_img {
    width:100%;
    text-align:center;
    margin:0 0 10px;
}
.link_img img {
    width:70%;
    border:2px solid #eee;
}
.link_txt {
    width:80%;
    margin:0 auto;
}
.footer {
    width:100%;
    height:150px;
    background-color:#e5e5e5;
}
.footer_box {
    width:980px;
    height:150px;
    overflow:hidden;
    margin:0 auto;
    background-image: url(https://tj-support.jp/wp-content/themes/turck/images/map.jpg);
background-repeat: no-repeat;
background-size: auto 100%;
background-position: center center;
    position:relative;
}
.footer_menu {
    position:absolute;
    left:0;
    top:50%;
    font-size:70%;
}
.lightbox .lb-image {
  max-width: 800px;
}
.br-sp {
	display:block; 
}
.br-pc {
	display:none; 
}





@media screen and (max-width: 812px) {
.br-sp {
	display:none; 
}
.br-pc {
	display:block; 
}
#head {
    height:120px;
    
}
   
.header_logo {
    width:60%;
    height:100%;
    float:none;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.header_copy {
    float:none;
    top: 80%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
} 
.wrap {
    width:95%;
}
.product_photo_area {
    width:100%;
    float:none;
    margin-bottom:100px;
}   
.product_text_area {
    width:100%;
    float:none;
}
h1 {
    font-size:100%;
    font-weight:600;
    margin-bottom:30px;
    padding-top:100px;
}
h2 {
    font-size:120%;
    font-weight:600;
    margin-bottom:30px;
}   
h3 {
    font-size:100%;
}    
   .youtube_block {
    width: 95%;
  }   
.price_box {
    width:30%;
    height:50px;
    border:1px solid #A3A3A3;
    text-align:center;
    line-height:50px;
    float:left;
}   
.table04 tbody th {
	display: block;
	width:100%;
	text-align: center;
	box-sizing:border-box;
}

.table04 tbody td {
	display: block;
}	
input[type="text"] {
	width: 96%;
	height: 30px;
}
textarea {
	width: 96%;
}
.form_back {
    padding:0px;
}   
.catalog_block {
    width:50%;
    float:left;
    overflow:hidden;
}   
.link_block {
    width:50%;
    float:left;
    overflow:hidden;
    margin-bottom:30px;
}
.footer_box {
    width:100%;
}    
.footer_menu {
    width:90%;
    font-size:100%;
    text-align:center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
}
