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

body{
  position: relative;
  min-width: 100%;
  scroll-padding-top: 60px; /* 固定ヘッダの高さ分 */
  font-size: 14px;
  font-weight:300;
  -webkit-text-size-adjust: 100%; /* ios文字拡大無効化 */
}

header,
header .inner,
#mvLower .inner,
#mv75 .inner,
section,
#pageHeader .inner,
main .inner,
#brandBnr .inner,
footer .inner {
  width: 100%;
}

/* smartphone only */
.pc {
  display: none !important;
}

.pc_inline {
  display: none !important;
}

.sp {
  display: block !important;
}

.sp_inline {
  display: inline !important;
}

.btn a {
  width: 100%;
  padding: 16px 24px;
  box-sizing: border-box;
  font-size: 14px;
}

a,.red,.blue,.brown,.purple,.green,.orange,.f-uline,.f-cline,.f-oline {
  font-size: 14px
}

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

	#header

============================================================================*/
#header {
  position: fixed;
  height: 62px;
}
.h_logo {
    width: 200px;
    position: absolute;
    top: 18px;
    left: 10px;
    z-index: 100;
}

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

	navi

============================================================================*/
.mean-nav li {
  border-bottom: 1px solid #eee;
}
.mean-nav li li {
  border-bottom: 1px solid #ccc;
}
.mean-nav li a {
  font-size: 13px;
}

.mean-container .mean-nav ul li a:hover {
  background: rgba(107,107,107,0.1);
}

.searchBox {
  max-width: 95%;
  margin: 0 auto;
  padding: 3vw 0;
}

.searchBox form .searchWord input[type="search"] ,
.searchBox form input[type="submit"] {
box-sizing: border-box;
}

.searchBox form .searchWord {
  width: calc(100% - 74px);
}

.searchBox form .searchWord input[type="search"] {
  width: 100%;
  height: 40px;
}

.searchBox form input[type="submit"] {
  height: 40px;
}

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

	#main

============================================================================*/
main {
  margin: 0 auto;
  width: 100%;
}

main .inner, #groupBnr .inner,
#footerNav02 .inner {
  width: 95%;
}

main img {
  width: 100%;
  max-width: 100%;
}

main .contentImg {
  margin-top: 10px;
}

#container {
  padding-bottom: 30px;
}

section {
  min-width: initial; /* 背景切れ対策 */
  min-width: auto;
  padding: 30px 0;
}

main h3 {
  font-size: 18px;
}

main h4, main p, main th, main td, main li, main dt, main dd {
  font-size: 14px;
}

main figcaption p {
  font-size: 13px;
}

#pageTop {
  right:0;
  bottom: 10px;
}

#pageTop img {
  max-width: 60%;
}

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

	#footer

============================================================================*/
footer {
  padding: 0;
}

footer #footerInfo dl {
  display: block;
  text-align: center;
}

footer #footerInfo dt,
footer #footerInfo dd {
  display: block;
}

footer #footerInfo dd {
  padding-left: 0;
}

footer #footerNav02 .sp {
  margin-left: 0;
}

footer #footerNav02 .sp li {
  display: block;
  float: left;
  width: 48%;
  margin-right: 4%;
  padding: 0;
  text-align: center;
}

footer #footerNav02 .sp li:last-child {
  margin-right: 0;
}

footer #footerNav02 .sp li a {
  display: block;
  padding: 10px 0;
  background: #f18e1e;
  background: var(--main-color);
  border-radius: 25px;
  color: #fff;
  text-decoration: none;
}

footer #footerNav02 p {
  float: none;
  margin-top: 15px;
  text-align: center;
}

footer #footerInfo dd {
  font-size: 14px;
}

footer .copyright {
  font-size: 12px;
}



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

	templates

============================================================================*/
/* pageheader */
/* topページ以外のメインビジュアル */
#pageHeader {
  height: auto;
  min-height: 140px;
  margin: 0;
}
#pageHeader {
  background-position: 50% 50%;
  background-size: 45%;
}

/* パン屑 */
#pageHeader ul {
  display: block;
  max-width: initial;
  max-width: auto;
  padding: 20px 20px 0 20px;
  font-size: 10px;
  box-sizing: border-box;
}

/* ページタイトル */
#pageHeader #ttl_pageHeader {
  position: static;
  width: 100%;
  top: auto;
  padding: 15px 0 20px;
  line-height: 1.4;
  transform: none;
}

#pageHeader #ttl_pageHeader h2 {
  font-size: 1.69rem;
}

.ttl02 {
  font-size: 20px;
}

.ttl03 {
  font-size: 16px;
}

/*  回り込み  */
.flImgL,
.flImgR,
.flImgC {
  width: 50%;
}

/*  news line  */
.lineTbl {
  margin: 0px;
  width: 100%;
  border-bottom: none;
}
.lineTbl dt {
  width: auto;
  padding: 10px;
  background-color: #fff0d8;
  background-color: var(--light-color);
  text-align: left;
}
.lineTbl dd {
  margin-left: 0;
  padding: 10px;
}

.lineTbl dt,
.lineTbl dd {
  float: none;
  border-top: none;
}

.lineTbl dt:first-child, .lineTbl dt:first-child + dd {
  padding-top: 10px;
  border-top: none;
}

table.rwdTbl,
table.rwdTbl tr,
table.rwdTbl th,
table.rwdTbl td {
  box-sizing: border-box;
}
.rwdTbl { 
  width: 100%;
}
.rwdTbl th,
.rwdTbl td {
  width: 100%;
  display: block;
  border-top: none;
  text-align: center;
}
.rwdTbl td {
  text-align: left;
}
table.rwdTbl tr:first-child th {
  border-top: 1px solid #ccc;
}

