/* ----------------------------------------------------------
General Settings
---------------------------------------------------------- */
.pt-news {background-image: url(../img/pagetitle/pt-news.webp);}
.pt-usedboat {background-image: url(../img/pagetitle/pt-usedboat.webp);}
.pt-boatgyro {background-image: url(../img/pagetitle/pt-boatgyro.webp);}
.pt-maintenance {background-image: url(../img/pagetitle/pt-maintenance.webp);}
.pt-company {background-image: url(../img/pagetitle/pt-company.webp);}
.pt-contact {background-image: url(../img/pagetitle/pt-contact.webp);}
.pt-privacy {background-image: url(../img/pagetitle/pt-privacy.webp);}


/* ----------------------------------------------------------
Style for PCs
---------------------------------------------------------- */
@media screen and (min-width: 1025px) {

/* Pagetitle */
.pagetitle {
    width:100%;
    height: auto;
    aspect-ratio: 10 / 2.7;
    display: block;
    position: relative;
    overflow: hidden;
    margin:190px 0 0 0;
}
.ptimg {
    width:100%;
    height:auto;
    aspect-ratio: 10 / 1.8;
    display: block;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: absolute;
    top:0;
    right:0;
}
.ptbody {
    width:100%;
    height: auto;
    display: flex;
    flex-direction: column;
    padding:0em 0;
    position: absolute;
    bottom:0;
    left:50%;
    transform: translateX(-50%);
    z-index:3;
}
.ptbody h2 {
    font-size: clamp(16px, 1.6vw, 100px);
    font-weight: 600;
    letter-spacing: -0.5px;
    color: var(--color-1st);
    text-align: center;
    margin-bottom: 0.5em;
    order:2;
}
.ptbody p {
    font-size: clamp(50px, 6.5vw, 300px);
    font-family: var(--font-en);
    font-weight: 500;
    color: var(--color-black);
    text-align: center;
    letter-spacing: -0.05em;
    margin-bottom: 0em;
    order:1;
}
.ptbody ul {
    width:100%;
    height: auto;
    display: flex;
    justify-content: center;
    text-align: center;
    margin:0;
    order:3;
}
.ptbody ul li {
    font-size: 12px;
    font-weight: 400;
    margin:0;
}
.ptbody ul li:after {
    content:" > ";
    margin-right:0.5em;
}
.ptbody ul li:last-child:after {
    content:"";
    margin-right:0em;
}


/* Map */
.mapmm, .mapmm iframe {
 width:100%;
 height: 500px;
 display:block;
}


/* Boatgyro */
.sectitlebox {
 width: 100%;
 height: auto;
 display: flex;
 flex-direction: column;
 margin-bottom: 40px;
}
.sectitlebox h2 {
 order:2;
 font-size: clamp(16px, 1.6vw, 100px);
 font-weight: 600;
 line-height: 1em;
 letter-spacing: -0.5px;
 color: var(--color-1st);
 text-align: center;
 margin-bottom: 0em;
}
.sectitlebox p {
 order:1;
 font-size: clamp(50px, 6.5vw, 300px);
 font-family: var(--font-en);
 font-weight: 500;
 line-height: 1em;
 color: var(--color-black);
 text-align: center;
 letter-spacing: -0.05em;
 margin-bottom: 0.2em;
}

.productstitle {
 width: 100%;
 height: auto;
 display: block;
 margin-bottom: 40px;
}
.productstitle h3 {
 font-size: clamp(24px, 4vw, 100px);
 font-family: var(--font-en);
 font-weight: 600;
 line-height: 1em;
 letter-spacing: -1px;
 color: var(--color-black);
 margin-bottom: 0.25em;
}
.productstitle p {
 font-size: clamp(14px, 1.25vw, 100px);
 font-weight: 400;
 line-height: 1em;
 letter-spacing: -0.5px;
 color: var(--color-1st);
 margin-bottom: 0;
}

ul.productlist {
 width: 100%;
 height: auto;
 display: flex;
 flex-wrap: wrap;
}
ul.productlist li {
width:31.3333333333%;
height:auto;
display: flex;
flex-direction: column;
margin:0 1% 2%;
padding:4em 3em 3em;
background-color: var(--color-white);
box-shadow: 0px 2px 5px rgba(0,0,0,0.2);
}

ul.productlist li .pl_img {
 margin-bottom: 25px;
}

ul.productlist li .pl_cc h4 {
 font-size: clamp(18px, 2.5vw, 100px);
 font-family: var(--font-en);
 font-weight: 600;
 line-height: 1em;
 letter-spacing: -0.5px;
 color: var(--color-black);
 margin-bottom: 0.5em;
}

.spectable {
 width: 100%;
}
.spectable th {
width:auto;
font-size:12px;
font-weight: 400;
color:var(--color-black);
line-height: 1.25em;
padding:0.5em 0;
text-align: left;
border-bottom: 1px dotted var(--color-ccc);
}
.spectable td {
width:auto;
font-size:12px;
font-weight: 400;
color:var(--color-black);
line-height: 1.25em;
padding:0.5em 0;
text-align: left;
border-bottom: 1px dotted var(--color-ccc);
}

.addinfo {
 width: 100%;
 height: auto;
 display: block;
}
.addinfo li {
 font-size:12px;
 line-height: 1.5em;
 margin:0;
}


}

