@media screen and (min-width: 1100px){

.header__nav {
	display: none;	
}

.spslides {
	display: none;
}

.spslidetitle {
	display: none;
}
.spimgroman {
	display: none;	
}
}

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

/* ヘッダーのナビ部分 */
.header__nav {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  transform: translateX(100%);
  background-color: #fff;
  transition: ease .4s;
}
.nav-items {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0;
  width: 80%;
}
.nav-items__item a {
  color: black;
  width: 100%;
  display: block;
  text-align: center;
  font-size: 20px;
  margin-bottom: 24px;
}
.nav-items__item:last-child a {
  margin-bottom: 0;
}

/* ハンバーガーメニュー */
.header__hamburger {
  width: 30px;
  height: 60px;

}
.hamburger {
  background-color: transparent;
  border-color: transparent;
  z-index: 9999;
  position: absolute;
  top: 15px;
  right: 15px;
}
/* ハンバーガーメニューの線 */
.hamburger span {
  width: 100%;
  height: 1px;
  background-color: #000;
  position: relative;
  transition: ease .4s;
  display: block;
}
.hamburger span:nth-child(1) {
  top: 0;
}
.hamburger span:nth-child(2) {
  margin: 8px 0;
}
.hamburger span:nth-child(3) {
  top: 0;
}

/* ハンバーガーメニュークリック後のスタイル */
.header__nav.active {
  transform: translateX(0);
    background-image: url('../../images/faq/faq_bg.png');
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 100%;
}
.hamburger.active span:nth-child(1) {
  top: 5px;
  transform: rotate(45deg);
}
.hamburger.active span:nth-child(2) {
  opacity: 0;

}
.hamburger.active span:nth-child(3) {
  top: -13px;
  transform: rotate(-45deg);
}




a.btnA::after {
	margin: 0 0 0 10px;
}
.pNav {
	display: none;
}

.header {
	position: fixed;
	top: 0;
	margin: 0;
	width: 100%;
	height: 75px;
}
.header-container {
	display: block;
	width: 100%;
}
.header-main {
	border-radius: 0;
	box-shadow: none;
	padding: 10px 20px 0 20px;
}
.header-nav {
	display: none;
}

.head {
	position: fixed;
	top: 0;
	margin: 0;
	width: 100%;
	z-index: 10000;
}

.slide {
	position: static;
	margin-top: 75px;
}
.pcslides {
	display: none;
}
.spslides {
	width: 100%;
}

.spslidetitle {
	padding-top: 65px;
}

.information {
	margin: 0;
	padding: 10px;
}
.information .inner {
	width: 100%;
	padding: 20px 15px;
	display: block;
}
.information .inner .news {
	width: 100%;
}
.information h2 {
	font-size: 22px;
	margin-bottom: 10px;
}
.information ul {
	margin-bottom: 5px;
}

.information ul li span.day {
	font-size: 14px;
	text-align: left;
	width: 120px;
}
.information ul li p.title {
	font-size: 13px;
	padding: 0;
}
.information a.btnA {
	width: 200px;
	font-size: 13px;
	padding: 13px 0;
	border-radius: 20px;
}
.information .inner .sansa {
	width: 70%;
	margin: 40px auto 20px auto;
}

.concept .inner {
	width: 100%;
	padding: 0;
	background: none;
}
.concept .img {
	width: 100%;
	border-radius: 0;
	box-shadow: none;
}
.concept .img img {
	border-radius: 0;
}
.concept .conceptBox {
	padding: 20px;
	position: static;
	width: 100%;
	box-shadow: none;
	border-radius: 0;
}
.conceptBox h2.title {
	width: 100%;
	margin: 0 auto 15px auto;
}
.conceptBox p {
	width: 100%;
	font-size: 16px;
	margin: 0;
}

.service {
	padding: 10px;
}
.service .container__xl {
	width: 100%;
}
.service .inner {
	padding: 0;
}
.service .common__title.vertical {
	display: none;
}
.service .example {
	width: 100%;
}
.service .example ul {
	gap: 0;
}
.service .example li {
	width: 98.5%;
	box-shadow: none;
	margin: 0 10px 12px;
}
.service .example li a {
	padding: 10px;
}
.service .example li h3 {
	font-size: 15px;
	font-weight: 600;	
}
.service .example li .heading {
	margin-top: 5px;
}

.kodawaribox {
	width: 98%;
	margin: 0px;
	}

.kodawari1box .L {	
	width: 98%;
}