.wrapTbl {
  box-sizing: border-box;
  border-right: 1px solid #ccc;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
}

/* カラムレイアウト */
.layout01,
.layout01 img,
.layout02,
.layout02 img,
.layout03,
.layout03 img,
.layoutLeft,
.layoutLeft .img,
.layoutLeft .img img,
.layoutLeft .txt,
.layoutRight,
.layoutRight .img,
.layoutRight .img img,
.layoutRight .txt {
  float: none;
  width: 100%;
}

.layout04 {
  width: 48%;
  margin-right: 4%;
}
.layout04 img {
  width: 100%;
}
.layout04:nth-child(2n) {
  margin-right: 0;
}

.layout01 img,
.layout02 img,
.layout03 img,
.layout04 img,
.layoutLeft img,
.layoutRight img {
  display: block;
  margin-top: 20px;
}

/* スライドナビ */
#slideMenu {
  position: relative;
  min-height: 38px;
  margin-top: 62px !important;
  padding: 10px;
  border-top: 1px solid #b86b18;
  border-bottom: 1px solid #b86b18;
  background-color:  #b86b18;
  border-top: 1px solid var(--dark-color);
  border-bottom: 1px solid var(--dark-color);
  background-color:  var(--dark-color);
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

#slideMenu ul {
  display: table;
  position: relative;
  table-layout: fixed;
  margin-left: 42px;
  border-collapse: separate;
  border-spacing: 5px 0;
}

#slideMenu ul:before {
  content: 'MENU';
  position: absolute;
  left: -43px;
  top: 2px;
  height: 24px;
  color: #fff;
  font-size: 12px;
}

#slideMenu ul:after {
  content: '\f178';
  position: absolute;
  left: -39px;
  top: 5px;
  height: 24px;
  color: #fff;
  font-family: FontAwesome;
  font-size: 30px;
}

#slideMenu ul > li {
  display: table-cell;
  white-space: nowrap;
}

#slideMenu ul > li > a {
  display: block;
  min-width: 44px;
  height: 35px;
  padding: 0 8px;
  border: solid 1px #d5d5d2;
  border-bottom-width: 2px;
  border-radius: 3px;
  background-color: #fafafb;
  line-height: 35px;
  color: #333;
  font-weight: bold;
  font-size: 12px;
  text-align: center;
  text-decoration: none;
}

#slideMenu ul > li > a i {
  margin-left: 5px;
  color: #f18e1e;
  color: var(--main-color);
}

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

	top

============================================================================*/
.mainvisual {
  width: 100%;
  margin-top: 0 !important;
  min-height: 320px;
}
.mainvisual > .mask img {
  max-width: 40%;
  height: auto;
}

#mvLower {
  width: 100%;
  position: relative;
}

#mvLower p {
  position: absolute;
  right: 0;
  bottom: 40px;
}

#mvLower img {
  width: 50%;
}

#mv75 {
  width: 100%;
  position: relative;
}

#mv75 p {
  position: absolute;
  right: 0;
  bottom: 220px;
}

#mv75 img {
  width: 50%;
}
    
#top #wsWrapper {
  min-width: initial;
  min-width: auto;
  margin: 0;
  padding: 20px 0;
}

#top #wsWrapper h2 img {
	top: -75px;
	width: 40%;
	position: absolute;
	bottom: 0;
}

#container {
  padding-bottom: 0;
}

#top #top01 ul {
  margin-top: -5px;
}

#top #top01 li {
  width: 49%;
  margin: 5px 2% 0 0;
}

#top #top01 li:nth-child(even) {
  margin-right: 0;
}

#top #top02 .infoList {
  width: 100%;
  margin: 0;
}

#top #top02 .infoList .ifrm {
  overflow: auto;
}

#top #top02 .ifWrap {
  width:100%;
}

#top #groupBnr ul {
  margin: 15px 0 0 0;
}

#top #groupBnr ul li {
  float: left;
  width: 40%;
  margin: 0 5% 15px;
}

#top #groupBnr ul li:nth-child(1),
#top #groupBnr ul li:nth-child(4) {
  margin-left: 5%;
}

#top #groupBnr ul li:nth-child(3) {
  margin-right: 5%;
}

#top #groupBnr ul li:nth-child(even) {
  margin-right: 0;
}

#top #groupBnr li:nth-child(3n+1) {
  clear: none;
}


#top #groupBnr ul li:nth-child(2n+1) {
  clear: left;
}

#top #groupBnr ul li img {
  width: 100%;
  height: auto;
}

/*=======================================
全体
=======================================*/
.btn{
	text-align: center;
	background-color: #FFF;
	border-radius: 110px;
	box-shadow: 0 0 6px gray;
	border: 2px solid #F18D1E;
}
/*=======================================
お問い合わせ
=======================================*/
.policy-l {
    float: none;
    width: 100%;
}

.policy-r {
    float: none;
    width: 100%;
    text-align: center;
    padding: 0px;
    margin: 0 auto;
}
}

/*=======================================
2023.06.20 スマホ版訪問者別ナビ削除に伴う調整
=======================================*/
#slideMenu_del {
/*	position: relative;	*/
/*	min-height: 38px;	*/
	margin-top: 62px !important;
/*	padding: 10px;	*/
/*	border-top: 1px solid var(--dark-color);	*/
/*	border-bottom: 1px solid var(--dark-color);	*/
/*	background-color:  var(--dark-color);	*/
/*	overflow-x: auto;	*/
/*	-webkit-overflow-scrolling: touch;	*/
}