/* ----------------------------------------------------------
Style for iPad Pro
---------------------------------------------------------- */
@media screen and (min-width: 769px) and (max-width: 1024px) {

/* Pagetitle */
.pagetitle {
    width:100%;
    height: auto;
    aspect-ratio: 10 / 2.859;
    display: block;
    position: relative;
    overflow: hidden;
    margin:150px 0 0 0;
}
.ptimg {
    width:100%;
    height:auto;
    aspect-ratio: 10 / 1.8;
    display: block;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: absolute;
    top:0;
    right:0;
}
.ptbody {
    width:100%;
    height: auto;
    display: flex;
    flex-direction: column;
    padding:0em 0;
    position: absolute;
    bottom:0;
    left:50%;
    transform: translateX(-50%);
    z-index:3;
}
.ptbody h2 {
    font-size: clamp(16px, 1.6vw, 100px);
    font-weight: 600;
    letter-spacing: -0.5px;
    color: var(--color-1st);
    text-align: center;
    margin-bottom: 0.5em;
    order:2;
}
.ptbody p {
    font-size: clamp(50px, 6.5vw, 300px);
    font-family: var(--font-en);
    font-weight: 500;
    color: var(--color-black);
    text-align: center;
    letter-spacing: -0.05em;
    margin-bottom: 0em;
    order:1;
}
.ptbody ul {
    width:100%;
    height: auto;
    display: flex;
    justify-content: center;
    text-align: center;
    margin:0;
    order:3;
}
.ptbody ul li {
    font-size: 12px;
    font-weight: 400;
    margin:0;
}
.ptbody ul li:after {
    content:" > ";
    margin-right:0.5em;
}
.ptbody ul li:last-child:after {
    content:"";
    margin-right:0em;
}

/* Map */
.mapmm, .mapmm iframe {
 width:100%;
 height: 500px;
 display:block;
}


/* Boatgyro */
.sectitlebox {
 width: 100%;
 height: auto;
 display: flex;
 flex-direction: column;
 margin-bottom: 40px;
}
.sectitlebox h2 {
 order:2;
 font-size: clamp(16px, 1.6vw, 100px);
 font-weight: 600;
 line-height: 1em;
 letter-spacing: -0.5px;
 color: var(--color-1st);
 text-align: center;
 margin-bottom: 0em;
}
.sectitlebox p {
 order:1;
 font-size: clamp(50px, 6.5vw, 300px);
 font-family: var(--font-en);
 font-weight: 500;
 line-height: 1em;
 color: var(--color-black);
 text-align: center;
 letter-spacing: -0.05em;
 margin-bottom: 0.2em;
}

.productstitle {
 width: 100%;
 height: auto;
 display: block;
 margin-bottom: 40px;
}
.productstitle h3 {
 font-size: clamp(24px, 4vw, 100px);
 font-family: var(--font-en);
 font-weight: 600;
 line-height: 1em;
 letter-spacing: -1px;
 color: var(--color-black);
 margin-bottom: 0.25em;
}
.productstitle p {
 font-size: clamp(14px, 1.25vw, 100px);
 font-weight: 400;
 line-height: 1em;
 letter-spacing: -0.5px;
 color: var(--color-1st);
 margin-bottom: 0;
}

ul.productlist {
 width: 100%;
 height: auto;
 display: flex;
 flex-wrap: wrap;
}
ul.productlist li {
width:48%;
height:auto;
display: flex;
flex-direction: column;
margin:0 1% 2%;
padding:4em 3em 3em;
background-color: var(--color-white);
box-shadow: 0px 2px 5px rgba(0,0,0,0.2);
}

ul.productlist li .pl_img {
 margin-bottom: 25px;
}

ul.productlist li .pl_cc h4 {
 font-size: clamp(18px, 2.5vw, 100px);
 font-family: var(--font-en);
 font-weight: 600;
 line-height: 1em;
 letter-spacing: -0.5px;
 color: var(--color-black);
 margin-bottom: 0.5em;
}

.spectable {
 width: 100%;
}
.spectable th {
width:auto;
font-size:12px;
font-weight: 400;
color:var(--color-black);
line-height: 1.25em;
padding:0.5em 0;
text-align: left;
border-bottom: 1px dotted var(--color-ccc);
}
.spectable td {
width:auto;
font-size:12px;
font-weight: 400;
color:var(--color-black);
line-height: 1.25em;
padding:0.5em 0;
text-align: left;
border-bottom: 1px dotted var(--color-ccc);
}

.addinfo {
 width: 100%;
 height: auto;
 display: block;
}
.addinfo li {
 font-size:12px;
 line-height: 1.5em;
 margin:0;
}



}