.kodawari1box .R {
	width: 98%;
}

.kodawari1box {
	height: 600px;
	margin: 0px;	
	}



.about .container__xl {
	width: 100%;
}
.about .inner {
	padding: 20px;
	background: none;
}
.about h2 {
	width: 100%;
	margin: 0 auto 15px auto;
}
.about .top .text p {
	font-size: 16px;
	margin-bottom: 15px;
}
.about .top {
	width: 100%;
	padding: 15px 0;
}

.about .top .text .common__title {
	width:100%;
    margin-bottom: 20px;
}
.about .top a.btnA {
	margin: 0 auto;
}
.about a.btnA {
	width: 250px;
	font-size: 16px;
	padding: 13px 0;
	border-radius: 20px;
	margin: 2px;
}
.about .nav {
	display: flex;
	margin: 15px 0;
	width: 100%
}
.about .container__xl {
	padding-top: 0px;
}

.menu {
	margin: 0;
	padding: 15px 15px 100px 15px;
	background-size: contain;
	background-color: #FFF;
}
.menu .container__large {
	width: 100%;
}
.menu ul {
	width: 100%;
	margin: 0;
}
.menu li {
	width: 50%;
}
.menu li a {
    padding-right: 10px;
    padding-bottom: 10px;
}
.menu li .inner {
	padding-top: 10px;
	padding-left: 10px;
}
.menu li .__rOverImg {
	margin-top: 5px;
	height: auto;
}
.menu li h3 {
	font-size: 15px;
	font-weight: 600;
}
.menu li p {
	margin-top: 5px;
	width: 100%;
	font-size: 13px;
}

.contact li {
	display: none;
}
.contact .inner {
	display: block;
	width: 100%;
	padding: 20px 0 30px;
	text-align: center;
}
.contact p {
	font-size: 13px;
}
.contact span {
	font-size: 18px;
}

.banner .container__large {
	width: 100%;
	padding: 10px 5px;
}
.banner ul {
	justify-content: normal;
}
.banner li {
	margin: 2px;
	width: 32%;
	box-shadow: none;
}

.footerNav {
	padding: 15px;
}
.footerNav .inner {
	display: block;
}
.footerNav .inner div {
	width: 100%;
}
.footerNav .inner div p {
	margin: 0 0 10px 0;
	font-size: 13px;
}
.footerNav .inner div:last-child {
	width: 100%;
}
.footerNav .inner div:last-child dl {
	padding: 0;
	width: 50%;
}

small {
	font-size: 10px;
}


/* Page */
#page .main {
	padding-top: 235px;;
}
#page .main .inner {
	display: block;
	width: 100%;
	margin: 0;
}
#page h2 {
	font-size: 22px;
	font-weight: 600;
	text-align: center;
	padding: 20px 0!important;
	line-height: 28px!important;
}
#page .main .LBox {
	width: 100%;
}
#page section {
	padding: 10px;
}
#page section h3 {
	padding: 5px 0;
	font-size: 20px;
	line-height: 30px;
	border-bottom: 1px solid #999;
	margin-bottom: 10px;
	text-align: center;
}
#page section .Block1-2 {
	display: block;
}
#page section .Block1-2 .L {
	width: 100%;
}
#page section .Block1-2 .R {
	width: 100%;
}
#page section .Block1-2 img {
	width: 100%;
	height: 300px;
	object-fit: cover;
	margin-bottom: 10px;
}
#page section .Block1-2 ul li img {
	width: 100%;
	height: auto;
}
#page section .Block1-2 .R {
	font-size: 14px;
}
#page section .Block1-2 .R .sub {
	font-size: 14px;
	line-height: 24px;
}
#page section .Block1-2 .R h4 {
	font-size: 18px;
	line-height: 32px;
	color: #222;
}
#page section .Block1-2 .R p {
	font-size: 14px;
}
#page section .Block1-2 .btnA {
    font-size: 13px;
    padding: 13px 0;
    border-radius: 20px;
	margin: 10px auto 0  auto!important;
}

#page section .Block3 {
	margin-bottom: 15px;
}
#page .RBox {
	display: none;
}

#page .icon {
	margin-top: 30px;
	padding: 10px;
}
#page .icon li {
	font-size: 12px;
}

