@charset "UTF-8";
@media screen and (max-width: 767px) {
	.mt20 {
		margin-top: 10px !important;
	}

	.mt30 {
		margin-top: 15px !important;
	}
	.mt40 {
		margin-top: 20px !important;
	}
	.mt50 {
		margin-top: 25px !important;
	}
	.mt60 {
		margin-top: 30px !important;
	}
	.mt70 {
		margin-top: 35px !important;
	}
	.mt80 {
		margin-top: 40px !important;
	}
	.mt90 {
		margin-top: 45px !important;
	}
	.mt100 {
		margin-top: 50px !important;
	}
	
	#equipment,#campaign,#movie,#portrait {
		padding-top: 40px;
		margin-top: -40px;
	}
  .pc {
    display: none !important;
  }
  body {
    padding-top: 40px;
		padding-bottom: 50px;
  }

  .annotation {
    font-size: 14px!important;
    width: auto!important;
    line-height: 1.6;
  }
  
  /*-------------------------------
  HEADER
  -------------------------------*/
  #globalHeader {
    position: fixed;
    z-index: 10000;
    top: 0;
    left: 0;
    width: 100%;
    height: 40px;
    background-color: #fff;
  }
  #globalHeader .contents-inner {
		width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    -webkit-align-items: center;
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
  }
  #globalHeader .global-navi {
    display: none;
    position: fixed;
    z-index: 10000;
    top: 40px;
    left: 0;
    width: 100%;
    height: 100%;
    background: #333;
    padding-bottom: 55px;
    overflow-y: scroll;
  }
  #globalHeader .logo {
    padding-left: 10px;
		padding-top: 0;
  }
  #globalHeader .contents-inner .logo img {
    width: 200px;
    height: auto;
  }
  #globalHeader .global-navi.show {
    display: block;
    animation: show 0.3s linear 0s;
  }
  #globalHeader .global-navi > ul {
    background-color: #333;
  }
  #globalHeader .global-navi > ul > li {
    position: relative;
  }
  #globalHeader .global-navi > ul > li a {
    display: block;
    padding: 15px 15px 15px 35px;
    text-decoration: none;
		font-size: 15px;
    color: #fff;
		background:url("../images/common/ico_arrow.png") no-repeat 15px center;
  }
  /*#globalHeader .global-navi > ul > li ul {
    display: none;*/

  #globalHeader .global-navi > ul > li ul a {
    padding-left: 36px;
    background: none;
  }
  #globalHeader .global-navi > ul li {
    border-top: 1px solid #ddd;
  }
	#globalHeader .contents-inner .global-navi > ul > li:last-child a {
		border-bottom: 1px solid #ddd;
	}