/* ----------------------------------------------------------
Style for Smartphone
---------------------------------------------------------- */
@media screen and (max-width: 768px) {

/* Pagetitle */
.pagetitle {
    width:100%;
    height: auto;
    aspect-ratio: 10 / 6;
    display: block;
    position: relative;
    overflow: hidden;
    margin:120px 0 0 0;
}
.ptimg {
    width:100%;
    height:auto;
    aspect-ratio: 10 / 3.2;
    display: block;
    background-repeat: no-repeat;
    background-position: center 0;
    background-size: cover;
    position: absolute;
    top:0;
    right:0;
}
.ptbody {
    width:100%;
    height: auto;
    display: flex;
    flex-direction: column;
    padding:0em 0;
    position: absolute;
    bottom:0;
    left:50%;
    transform: translateX(-50%);
    z-index:3;
}
.ptbody h2 {
    font-size: clamp(14px, 3vw, 100px);
    font-weight: 600;
    letter-spacing: -0.5px;
    color: var(--color-1st);
    text-align: center;
    margin-bottom: 0.5em;
    order:2;
}
.ptbody p {
    font-size: clamp(44px, 10vw, 300px);
    font-family: var(--font-en);
    font-weight: 500;
    color: var(--color-black);
    text-align: center;
    letter-spacing: -0.04em;
    text-shadow: 0px 0px 8px rgba(255,255,255,1);
    margin-bottom: 0em;
    order:1;
}
.ptbody ul {
    width:100%;
    height: auto;
    display: flex;
    justify-content: center;
    text-align: center;
    margin:0;
    order:3;
}
.ptbody ul li {
    font-size: 12px;
    font-weight: 400;
    margin:0;
}
.ptbody ul li:after {
    content:" > ";
    margin-right:0.5em;
}
.ptbody ul li:last-child:after {
    content:"";
    margin-right:0em;
}

/* Map */
.mapmm, .mapmm iframe {
 width:100%;
 height: 450px;
 display:block;
}


/* Boatgyro */
.sectitlebox {
 width: 100%;
 height: auto;
 display: flex;
 flex-direction: column;
 margin-bottom: 50px;
}
.sectitlebox h2 {
 order:2;
 font-size: 16px;
 font-weight: 600;
 line-height: 1em;
 letter-spacing: -0.5px;
 color: var(--color-1st);
 text-align: center;
 margin-bottom: 0em;
}
.sectitlebox p {
 order:1;
 font-size: 50px;
 font-family: var(--font-en);
 font-weight: 500;
 line-height: 1em;
 color: var(--color-black);
 text-align: center;
 letter-spacing: -0.05em;
 margin-bottom: 0.2em;
}

.productstitle {
 width: 100%;
 height: auto;
 display: block;
 margin-bottom: 40px;
}
.productstitle h3 {
 font-size: 36px;
 font-family: var(--font-en);
 font-weight: 600;
 line-height: 1em;
 letter-spacing: -1px;
 color: var(--color-black);
 margin-bottom: 0.25em;
}
.productstitle p {
 font-size: 14px;
 font-weight: 400;
 line-height: 1.5em;
 letter-spacing: -0.5px;
 color: var(--color-1st);
 margin-bottom: 0;
}

ul.productlist {
 width: 100%;
 height: auto;
 display: flex;
 flex-wrap: wrap;
 flex-direction: column;
}
ul.productlist li {
 width: 100%;
height:auto;
display: flex;
flex-direction: column;
margin:0 0 35px;
padding:0 0 35px;
border-bottom:1px dotted var(--color-999);
}

ul.productlist li .pl_img {
 width: 60%;
 height: auto;
 display: block;
 margin:0 auto 25px;
}

ul.productlist li .pl_cc h4 {
 font-size: 26px;
 font-family: var(--font-en);
 font-weight: 600;
 line-height: 1em;
 letter-spacing: -0.5px;
 color: var(--color-black);
 margin-bottom: 0.5em;
}

.spectable {
 width: 100%;
}
.spectable th {
width:auto;
font-size:12px;
font-weight: 400;
color:var(--color-black);
line-height: 1.25em;
padding:0.5em 0;
text-align: left;
border-bottom: 1px dotted var(--color-ccc);
}
.spectable td {
width:auto;
font-size:12px;
font-weight: 400;
color:var(--color-black);
line-height: 1.25em;
padding:0.5em 0;
text-align: left;
border-bottom: 1px dotted var(--color-ccc);
}

.addinfo {
 width: 100%;
 height: auto;
 display: block;
}
.addinfo li {
 font-size:12px;
 line-height: 1.5em;
 margin:0;
}

}