#page section .Block1-4 {
	display: block;
}
#page section .Block1-4 .L {
	width: 100%;
}
#page section .Block1-4 .R {
	width: 100%;
}
#page section .Block1-4 img {
	width: 100%;
	height: 300px;
	object-fit: cover;
	margin-bottom: 0;
}
#page section .Block1-4 ul li img {
	width: 100%;
	height: auto;
}
#page section .Block1-4 .R {
	font-size: 14px;
}
#page section .Block1-4 .R .sub {
	font-size: 14px;
	line-height: 24px;
}
#page section .Block1-4 .R h4 {
	font-size: 18px;
	line-height: 32px;
}
#page section .Block1-4 .R p {
	font-size: 14px;
}
#page section .Block1-4 .R table td.t_top,
#page section .Block1-4 .R table td.t_line01,
#page section .Block1-4 .R table td.t_line03,
#page section .Block1-4 .R table td.t_line04 {
	padding: 5px;
	font-size: 13px;
}



#page .areaTB {
	width: calc(100% - 20px);
	margin: 0 auto;
}

#page .areaTXT p {
	font-size: 14px;
	line-height: 1.7;
	margin: 0 10px;
}
#page .areaTB td,
#page .areaTB th {
	padding: 5px;
	font-size: 13px;
	color: #222;
}

#page .product {
	margin: 0 0 -70px;
}
#page .product .Block {
	display: block;
	width: calc(100% - 20px);
	margin: 0 auto;
	padding: 20px 0;
}
#page .product .Block .R,
#page .product .Block .L {
	width: 307px;
	margin: 0 auto;
}
#page .product .btnA {
    font-size: 13px;
    padding: 13px 0;
    border-radius: 20px;
}
#page .product .R .pf14l {
	color: #222;
}
#page .product .R table {
	width: 100%;
}


#page .hyoki {
	width: calc(100% - 20px);
	margin: 0 auto;
}
#page .hyoki .Block2 {
	width: 100%;
}
#page .hyoki h4 {
	font-size: 18px;
	padding-bottom: 0;
	color: #222;
	margin-top: 10px;
}
#page .hyoki .p {
	font-size: 12px;
}
#page .hyoki h5 {
	color: #222;
}
#page .hyoki h5 span {
	font-size: 11px;
}
#page .hyoki .daibiki th,
#page .hyoki .daibiki td {
	font-size: 11px;
	color: #222;
}
#page .hyoki .soryo th,
#page .hyoki .soryo td {
	font-size: 11px;
	color: #222;
}

#page .BlockFAQ {
	padding: 10px;
	margin: 0 0 10px;
}
#page .BlockFAQ .F {
	font-size: 14px;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
#page .BlockFAQ .Q {
    text-indent: -2rem;
    padding-left: 2rem;
	font-size: 14px;
}


#page .BlockMAP {
	padding: 10px;
}
#page .BlockMAP .title {
	font-size: 18px;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
#page .BlockMAP .btnA {
	width: 118px;
    font-size: 13px;
    padding: 13px 0;
    border-radius: 20px;
    margin: 2px;
}

#page iframe {
	width: calc(100% - 20px);
	height: calc(100vw * 0.55);
	margin: 0 auto;
}
#page iframe:last-child {
	padding-bottom: 20px;
}

#page .tab-list {
	width: calc(100% - 20px);
	margin: 20px auto 0;
}
#page .tab-list-item {
	padding: 8px;
	font-size: 14px;
	color: #222;
}
#page .tab-contents-wrap {
	width: calc(100% - 20px);
	margin: 0 auto;	
	padding-bottom: 20px;
}
#page .BlockACS {
	padding: 10px;
}
#page .BlockACS h3 {
	font-size: 22px;
	margin-bottom: 20px;
}
#page .BlockACS h4 {
	color: #222;
}
#page .BlockACS .btnA {
	width: 120px;
    font-size: 13px;
    padding: 13px 0;
    border-radius: 20px;
}
#page .BlockACS .L {
	font-size: 14px;
	color: #222;
}

#page .form th,
#page .kyokai th {
	width: 120px;
	font-size: 13px;
	padding: 10px;
	color: #222;
}
#page .kyokai td {
	font-size: 13px;
	padding: 10px;
	color: #222;
}
#page .form td input,
#page .form td textarea {
	background: #FFF;
	border-radius: 0;
}

#page .news ul li a {
	padding: 8px 0;
}
#page .news ul li span.day {
	font-size: 14px;
	text-align: left;
	width: 120px;
}
#page .news  ul li p.title {
	font-size: 13px;
	padding: 0;
}

#page .date {
	margin: 0 10px;
	font-size: 14px;
}
#page .news p {
	font-size: 14px;
}


}