/* ドロップダウンメニュー */
/* 通常時は非表示 */
.child_menu {
  transition: all 1s;
  background-color: #333;
  width: 100%;
}
.dropdown {
  position: relative;
}
.child_menu li {
  padding: 0;
}
.child_menu li a {
  display: block;
	font-size: 15px;
  color: #fff;
  font-weight: bold;text-decoration: none;
}
.child_menu li a:hover {
  background-color: #d41338;
	color: #fff;
}
.child_menu li:last-child a {
	border-bottom: none;
}
	
	
	
  #globalHeader .inq-contact {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    display: -webkit-flex;
    -webkit-justify-content: flex-end;
    -webkit-align-items: center;
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
  }
  #globalHeader .inq-contact .contact {
    display: none;
  }
  #globalHeader .sp-menu {
		float: left;
		margin-top: 0;
    width: 40px;
    height: 40px;
		margin-right: 5px;
    background: url("../images/common/sp_menu_open.png") no-repeat center center;
    background-size: 40px auto;
  }
  #globalHeader .sp-menu.show {
    background: url("../images/common/sp_menu_close.png") no-repeat center center;
    background-size: 40px auto;
  }
	#globalHeader .menus {
		align-items: center;
		vertical-align: middle;
	}
	#globalHeader .menus:after {
		content: "";
		clear: both;
		height: 0;
		display: block;
		visibility: hidden;
}
	#globalHeader .instagram {
		width: 26px;
		height: 26px;
		margin-right: 10px;
		float: left;
		margin-top: 5px;
	}

  /*-------------------------------
  BREADCRUMB
  -------------------------------*/
  #breadCrumb {
    display: none;
  }

  /*-------------------------------
  FOOTER
  -------------------------------*/
  #globalFooter {
    background:#333;
    padding: 0;
  }
  #globalFooter .inner {
    text-align: center;
    color: #fff;
    font-size: 12px;
  }
	#globalFooter .address {
		max-width: 100%;
		background: #f5f5f5;
	}
	#globalFooter .address .info-sp {
		padding: 15px 0;
		max-width: 1100px;
		text-align: center;
		margin: 0 auto;
	}
	#globalFooter .address .info-sp p {
		font-size: 14px;
		line-height: 1.8;
	}
	#globalFooter .address .info-sp p span {
		font-weight:bold!important;
		font-size: 15px;
	}
	.home #globalFooter .links {
		padding: 10px 0;
		max-width: 100%;
		background: #fff;
		display: block;
		margin: 0 auto;
	}
	.home #globalFooter .links li {
		display: block;
		width: 100%;
		text-align: center;
		padding: 10px 0;
	}
  .to-top {
    position: fixed;
    bottom: 55px;
    right: 5px;
		z-index: 500;
  }
  .to-top img {
    width: 30px;
  }
  #contents {
    width: 100%;
  }
  #contents .contents-inner {
    padding: 0 20px;
  }
  #contents .inq-box {
    padding: 20px 20px 40px;
    background: #fff;
  }
  #contents .inq-box .btn-box {
    width: 100%;
    margin: 0 auto;
  }
  #contents .inq-box .btn-box li {
    text-align: center;
    font-size: 18px;
    width: 100%;
    position: relative;
    line-height: 1.4;
    margin-bottom: 15px;
    font-family: 'Noto Sans JP', sans-serif;
    font-feature-settings: "palt" 1;
  }
  #contents .inq-box .btn-box li small {
    font-size: 16px;
    color: #999;
    font-weight: none!important;
  }
  #contents .inq-box .btn-box li a {
    display: block;
    background: #eee;
    text-decoration: none;
    border-radius: 10px;
    color: #339966;
    font-weight: 400;
    text-align: center;
    height: 62px;
  }
  #contents .inq-box .btn-box li span {
    height: 62px;
    display: flex;
    vertical-align: middle;
    align-items: center;
    justify-content: center;
  }
  #contents .inq-box .btn-box li a:hover {
    opacity: 0.7;
  }
  #contents .inq-box .btn-box li a.tel {
    padding-top: 8px;
  }
  #contents .inq-box .btn-box .tel:before {
    position: absolute;
    background: url(../images/common/ico-tel.png) no-repeat;
    content:"";
	  display:inline-block;
    width:40px;
	  height:40px;
	  background-size:contain;
    box-sizing: border-box;
    left: 10px;
    top:10px;
  }
  #contents .inq-box .btn-box .inq:before {
    position: absolute;
    background: url(../images/common/ico-inq.png) no-repeat;
    content:"";
	  display:inline-block;
    width:40px;
	  height:40px;
	  background-size:contain;
    box-sizing: border-box;
    left: 10px;
    top:10px;
  }
  #contents .inq-box .btn-box .dl:before {
    position: absolute;
    background: url(../images/common/ico-dl.png) no-repeat;
    content:"";
	  display:inline-block;
    width:40px;
	  height:40px;
	  background-size:contain;
    box-sizing: border-box;
    left: 10px;
    top:12px;
  }
	#contents .contents-inner {
		max-width: 100%;
		padding: 0 20px;
	}
	
  /*-------------------------------
  トップページ
  -------------------------------*/
	.home #contents h2 {
		margin-bottom: 10px;
		text-align: center;
		font-size: 24px;
		font-weight: bold;
		font-feature-settings: "palt" 1;
	}
		#contents h2 span {
		font-size: 14px;
		font-weight: normal;
		display: block;
	}
	.home #contents .read {
		width: 100%;
		margin: 0 auto 30px;
		font-size: 15px;
		line-height: 2;
	}
	.home #contents .description {
		width: 100%;
		margin: 0 auto 30px;
		font-size: 14px;
		line-height: 2;
	}

	/* MainVisual
	--------------------------------------------------*/
	.home .mainVisual {
		display: block;
		position: static;
		width: 100%;
		height: auto;
		overflow: hidden;
	}
	

	.home .mainVisual	.sp-slides-container {
		margin: 0!important;
	}
	.home .reason-box {
		padding: 30px 0 0;
	}
	.home .reason-area {
		width: 100%;
	}
	.home .reason-area .point-box {
		max-width: 100%;
    display:block;
    margin: 0 auto;
	}
	.home .reason-area .point-box li {
		max-width: 100%;
	}
	.home .reason-area .point-box li dl {
		width: 100%;
	}
		.home .reason-area .point-box li dt {
		width: 100%;
		padding: 20px 20px 10px;
		background: #333;
			text-align: center;
	}
	.home .reason-area .point-box li dd {
		padding: 20px 20px 40px;
		max-width: 100%;
		font-size: 15px;
		line-height: 1.8;
		text-align: left;
	}
	.home .reason-area .point-box li dt img {
		max-width: 80%;
		height: auto;
		margin: 0 auto;
		text-align: center;
	}
	.home .reason-area .point-box li .bnt a {
		width: 100%;
		text-align: center;
		margin: 20px auto 0;
		display:block;
		color: #fff;
		background: #333;
		font-size: 16px;
		text-decoration: none;
		padding: 10px 0;
		line-height: 1.2;
		border: 2px solid #333;
		border-radius: 10px;
	}
	.home .reason-area .point-box li .bnt a + a {
		margin-top: 10px;
	}
	.home .reason-area .point-box li .bnt a:hover {
		opacity: 0.75;
	}
	.home .c-box00 {
		padding-top:20px;
	}
	.home .c-box00 h1 {
		font-size: 15px;
		text-align: center;
		line-height: 1.8;
	}
	.home .c-box00 .info-area {
		margin: 0 auto;
		width: 100%;
		border-top: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
		display: block;
	}
	.home .c-box00 .info-area li {
		font-size:14px;
		margin-bottom: 5px;
		display:block;
		padding:5px 0;
	}
	.home .c-box00 .info-area li:first-child {
		max-width: 120px;
		font-size: 14px;
		text-align: center;
		font-weight: 600;
		background: #f2f2f2;
		vertical-align: middle;
	}
	.home .c-box00 .info-area li span {
		display:block;
		float: none
	}
	.home .c-box00 .info-area li span:first-child {
		width: 100px;
		font-size:13px;
	}
	.home .c-box_bnr {
		width: 100%;
		padding: 10px 0 30px;
		margin: 0 auto;
	}
	.home .c-box_bnr li {
		margin: 0 auto 10px;
		text-align: center;
	}
	.home .c-box_bnr p {
		text-align: center;
		color: 333;
		font-weight: 500;
		font-size: 18px;
		margin-bottom: 15px;
	}
  .home .reserve_btn {
    margin: 25px 30px;
  }
	.home .c-box_bnr .bnr-box{
		max-width: 100%;
		margin: 0 auto;
		display:block;
	}
	.home .gallery {
		padding: 0 0 30px;
	}
	.home .gallery .contents-inner {
		text-align: center;
		max-width: 100%!important;
	}
	.home .gallery .contents-inner h2 {
		padding: 5px 0!important;
		margin-bottom: 15px!important;
		font-size: 18px!important;
		background: #f5f5f5;
	}
	.home .gallery iframe {
		margin: 0 auto;
		width: 100%;
		height: auto;
	}
	.home .c-box01 .comment {
		font-size: 13px;
		line-height: 1.8;
		padding: 10px 0;
		text-align: center;
		color: #333;
	}
	.home .c-box01 {
		padding: 30px 0;
		background: #f7f7f7;
	}
	.home .c-box01 .read {
		margin-bottom: 0!important;
	}
	.home .c-box02 {
		padding: 10px 0 30px;
	}
	.home .c-box02 .bg-gray {
		max-width: 100%;
		padding: 20px 20px 40px 20px;
		background: #333333;
		margin-bottom: 20px;
	}
	.home .c-box02 .bg-white {
		max-width: 100%;
		padding: 0 20px 40px 20px;
		float: none;
	}
	.home .c-box02 .lastdiv {
		margin-bottom: 10px!important;
	}
	.home .c-box02 .bg-white:after {
    content:"";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
	}
	.clfix {
		content:"";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
	}
	.home .c-box02 .media-box01,.home .c-box02 .media-box02 {
		max-width: 100%;
		display: table;
		padding-left: 0;
	}
	.home .c-box02 .media-box01 li,.home .c-box02 .media-box02 li {
		display: table-cell;
		vertical-align: bottom;
	}
	.home .c-box02 .media-box01 li:nth-of-type(1) {
		width: 55.2%;
		text-align: left;
		padding-right: 3%;
	}
	.home .c-box02 .media-box01 li:nth-of-type(2){
		width: 44.8%;
	}
	.home .c-box02 .media-box01 li:nth-of-type(2) dl,.home .c-box02 .media-box02 li:nth-of-type(2) dl{
		width: 100%;
	}
	.home .c-box02 .media-box01 li:nth-of-type(2) dl dt h3 {
		font-size: 26px;
		color: #999;
		margin-bottom:10px;
		font-weight: 600;
		text-align: center;
	}
	.home .c-box02 .media-box01 li:nth-of-type(2) dl dt h3 span,.home .c-box02 .media-box02 li:nth-of-type(1) dl dt h3 span {
		font-size: 30px;
	}
	.home .c-box02 .media-box01 li:nth-of-type(2) dl dt h4 {
		font-size: 20px;
		color: #fff;
		margin-bottom: 15px;
		margin-top: 0;
		text-align: center;
		line-height: 1.6;
	}
	.home .c-box02 .media-box01 .copy {
		width: auto;
		color: #fff;
		font-size: 14px;
	}
	.home .c-box02 .more {
		margin: 10px 0 30px;
	}
	.home .c-box02 .more:after {
		content: "";
		clear: both;
		height: 0;
		display: block;
		visibility: hidden;
	}
	.home .c-box02 .media-box01 .more a {
		display:block;
		margin: 20px auto;
		color: #fff;
		font-size: 14px;
		text-align: center;
		text-decoration: none;
		padding: 10px 25px 10px 25px;
		border: 1px solid #fff;
		background: url("../images/common/ico_arrow.png") no-repeat 95% center;
	}
	.home .c-box02 .media-box01 .more a:hover {
		text-decoration: underline;
		opacity: 1;
	}
	.home .c-box02 .media-box01 dl dd:first-child {
		width: 100%;
		height: auto;
		display: block!important;
	}
	.home .c-box02 .media-box01 li:nth-of-type(2) dl dd:nth-of-type(2),.home .c-box02 .media-box02 li:nth-of-type(1) dl dd:nth-of-type(2) {
		display: flex;
		justify-content: space-between;
		display: -webkit-flex;
		-webkit-justify-content: space-between;
		flex-wrap: nowrap;
		-webkit-flex-wrap: nowrap;
		margin-top: 20px;
	}
	.home .c-box02 .media-box01 li:nth-of-type(1) dl dd figure:last-child {
		margin-left: 30px;
	}
	.home .c-box02 .media-box02 li:nth-of-type(1){
		width: 100%;
	}
	.home .c-box02 .media-box02 li:nth-of-type(2) {
		width: 100%;
		text-align: left;
		padding-left: 0;
	}
	.home .c-box02 .media-box02 li:nth-of-type(1) dl dt h3 {
		font-size: 28px;
		color: #999;
		margin-bottom: 10px;
		font-weight: 600;
		text-align: center;
	}
	.home .c-box02 .media-box02 li:nth-of-type(1) dl dt h4 {
		font-size: 20px;
		color: #333;
		margin-bottom: 15px;
		margin-top: 0;
		text-align: center;
		line-height: 1.6;
	}
	.home .c-box02 .media-box02 .copy {
		width: auto;
		color: #333;
		font-size: 14px;
	}
	.home .c-box02 .media-box02 .more a {
		display:block;
		margin: 20px auto;
		color: #333;
		font-size: 14px;
		text-decoration: none;
		text-align: center;
		padding: 10px 25px 10px 25px;
		line-height: 1.2;
		border: 1px solid #666;
		background: url("../images/common/ico_arrow2.png") no-repeat 93% center;
	}
	.home .c-box02 .media-box02 .more a:hover {
		text-decoration: underline;
		opacity: 1;
	}
	.home .c-box02 .media-box01 dl dd figure {
		margin-top: 10px;
	}
	.home .c-box02 .media-box01 dl dd figure:last-child {
		margin-left: 10px;
	}
	.home .c-box02 .media-box02 li dl dd figure {
		margin-top: 10px;
	}
	.home .c-box02 .media-box02 li dl dd figure:last-child {
		margin-left: 10px;
	}
	.cregit {
		font-size: 12px;
		margin: 0 auto 0 15px;
	}
	.home .c-box03 {
		padding: 30px 0 30px;
		background: #f7f7f7;
	}
	.home .c-box03 .read {
		text-align: center;
	}
	.home .c-box03 .img-box {
		display:block;
		margin: 0 auto;
	}
	.home .c-box03 .img-box li {
		max-width: 100%;
		margin-bottom: 10px;
	}
	.home .c-box03 .list-txt {
		display:block;
		width: 100%;
	}
	.home .c-box03 .list-txt li {
		margin-right: 0;
		display:block;
		font-size: 14px;
		margin-bottom: 3px;
	}
  .home .blog  {
		padding: 30px 0 40px;
  }
	.home .blog .blog-list {
		display:block;
		width: 100%;
		margin: 30px auto;
	}
	.home .blog .blog-list li {
		width: 100%;
		margin-bottom: 25px;
	}
	.home .blog .blog-list li p.day-data {
		font-size: 12px;
		color: #999;
		line-height: 1.2;
	}
	.home .blog .blog-list li img {
		width: 100%;
		height: auto;
		margin-bottom: 10px;
	}
	.home .blog .blog-list li h3.title {
		font-size: 16px;
		font-weight: bold;
		margin: 5px auto;
	}
	.home .blog .blog-list li .area {
		display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
		overflow: hidden;
		font-size: 14px;
	}
	.price .c-box04 {
		padding: 30px 15px;
		max-width: 100%;
		margin: 0 auto;
	}
	.price .c-box04 .contents-inner {
		width: 100%;
		padding: 0 20px 20px!important;
		border: 1px solid #ccc;
	}
	.price .c-box04 h3 {
		max-width: 100%;
		text-align: center;
		background: #f5f5f5;
		font-size: 18px;
		font-weight: 500;
		margin: 0 auto 20px;
		padding: 5px 0;
	}
	.price .c-box04 h3 span {
		font-size: 14px;
		font-weight: normal;
	}
	.price .c-box04 p.read {
		padding-top: 20px!important;
		font-size: 14px!important;
		text-align: center;
		font-weight: 600!important;
		margin-bottom: 20px!important;
	}
	.price .c-box04 table {
		margin: 20px auto 20px;
		max-width: 100%;
	}
	.price .c-box04 th {
		text-align: left;
		font-size: 14px;
		font-weight: 500;
		max-width: auto;
		border-bottom: 1px solid #ccc;
	}
	.price .c-box04 td,.home .c-box04 th {
		border-bottom: 1px solid #ccc;
		padding: 7px 0;
		font-size: 14px;
	}
	.price .c-box04 tr:first-child th:nth-of-type(2) {
		width: 25%;
	}
	.price .c-box04 td span {
		font-size: 14px;
		font-weight: 500;
	}
	.price .c-box04 tr td:first-child {
		width: auto;
		padding-right: 5px;
		border-right: 1px solid #ccc;
	}
	.price .c-box04 tr td:last-child {
		padding-left: 5px;
	}
	.price .c-box04 tr td:nth-of-type(2) {
		border-right: 1px solid #ccc;
	}
	.price .c-box04 tr td:nth-of-type(2),.home .c-box04 tr td:nth-of-type(3) {
		width: 20%;
		padding-left: 5px;
	}
	.price .c-box04 tr:last-child td:last-child {
		border-right: none;
	}
	.price .c-box04 td .tujyo {
		font-size: 13px!important;
		text-decoration: line-through;
	}
	.price .note {
		font-size: 13px;
	}
	.price .c-box04 .price-comp {
		text-align: right;
		margin: 20px 0 0;
	}
	.price .c-box04 .price-comp span a {
		text-align: center;
		font-size: 14px;
		text-decoration: none;
	}
	.price .c-box04 .price-comp span a:hover {
		text-decoration: underline;
	}
	.home .c-box05 {
		padding: 30px 0 40px;
	}
	.home .c-box05 a {
		color: #2babfd;
		text-decoration: none;
	}
	.home .c-box05 a:hover{
		text-decoration: underline;
	}
	.home .c-box05 .acc_box {
		margin: 0 auto 50px;
		width: 100%;
		display:block;
	}
	.home .c-box05 .acc_box li:first-child {
		width: 100%;
		text-align: center;
		margin-bottom: 20px;
	}
	.home .c-box05 .map-box {
		width: 100%;
		display:block;
		margin-top: 20px;
	}
	.home .c-box05 .map-box li:first-child {
		max-width: 100%;
		margin-right: 0;
	}
	.home .c-box05 .map-box li:first-child img {
		margin-bottom: 20px;
	}
	.home .c-box05 .map-box li:last-child {
		max-width: 100%;
	}
	.home .c-box05 h4 {
		font-size: 14px;
		font-weight: 500;
		margin-bottom: 10px;
	}
	.home .c-box05 h4 span {
		font-size: 16px;
	}
	.home .c-box05 p {
		font-size: 14px;
	}
	.home .c-box05 p span {
		font-weight: 600;
		display: block;
		margin-bottom: 5px;
		font-size: 14px;
	}
	.home .c-box05 table {
		width: auto;
	}
	.home .c-box05 td,.home .c-box05 th {
		font-size: 14px;
		padding-bottom: 5px;
	}
	.home .c-box05 th {
		font-weight: 600;
		padding-right: 5px;
	}
	.home .c-box05 .googlemap {
		margin: 30px 0 0;
	}
	.home .c-box06 {
		padding: 30px;
	}
	.home .c-box06 .other-box {
		display:block;
		width: 100%;
	}
	.home .c-box-twfeed {
		padding: 30px 0 30px;
		background: #f7f7f7;
		margin: 0 auto;
		border-bottom: 1px solid #ccc;
	}
	.home .c-box-twfeed .feed-box {
		max-width: 100%;
		padding-top: 2px;
		max-height: 400px;
		overflow-y: scroll;
		margin: 0 auto;
	}
  /*-------------------------------
  FOOTER
  -------------------------------*/
  .footer-global-navi {
    width: 100%;
    background: #333;
		height: 65px;
  }
  .footer-global-navi .inner {
   	width: 100%;
    padding: 10px 20px;
    margin: 0 auto;
  }
  .footer-global-navi .inner .box {
		color: #fff;
		font-size: 14px;
		text-align: center;
  }
	.footer-global-navi .inner .box p {
		color: #fff;
		font-size: 12px;
	}
  .footer-global-navi .box:nth-of-type(1) {
		margin-bottom: 5px;
		font-size: 14px!important;
  }
	.footer-global-navi .inner .box ul li {
		display: inline-block;
		color: #fff;
		text-decoration: none;
	}
	.footer-global-navi .inner .box ul li a {
		color: #fff;
		text-decoration: none;
		font-size: 14px;
	}
}