/*ニュース詳細*/

.news-left{
  float: left;
  width: 70%;
}

.news-right{
  float: right;
  width: 25%;
}

.news-left h3{
  font-size: 26px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  margin-bottom: 30px;
  line-height: 1.6;
}

.news-single{
  max-width: 1200px;
  margin: 0 auto;
  padding: 0px 0px;

}

.single-content p{
  margin-bottom: 30px;
  font-size: 14px;
}


.single-content img{
  max-width: 100%;
  width: auto;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
    margin-bottom: 30px;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}




.nav-below{
  display: table;
  margin:0 auto; 
  margin-top: 50px;
}

.nav-below span{
padding: 0 10px; 
}



/*ウィジェット*/

.widget-title{
  font-size: 14px;
  background: #17398f;
  color: #ffffff !important;
  padding: 8px;
  font-weight: normal;


}
.widget_archive li a,
#archives-2 li a,
#recent-posts-3 li a,
#archives-3 li a,
#categories-3 li a,
#custom-post-type-recent-posts-3 li a,
#custom-post-type-categories-3  li a{
  border-bottom:1px dotted #555;
  padding: 10px;
  display: block;
  text-decoration: none;
  color: #000;
}
.widget_archive li:hover,
#archives-2 li:hover,
#recent-posts-3 li:hover,
#archives-3 li:hover,
#categories-3 li:hover,
#custom-post-type-recent-posts-3 li:hover,
#custom-post-type-categories-3 li:hover{
  background: #fff;
}

#recent-posts-3,
#calendar-2,
#archives-3,
#archives-2,
#categories-3,
#custom-post-type-calendar-2,
#custom-post-type-recent-posts-3,
#custom-post-type-categories-3{
margin-bottom: 30px;

  list-style: none;
}



/* Calendar */
#calendar_wrap {
  padding-top: 0.8rem;
  margin-top: 1px;

}

/* Calendar */
.calendar_wrap {
  padding-top: 0.8rem;
  margin-top: 1px;

}




#wp-calendar {
  width: 100%;
}


table#wp-calendar {
  border-collapse: separate;
  border-spacing: 0.1rem;
}


#wp-calendar caption {
  color: #000;
  font-size: 0.8rem;
  line-height: 1.0em;
  padding-bottom: 5px;
  text-align: center;
}


#wp-calendar thead {
  font-size: 0.6rem;
  color: #666;
}


#wp-calendar thead th {
  text-align: center;
}


#wp-calendar tbody {
  color: #454545;
}


#wp-calendar tbody td {
  background: rgba(255,255,255,0.1);
  border: 1px solid #ddd;
  padding: 0.2rem;
  text-align: center;
}


#wp-calendar tbody .pad {
  background: none;
  border: none;
}


#wp-calendar tfoot td {
  padding: 0.2rem 0;
}


#wp-calendar tfoot #next {
  text-align: right;
}


#wp-calendar tbody td a, 
#wp-calendar tfoot td a {
}


#wp-calendar tbody td a:hover, 
#wp-calendar tfoot td a:hover {
  text-decoration: none;
}






.wp-calendar {
  width: 100%;
}


table.wp-calendar {
  border-collapse: separate;
  border-spacing: 0.1rem;
}


.wp-calendar caption {
  color: #000;
  font-size: 0.8rem;
  line-height: 1.0em;
  padding-bottom: 5px;
  text-align: center;
}


.wp-calendar thead {
  font-size: 0.6rem;
  color: #666;
}


.wp-calendar thead th {
  text-align: center;
}


.wp-calendar tbody {
  color: #454545;
}


.wp-calendar tbody td {
  background: rgba(255,255,255,0.1);
  border: 1px solid #ddd;
  padding: 0.2rem;
  text-align: center;
}


.wp-calendar tbody .pad {
  background: none;
  border: none;
}


.wp-calendar tfoot td {
  padding: 0.2rem 0;
}


.wp-calendar tfoot #next {
  text-align: right;
}


.wp-calendar tbody td a, 
.wp-calendar tfoot td a {
}


.wp-calendar tbody td a:hover, 
.wp-calendar tfoot td a:hover {
  text-decoration: none;
}












/*ページネーション*/

.pagenationclumn span.current{
  border: 1px solid #17398f;
  display: inline-block;
  margin:  2px !important;
  padding: 8px 8px !important;
 color: #151515;
}

.pagenationclumn span.current{
  background: #17398f;
  color: #fff;
}

.pagenationclumn a{

  display: inline-block;
  border: 1px solid #17398f;
  margin:  2px !important;
  padding: 8px 8px !important;
  color: #24398b;

}

.pagenationclumn a {
    width: auto !important;
    height: auto;
    text-decoration: none;

}
.pagenationclumn a:hover {
    box-shadow:none!important;
}

.pagenationclumn span.current a{
  background: #17398f;
  color: #fff;
  padding: 8px 8px !important;
}

.pagenationclumn a:hover{
  background: #17398f;
  color: #fff;
}
.pagenationclumn a:hover{
  color: #fff;
}

.pagenationclumn{
  padding-top: 60px;
  display: table;
  margin: 0 auto;

}

.single-categry{
  font-size: 12px;
  background: #353535;
  color: #fff;
  display: table;
  padding: 3px 6px;
  margin-bottom: 10px;

}

.single-categry.nwc01{
}


.single-categry.nwc01 {
  background:#353535;
}

.single-category{
      margin-bottom: 10px;
      display: inline;
}

.category-wrap{
  margin-bottom: 10px;

}

.nwcate-single{
width: fit-content;
    height: auto;
    display: inline-block;
    font-size: 10px !important;
    line-height: 1em !important;
    margin: 0 !important; 

}



.nwcate-single span{
width: 100%;
    height: auto;
    display: block;
    text-decoration: none;
    border-width: 1px;
    border-style: solid;
    border-radius: 3px;
    padding: 3px 8px;

}


.img-news-only{

  display: flex;
  flex-wrap: wrap;

}

.img-news-only .img-container-bbs{
width: 49.5%;
display: block;
}

.img-news-only .img-container-bbs:nth-child(odd){

display: block;
margin-right: 1%;
}

.archive-tit{
  text-align: center;
  margin-bottom: 30px;

}



@media screen and (max-width: 768px) {

.news-left{
  float: none;
  width: 100%;
  margin-bottom: 50px;
}
.news-right{
  float: none;
  width: 100%;
}


.ytllist li {
  width:100%;
  height: auto;
  display: block;
  margin:0 0% 50px;
}


}