@media screen and (max-width: 767px) {
	.sub.floor #contents h1 {
		position: relative;
		width: 100%;
		height: 66.66%;
		padding-top: 66.66%;
		overflow: hidden;
	}
	.sub.floor.f-a #contents h1 {
		background: url("../images/a_floor/h1_sp.jpg") no-repeat;
		background-size:cover;
	}
	.sub.floor.f-b #contents h1 {
		background: url("../images/b_floor/h1_sp.jpg") no-repeat;
		background-size: cover;
	}
	.sub.floor.roof #contents h1 {
		background: url("../images/roof_top/h1_sp.jpg") no-repeat;
		background-size: cover;
	}
	.sub.blog.other #contents h1 {
		background: url("../images/blog/h1_sp.jpg") no-repeat;
		background-size: cover;
	}
	.sub #contents h1 span {
		position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
		font-size: 30px;
		line-height: 1.4;
		text-align: center;
		font-weight: bold;
		color: #fff;
		margin-bottom: 20px;
		white-space:nowrap;
	}
	.sub.other #contents h1 {
		position: relative;
		width: 100%;
		height: 100px;
		background: #ebebeb;
		margin-bottom: 0;
	}
	.sub.other #contents h1 span {
		position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
		font-size: 26px;
		line-height: 1.2;
		text-align: center;
		font-weight: 600;
		font-family: 'Archivo Narrow', sans-serif!important;
		color: #333;
	}
	.sub.other.blog #contents h1 span {
		color: #fff!important;
	}
	.sub #contents h2 {
		margin-bottom: 25px;
		text-align: center;
		font-size: 20px;
		font-weight: bold;
	}
	.sub #contents h3 {
		font-size: 16px;
		font-weight: bold;
		margin-bottom: 10px;
	}
	.sub #contents .read {
		width: 100%;
		margin: 0 auto 20px;
		font-size: 14px;
		line-height: 2;
	}
	.sub #contents .description{
		width: 100%;
		font-size: 14px;
		line-height: 1.6;
	}
	.sub .c-box01 {
			padding: 10px 0 30px;
		}
	.sub #contents h3 {
		font-size: 18px;
		font-weight: bold;
		margin-bottom: 10px;
	}
	.sub .note-s {
		font-size: 13px!important;
	}
	.sub .c-box01 {
		padding: 30px 0 40px;
	}
	.sub figure {
		text-align: center;
		margin: 30px auto 0;
	}
	.sub .dl-pdf a {
		display: block;
		background: url("../images/common/ico_pdf.png") no-repeat 10px center #ebebeb;
		padding: 8px 10px 8px 25px;
		margin: 30px auto 10px;
		text-decoration: none;
		text-align: center;
		font-size: 14px;
		width: 200px;
	}
	.sub .list-tab {
		max-width: 760px;
		margin: 40px auto 0;
		border-top: 1px solid #ccc;
	}
	.sub .list-tab th,.sub .list-tab td {
		padding: 8px 10px;
		border-bottom: 1px solid #ccc;
	}
	.sub .list-tab th {
		background: #f5f5f5;
		font-size:14px;
		font-weight: bold;
		width: 28%;
	}
	.sub .list-tab td {
		font-size:14px;
	}
	.sub .gallery {
		padding: 50px 0 40px;
		background: #ebebeb;
	}
	.sub #contents .gallery .contents-inner {
		max-width: 100%;
		margin: 0 auto;
	}
	.sub #contents .gallery-box {
		display:block;
	}
	.sub #contents .gallery-box li {
		max-width: 100%;
		margin-bottom: 20px;
	}
/*-------------------------------
よくある質問
-------------------------------*/
.wrap {
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
}
.toggle_title {
  position: relative;
  padding: 20px 30px 20px 0;
  border-bottom: 1px solid #000;
  cursor: pointer; 
	color: #6b3906;
	font-size: 16px;
}
.toggle_title .qus {
	width: 32px;
	display: inline-block;
	line-height: 32px;
	border-radius: 18px;
	text-align: center;
	font-size: 15px;
	font-weight: 600;
	font-family: 'Archivo Narrow', sans-serif!important;
	background: #ebebeb;
	margin-right: 10px;
}
.toggle_title:hover {
  opacity: 0.7;
  transition: 0.5s;
}
.sub.other figure {
	margin: 10px 0;
	text-align: left;
}
.toggle_ans {
  margin: 0;
  padding: 15px 0;
  display: none;
	font-size: 14px;
}
/*プラス*/
.plus {
  position: absolute;
  right: 10px;
  top: 0;
  height: 100%;
  border-radius: 0px 10px 10px 0px;
}
.plus:before,
.plus:after {
  display: block;
  content: "";
  background-color: #6b3906;
  position: absolute;
  width: 15px;
  height: 1px;
  bottom: 50%;
  right: 50%;
  transform: translate(50%, 50%);
  transition: 0.5s;
}
.plus:before {
  width: 1px;
  height: 15px;
}
/*アコーディオンが開いたらプラスをマイナスにする*/
.toggle_title.selected .plus:before {
  transform: translate(50%, 50%) rotate(90deg);
}
ol.decimal-type {
	list-style-type: decimal;
	margin: 20px 0 20px 20px;
	font-size: 14px;
}
ol.decimal-type ol {
	list-style-type: disc!important;
	margin: 10px 0 10px 5px;
}
ol.decimal-type + br {
	margin-bottom: 0;
}
p.last-txt {
	font-size: 14px;
	text-align: right;
	margin-top: 20px;
}
	.inquiry #contents .c-box01 .furikomi {
		width: 100%;
		background: #f5f5f5;
		padding: 10px 10px;
		margin-bottom: 25px;
	}
	.inquiry #contents .c-box01 .furikomi p {
		color: #FF0000;
	}
	.inquiry #contents .c-box01 .read {
		font-size: 16px;
		margin-bottom: 20px!important;
		padding: 0;
	}
	.inquiry #contents .c-box01 .info-area {
		display: inline-block;
		padding-left: 15px;
		border-left: 3px solid #b18d13;
		font-size: 15px;
		font-weight: bold;
		margin-bottom: 20px;
	}
	.inquiry #contents .c-box01 .info-area span.cap {
		color: #b18d13;
    font-weight: 600;
	}
	.inquiry #contents .c-box01 .info-area span.ltxt {
		font-size: 20px;
	}
  .inquiry #contents .c-box01 .info-area span.stxt {
		font-size: 14px;
	}

	.sub.blog {
		padding: 40px 0 50px;
		}
	.sub.blog .blog-inner {
		max-width: 100%;
		margin: 0 auto;
		padding: 0 20px;
	}
	.sub.blog .blog-column {
		width: 100%;
		display:block;
		margin: 25px auto;
	}
	.sub.blog .blog-area {
		width: 100%;
	}
	.sub.blog .archive-area {
		width: 100%;
	}
	.sub.blog .archive-area ul { 
		width: 100%;
		}
	.sub.blog .archive-area li {
		margin-bottom: 10px;
	}
	.sub.blog .blog-list {
		display: flex;
		justify-content:space-between;
		width: 100%;
		margin: 0 auto;
		flex-wrap:wrap;
		-webkit-flex-wrap: wrap;
	}
	.sub.blog .blog-list li {
		width: calc(50% - 10px);
		margin-right: 10px;
		margin-bottom: 20px;
	}
	.sub.blog .blog-list li:nth-child(even){
		margin-right: 0;
	}
	.sub.blog .blog-list li a {
		opacity: 0.7;
	}
	.sub.blog .blog-list li img {
		width: 100%;
		height: 167px;
		object-fit:cover;
		margin-bottom: 10px;
		border: 1px solid #EBEBEB;
	}
	.sub.blog .blog-list li p.day-data {
		font-size: 11px;
	}
	.sub.blog .blog-list li h3.title {
		font-size: 14px!important;
		text-align:left;
		margin: 5px auto!important;
		line-height: 1.4;
	}
	.sub.blog .blog-list li .area {
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
		font-size: 14px;
	}
	.sub.blog p.day-data {
		text-align: right;
		font-size: 11px;
		color: #999;
	}

	.post-area {
		width: 100%;
	}
	.sub.blog  h2 {
		font-size: 16px!important;
		font-weight: 600;
		border-bottom: 1px solid #ccc;
		margin-bottom: 10px;
		padding-bottom: 10px;
		text-align: left!important;
	}
	.post-area a {
		color: #434485;
		text-decoration: underline;
	}
	.post-area .sumimg img {
		max-height: 200px;
		text-align: center;
		width: auto;
		display: block;
		margin: 0 auto;
	}
	.post-area .post-inner img {
		width: auto!important;
		height: auto;
		text-align: center;
		margin: 20px auto;
	}
	.post-area .post-inner {
		width: 100%;
		margin: 15px auto;
	}
	.post-area .post-inner p {
		font-size: 0.875rem;
		line-height: 1.8;
	}
	.tCenter {
		text-align: center;
	}
	.wp-pagenavi {
			margin: 40px auto 0;
			text-align: center;
	}
}
@media all and (max-width: 768px) {
	.archivetitle {
		font-size: 18px;
		margin-bottom: 20px;
		padding-bottom: 5px;
		text-align:center;
	}
}