@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Archivo+Narrow:wght@500;600&display=swap');
@keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
html, body, div, applet, object, iframe,
h1, h2, h3, h3, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
  box-sizing: border-box;
	color: #333;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Noto Sans JP', sans-serif!important;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

html {
  overflow-y: scroll;
  overflow-x:hidden;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

input, textarea {
  margin: 0;
  padding: 0;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th {
  text-align: left;
}

a:focus {
  outline: none;
}

.both {
  clear: both;
}

.inline_block {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

table {
  width: 100%;
}

main {
  display: block;
}
a.anchor {
  display: block;
}

.mt0 {
  margin-top: 0px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt50 {
  margin-top: 50px !important;
}
.mt60 {
  margin-top: 60px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mt90 {
  margin-top: 90px !important;
}
.mt100 {
  margin-top: 100px !important;
}


.tCenter {
  text-align: center !important;
}

.tLeft {
  text-align: left !important;
}

.tRight {
  text-align: right !important;
}

.bold {
  font-weight: bold !important;
}
.red {
	color:#ff0000!important;
}

a:hover {
	opacity: 0.7;
}
span.supText {
  font-size: 0.9rem;
  vertical-align: top;
  position: relative;
  font-weight: normal;
}
.annotation {
  font-size: 0.9rem;
  width: auto!important;
  line-height: 1.6;
}
.annotation tr td:first-child {
  padding-right: 5px;
}
.s-font {
  font-size: 14px!important;
  font-weight: normal;
}
.m-font {
  font-size: 16px;
  margin-bottom: 10px!important;
  line-height: 1.6;
}

body {
  -webkit-text-size-adjust: none;
}

body {
  font-family: "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" ,"Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
}

@media screen and (min-width: 768px) {
	
	#equipment,#campaign,#movie,#portrait {
		padding-top: 60px;
		margin-top: -60px;
	}
  /*-------------------------------
  スクロール　モーション
  -------------------------------*/ 
  .sa {
  opacity: 0;
  transition: all .5s ease;
  }
  .sa.show {
  opacity: 1;
  transform: none;
  }
  .sa--lr {
  transform: translate(-80px, 0);
  }
  .sa--rl {
  transform: translate(80px, 0);
  }
  .sa--up {
  transform: translate(0, 80px);
  }
  .sa--down {
  transform: translate(0, -100px);
  }
  .sa--scaleUp {
  transform: scale(.5);
  }
  .sa--scaleDown {
  transform: scale(1.5);
  }
  .sa--rotateL {
  transform: rotate(180deg);
  }
  .sa--rotateR {
  transform: rotate(-180deg);
  }
}
@media screen and (min-width: 768px) {

  .sp {
    display: none !important;
  }

  body {
    line-height: 1.6;
  }

  a[href*="tel:"] {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
}
	
	
  /*-------------------------------
  HEADER
  -------------------------------*/
  #globalHeader {
    z-index: 2000;
    display: block;
    width: 100%;
    height: 60px;
		background: #FFF;
		position: fixed;
  }

  #globalHeader .contents-inner {
    max-width: 100%;
    display: flex;
    display:-webkit-box;
    display:-ms-flexbox;
    justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    margin: 0 auto;
		position: relative;
  }
  #globalHeader .contents-inner .logo {
		max-width: 250px;
    line-height: 60px;
		padding-left: 20px;
  }
  #globalHeader .contents-inner .logo a {
    transition: 0.3s;
  }
  #globalHeader .contents-inner .logo a:hover {
    opacity: 0.7;
  }
  #globalHeader .contents-inner .logo img {
    transition: 0.5s;
		height: auto;
  }
  #globalHeader .contents-inner .global-navi > ul {
    display: flex;
    justify-content: space-between;
    align-items: top;
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    -webkit-align-items: top;
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
		margin-right: 20px;
    /*font-feature-settings: "palt" 1;*/
  }
  #globalHeader .contents-inner .global-navi > ul > li {
    transition: 0.5s;
		display: table-cell;
		vertical-align:middle;
		position: relative;
  }
	#globalHeader .contents-inner .global-navi > ul > li:before {
		content: "|";
		color: #ccc;
		position: absolute;
	  top: 50%;
    left: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
	}
  #globalHeader .contents-inner .global-navi > ul > li > a {
		display: block;
    position: relative;
		padding: 0 12px 0 14px;
    font-size: 16px;
		font-weight: 400;
		font-family: 'Noto Sans JP', sans-serif;
    color: #000;
    text-decoration: none;
		line-height: 60px;
		text-align: center;
  }
	#globalHeader .contents-inner .global-navi > ul > li.current > a {
		color:#d4F1338;
	}
	#globalHeader .contents-inner .global-navi > ul > li:first-child {
		padding-left: 0;
	}
	#globalHeader .contents-inner .global-navi > ul > li:nth-of-type(4) {
		position: relative;
	}
	#globalHeader .contents-inner .global-navi > ul > li > a:hover {
		color:#d41338;
		opacity: 1;
	}
  #globalHeader .contents-inner .global-navi > ul > li > a span {
    display: none;
  }
  /*#globalHeader .contents-inner .global-navi > ul > li > ul {
    display: none;
  }*/
	
@media all and (min-width: 768px) {
/* ドロップダウンメニュー */
	/* 通常時は非表示 */
	.child_menu {
		position: absolute;
		top: 100%;
		left: 0;
		transition: all 1s;
		background-color: #333;
		display: none;
		width: 100%;
	}
	.dropdown {
		position: relative;
	}
	/* dropdownクラスhoverしたら隣接要素のdropdown_menuクラスを表示 */
	.dropdown:hover+.dropdown_menu,
	.dropdown_menu:hover {
		display: block;
	}
	.child_menu li {
		padding: 0;
	}
	.drop-menu-item a {
		display: block;
		font-size: 15px;
		text-align: center;
		padding: 10px 0!important;
		color: #fff;
		border-bottom: 1px solid #fff;
		font-weight: bold;
		text-decoration: none;
	}
	.drop-menu-item a:hover {
		background-color: #d41338!important;
		color: #fff;
		opacity: 1;
	}
	.child_menu li:last-child a {
		border-bottom: none;
	}
}

	.inq-box-area {
		max-width: 1000px;
		margin: 0 auto;
		position: relative;
	}
	.inq-box.fixed {
		position:fixed;
		z-index: 200;
	}
	.inq-box {
		position:absolute;
		top: 0;
    right: 0;
		z-index: 100;
	}
  .inq-box ul {
		text-align: right;
		float: right;
		display: table;
		margin:0 auto;
  }
	.inq-box ul:after {
		content: "";
    clear: both;
    display: block;
	}
	.inq-box ul li {
		display: table-cell;
	}
	.inq-box ul li a {
		color: #fff;
		line-height: 50px;
		display: block;
		text-decoration: none;
		font-weight: 500;
		font-family: 'Noto Sans JP', sans-serif;
		text-align: center;
		font-size: 22px;
		width: 300px;
		background: #17184B;
	}
  #globalHeader .contents-inner .sp-menu {
    display: none;
  }
	#globalHeader .menus {
		display: none;
	}
  /*-------------------------------
  BREADCRUMB
  -------------------------------*/
  #breadCrumb {
    max-width: 1100px;
    padding: 0 0 15px;
    margin: 0 auto;
    color: #666;
		font-size: 13px;
  }
  #breadCrumb a {
    color: #666;
    text-decoration: none;
    font-size: 13px;
  }
	#breadCrumb a:hover {
		text-decoration:underline;
	}
  /*-------------------------------
  TO TOP
  -------------------------------*/
  .to-top {
    position: fixed;
    bottom: 75px;
    right: 50px;
    z-index: 9999;
  }
  .to-top a {
    transition: 0.3s;
  }
  .to-top a:hover {
    opacity: 0.7;
  }
  /*-------------------------------
  FOOTER
  -------------------------------*/
  #globalFooter {
    background:#f5f5f5;
  }
	#globalFooter .address {
		max-width: 100%;
		background: #f5f5f5;
	}
	#globalFooter .address .info-sp {
		padding: 25px 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:600!important;
		font-size: 16px;
	}
	.home #globalFooter .links {
		max-width: 1100px;
		padding: 15px 0;
		display: flex;
    justify-content:center;
    align-items: center;
    display: -webkit-flex;
    -webkit-justify-content: center;
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
		margin: 0 auto;
	}
	.home #globalFooter .links li {
		width: 30%;
		text-align: center;
	}
	/*.home #globalFooter .links img {
		margin-bottom: 5px;
	}
	.home #globalFooter .links .note-s {
		font-size: 10px;
	}*/
  #globalFooter .inner {
    text-align: center;
    color: #fff;
    font-size: 14px;
  }
  .footer-global-navi {
    width: 100%;
    background: #333;
		line-height: 55px;
  }
  .footer-global-navi .inner {
    max-width: 1100px;
    padding: 25px 0;
    margin: 0 auto;
    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;
  }
  .footer-global-navi .inner .box p {
		color: #fff;
		font-size: 13px;
  }
  .footer-global-navi .box:nth-of-type(1) {
  }
	.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;
	}	
  /*-------------------------------
  Contents-inner
  -------------------------------*/	
	.sub #contents {
		padding-top: 60px;
	}
	#contents .contents-inner {
		max-width: 1100px;
		margin: 0 auto;
		font-family: 'Noto Sans JP', sans-serif;
	}
  /*-------------------------------
  見出し、本文
  -------------------------------*/
	#contents h2 {
		padding: 0 0 10px;
		text-align: center;
		margin-bottom: 40px;
		font-size: 30px;
		font-weight: 600;
		font-family: 'Archivo Narrow', sans-serif!important;
	}
	#contents h2 span {
		font-size: 14px;
		font-weight: normal;
		display: block;
	}
	.home #contents .read {
		width: 900px;
		margin: 0 auto 30px;
		font-size: 16px;
		line-height: 2;
	}
	.home #contents .description {
		width: 900px;
		margin: 0 auto 30px;
		font-size: 14px;
		line-height: 2;
	}
  /*-------------------------------
  トップページ
  -------------------------------*/
	/* MainVisual
	--------------------------------------------------*/
	.home .mainVisual {
		display: block;
		background: #fff;
		padding-top: 60px;
		overflow: hidden;
	}

	.home .reason-box {
		padding: 30px 0;
	}
	.home .reason-box h2 {
		margin-bottom: 30px!important;
	}
	.home .reason-area {
		width: 100%;
		/*background:linear-gradient(0deg,#fff 0%,#fff 40%,#333 40%,#333 100%);*/
		background: url("../images/top/reson_bg.png") repeat-x #fff;
	}
	.home .reason-area .point-box {
		max-width: 1100px;
    display: flex;
    display:-webkit-box;
    display:-ms-flexbox;
    justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    margin: 0 auto;
	}
	.home .reason-area .point-box li {
		max-width: 330px;
	}
	.home .reason-area .point-box li dl {
		width: 100%;
	}
		.home .reason-area .point-box li dt {
		width: 100%;
		padding: 20px 0 10px;
	}
	.home .reason-area .point-box li dd {
		padding-top: 30px;
		max-width: 330px;
		font-size: 16px;
		line-height: 1.8;
		text-align: left;
	}
	.home .reason-area .point-box li .bnt a {
		max-width: 280px;
		text-align: center;
		margin: 20px auto 0;
		display:block;
		color: #333;
		font-size: 16px;
		text-decoration: none;
		padding: 10px 25px;
		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: 20px 0 10px;
	}
	.home .c-box00 h1 {
		font-size: 16px;
		text-align: center;
	}
	.home .c-box00 .info-area {
		margin: 0 auto;
		width: 950px;
		border-top: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
		display: table;
	}
	.home .c-box00 .info-area li {
		font-size:16px;
		margin-bottom: 10px;
		display: table-cell;
		padding:10px 15px;
	}
	.home .c-box00 .info-area li:first-child {
		max-width: 180px;
		font-size: 16px;
		text-align: center;
		font-weight: 600;
		background: #f2f2f2;
		vertical-align: middle;
	}
	.home .c-box00 .info-area li span {
		display:block;
		float: left;
	}
	.home .c-box00 .info-area li span:first-child {
		width: 100px;
		font-size:14px;
	}
	.home .c-box00 .info-area:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}
	.home .c-box_bnr {
		padding: 30px 0 50px;
	}
	.home .c-box_bnr p {
		text-align: center;
		color: 333;
		font-weight: 500;
		font-size: 18px;
		margin-bottom: 15px;
	}
	.home .c-box_bnr .bnr-box{
		max-width: 100%;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
		display: -webkit-flex;
		-webkit-justify-content: space-between;
		flex-wrap: nowrap;
		-webkit-flex-wrap: nowrap;
	}
	.home .gallery {
		padding: 50px 0 60px;
		margin: 0 auto;
		text-align: center;
	}
	.home .gallery .contents-inner {
		text-align: center;
		max-width: 920px!important;
	}
	.home .gallery .contents-inner h2 {
		padding: 7px 0!important;
		text-align: center;
		margin-bottom: 30px!important;
		font-size: 22px!important;
		background: #f5f5f5;
	}
	.home .gallery iframe {
		margin: 0 auto;
	}
	.about .c-box01 .comment {
		font-size: 14px;
		line-height: 1.8;
		padding: 10px 0;
		text-align: center;
		color: #333;
	}
	.sub.about .c-box01 {
		padding: 30px 0!important;
		margin-bottom: 100px;
	}
	.about .c-box01 .media-box {
		max-width: 100%;
		margin: 50px auto 80px;
		display: flex;
		justify-content: space-between;
		display: -webkit-flex;
		-webkit-justify-content: space-between;
		flex-wrap: nowrap;
		-webkit-flex-wrap: nowrap;
	}
	.about .c-box01 .media-box .box:nth-of-type(1) {
		max-width: 400px;
	}
	.about .c-box01 .media-box .box:nth-of-type(2) {
		width: 650px;
	}
	.about .c-box01 .read {
		width: 650px!important;
		font-size: 18px!important;
		line-height: 1.8;
		padding: 10px 0;
		text-align: center;
		color: #333;
	}
	.home .c-box02 {
		padding: 60px 0 100px;
	}
	.home .c-box02 .bg-gray {
		max-width: 1400px;
		padding: 70px 5% 70px 0;
		background: #333333;
		margin-bottom: 80px;
	}
	.home .c-box02 .bg-white {
		max-width: 1300px;
		padding: 0 0 85px 0;
		float: right;
	}
	.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;
	}
	.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: 30px;
		line-height: 1.2;
		color: #999;
		font-weight: 600;
		font-family: 'Archivo Narrow', sans-serif!important;
	}
	.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: 40px;
		font-family: 'Archivo Narrow', sans-serif!important;
	}
	.home .c-box02 .media-box01 li:nth-of-type(2) dl dt h4 {
		font-size: 20px;
		color: #fff;
		margin-bottom: 15px;
		line-height: 1.2;
	}
	.home .c-box02 .media-box01 .copy {
		width: auto;
		color: #fff;
		font-size: 14px;
	}
	.home .c-box02 .more {
		margin: 20px 0 40px;
	}
	.home .c-box02 .media-box01 .more a {
		display:block;
		color: #fff;
		font-size: 16px;
		width: 160px;
		text-decoration: none;
		padding: 10px 25px 10px 25px;
		line-height: 1.2;
		border: 1px solid #fff;
		background: url("../images/common/ico_arrow.png") no-repeat 93% center;
	}
	.home .c-box02 .more:after {
		content: "";
		clear: both;
		height: 0;
		display: block;
		visibility: hidden;
	}
	.home .c-box02 .media-box01 .more a:hover {
		opacity: 0.75;
	}
	.home .c-box02 .media-box01 li:nth-of-type(2) dl dd,.home .c-box02 .media-box02 li:nth-of-type(1) dl dd {
		display: flex;
		justify-content: space-between;
		display: -webkit-flex;
		-webkit-justify-content: space-between;
		flex-wrap: nowrap;
		-webkit-flex-wrap: nowrap;
	}
	.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: 44.8%;
	}
	.home .c-box02 .media-box02 li:nth-of-type(2) {
		width: 55.2%;
		text-align: right;
		padding-left: 3%;
	}
	.home .c-box02 .media-box02 li:nth-of-type(1) dl dt h3 {
		font-size: 30px;
		color: #999;
		line-height: 1.2;
		font-weight: 600;
		font-family: 'Archivo Narrow', sans-serif!important;
	}
	.home .c-box02 .media-box02 li:nth-of-type(1) dl dt h4 {
		font-size: 20px;
		color: #333;
		line-height: 1.2;
		margin-bottom: 15px;
	}
	.home .c-box02 .media-box02 .copy {
		width: auto;
		color: #333;
		font-size: 14px;
	}
	.home .c-box02 .media-box02 .more a {
		display:block;
		color: #333;
		font-size: 16px;
		width: 160px;
		text-decoration: none;
		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-box01 .more a:hover {
		opacity: 0.75;
	}
	.home .c-box02 .media-box01 li:nth-of-type(2) dl dd figure {
	}
	.home .c-box02 .media-box01 li:nth-of-type(2) dl dd figure:last-child {
		margin-left: 30px;
	}
	.cregit {
		font-size: 12px;
		max-width: 1100px;
		margin: 0 auto;
	}
	.home .c-box03 {
		padding: 60px 0 80px;
		background: #f7f7f7;
	}
	.home .c-box03 .read {
		text-align: center;
	}
	.home .c-box03 .img-box {
		display: flex;
		justify-content: space-between;
		display: -webkit-flex;
		-webkit-justify-content: space-between;
		flex-wrap:wrap;
		-webkit-flex-wrap:wrap;
		width: 100%;
		margin-bottom: 5px;
	}
	.home .c-box03 .img-box li {
		max-width: 360px;
		margin-bottom: 10px;
	}
	.home .c-box03 .list-txt {
		display: flex;
		justify-content: space-between;
		display: -webkit-flex;
		-webkit-justify-content: space-between;
		flex-wrap:wrap;
		-webkit-flex-wrap:wrap;
		width: 100%;
	}
	.home .c-box03 .list-txt li {
		width: 32%;
		font-feature-settings: "palt" 1;
	}
  .home .c-box03 .facility-list {
    margin-top: 50px;
  }
  .home .c-box03 .facility-list table {
    border-top: 1px dotted #ccc;
    margin-top: 10px;
  }
  .home .c-box03 .facility-list table tr {
    border-bottom: 1px dotted #ccc;
    padding: 10px 0;
  }
  .home .c-box03 .facility-list table td {
    padding: 5px;
  }
  .home .c-box03 .facility-list table th {
    text-align: left;
    font-size: 14px;
  }
  .home .c-box03 .facility-list table td {
    text-align: left;
    font-size: 14px;
  }
  .home .blog  {
		padding: 60px 0 80px;
  }
	.home .blog .blog-list {
		display: flex;
		width: 100%;
		margin: 20px auto;
	}
	.home .blog .blog-list li {
		width: calc(33.33% - 13px);
		margin-right: 20px;
	}
	.home .blog .blog-list li a {
		text-decoration: none;
	}
	.home .blog .blog-list li a:hover {
		text-decoration:underline;
	}
	.home .blog .blog-list li img {
		margin-right: 30px;
		width: 346px;
		overflow: hidden;
		height: 230px;
		object-fit:contain;
		margin-bottom: 10px;
		border: 1px solid #EBEBEB;
	}
	.home .blog .blog-list li p.day-data {
		text-align: left;
		font-size: 12px;
		color: #999;
		line-height: 1.2;
	}
	.home .blog .blog-list li h3.title {
		font-size: 16px;
		text-align:left;
		font-weight: bold;
		margin: 5px auto;
		line-height: 1.4;
	}
	.home .blog .blog-list li .area {
		display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
		overflow: hidden;
		font-size: 14px;
	}
		.home .blog .more {
		margin: 40px auto;
	}
	.home .blog .more a {
		display:block;
		color: #333;
		font-size: 16px;
		width: 160px;
		text-decoration: none;
		padding: 10px 25px 10px 30px;
		line-height: 1.2;
		border: 1px solid #666;
		background: url("../images/common/ico_arrow2.png") no-repeat 93% center;
		margin: 0 auto;
	}
	.facility .c-box03 {
		padding: 60px 0 80px;
		background: #f7f7f7;
	}
	.facility .c-box03 .read {
		text-align: center;
	}
	.facility .c-box03 .img-box {
		display: flex;
		justify-content: space-between;
		display: -webkit-flex;
		-webkit-justify-content: space-between;
		flex-wrap:wrap;
		-webkit-flex-wrap:wrap;
		width: 100%;
		margin-bottom: 5px;
	}
	.facility .c-box03 .img-box li {
		max-width: 360px;
		margin-bottom: 10px;
	}
	.facility .c-box03 .list-txt {
		display: flex;
		justify-content: space-between;
		display: -webkit-flex;
		-webkit-justify-content: space-between;
		flex-wrap:wrap;
		-webkit-flex-wrap:wrap;
		width: 100%;
	}
	.facility .c-box03 .list-txt li {
		width: 32%;
		font-feature-settings: "palt" 1;
	}
  .facility .c-box03 .facility-list {
    margin-top: 50px;
  }
  .facility .c-box03 .facility-list table {
    border-top: 1px dotted #ccc;
    margin-top: 10px;
  }
  .facility .c-box03 .facility-list table tr {
    border-bottom: 1px dotted #ccc;
    padding: 10px 0;
  }
  .facility .c-box03 .facility-list table td {
    padding: 5px;
  }
  .facility .c-box03 .facility-list table th {
    text-align: left;
    font-size: 14px;
  }
  .facility .c-box03 .facility-list table td {
    text-align: left;
    font-size: 14px;
  }
	.price .c-box04 {
		padding: 20px 100px;
		max-width: 100%;
		margin: 0 auto;
	}
	.price .c-box04 .contents-inner{
		padding: 30px 100px;
		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: 10px 0;
	}
	.price .c-box04 h3 span {
		font-size: 14px;
		font-weight: normal;
	}
	.price .c-box04 p.read {
		font-size: 18px;
		text-align: center!important;
		font-weight: 500;
		margin-bottom: 20px!important;
	}
	.price .c-box04 table {
		margin: 20px auto 30px;
		max-width: 100%;
	}
	.price .c-box04 th {
		text-align: left;
		font-size: 16px;
		font-weight: 500;
		max-width: 33.33%;
		border-bottom: 1px solid #ccc;
	}
	.price .c-box04 tr:first-child th:nth-of-type(2) {
		width: 20%;
	}
	.price .c-box04 td,.home .c-box04 th {
		border-bottom: 1px solid #ccc;
		padding: 10px 0;
		font-size: 16px;
	}
	.price .c-box04 td span {
		font-size: 18px;
		font-weight: 500;
	}
	.price .c-box04 tr td:first-child {
		width: 320px;
	}
	.price .c-box04 td .tujyo {
		font-size: 14px!important;
		text-decoration: line-through;
	}
	.price .note {
		font-size: 14px!important;
	}
	.price .c-box04 .price-comp {
		text-align: right;
		margin: 20px 0 0;
	}
	.price .c-box04 .price-comp span a {
		text-align: center;
		font-size: 16px;
		text-decoration: none;
	}
	.price .c-box04 .price-comp span a:hover {
		text-decoration: underline;
	}
	.access .c-box05 {
		padding: 50px 0 100px;
	}
	.access .c-box05 h4 a,.access .c-box05 td a {
		color: #2babfd;
		text-decoration: none;
	}
	.access .c-box05 h4 a:hover,.access .c-box05 td a:hover{
		text-decoration: underline;
	}
	.access .c-box05 .acc_box {
		margin: 0 auto 80px;
		width: 100%;
		display: flex;
    display:-webkit-box;
    display:-ms-flexbox;
    justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
	}
	.access .c-box05 .map-box {
		width: 100%;
		display: flex;
		justify-content:flex-start;
		display: -webkit-flex;
		-webkit-justify-content: flex-start;
		flex-wrap:wrap;
		-webkit-flex-wrap:wrap;
	}
	.access .c-box05 .map-box li:first-child {
		max-width: 350px;
		margin-right: 100px;
	}
	.access .c-box05 .map-box li:first-child img {
		margin-bottom: 20px;
	}
	.access .c-box05 .map-box li:last-child {
		max-width: 640px;
	}
	.access .c-box05 h4 {
		font-size: 16px;
		font-weight: 500;
		margin-bottom: 10px;
	}
	.access .c-box05 h4 span {
		font-size: 18px;
	}
	.access .c-box05 p span {
		font-weight: 600;
		display: block;
		margin-bottom: 5px;
		font-size: 16px;
	}
	.access .c-box05 table {
		width: auto;
	}
	.access.c-box05 td,.home .c-box05 th {
		font-size: 14px;
		padding-bottom: 5px;
	}
	.access .c-box05 th {
		font-weight: 600;
		padding-right: 5px;
	}
	.access .c-box05 .googlemap {
		margin: 30px 0 80px;
	}
	.home .c-box06 {
		padding: 30px;
	}
	.home .c-box06 .other-box {
		display: flex;
		justify-content: space-between;
		display: -webkit-flex;
		-webkit-justify-content: space-between;
		flex-wrap:wrap;
		-webkit-flex-wrap:wrap;
		width: 100%;
	}
	.home .c-box-twfeed {
		padding: 60px 0 80px;
		background: #f7f7f7;
		margin: 0 auto;
		border-bottom: 1px solid #ccc;
	}
	.home .c-box-twfeed .feed-box {
		max-width: 700px;
		max-height: 500px;
		padding-right: 20px;
		overflow-y: scroll;
		margin: 0 auto;
	}
}


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

  /*-------------------------------
  下層ページ
  -------------------------------*/
	.sub #contents .contents-inner {
		max-width: 960px;
		margin: 0 auto;
		font-family: 'Noto Sans JP', sans-serif;
	}
	.sub.about #contents .contents-inner,.sub.floor #contents .contents-inner,.sub.access #contents .contents-inner {
		max-width: 1100px;
		margin: 0 auto;
		font-family: 'Noto Sans JP', sans-serif;
	}
	.sub.floor #contents h1,.sub.facility #contents h1 {
		position: relative;
		width: 100%;
		height: 330px;
		overflow: hidden;
		margin-bottom: 10px;
	}
	.sub.floor.f-a #contents h1 {
		background: url("../images/a_floor/h1.jpg") no-repeat;
		background-size: cover;
	}
	.sub.floor.f-b #contents h1 {
		background: url("../images/b_floor/h1.jpg") no-repeat;
		background-size: cover;
	}
	.sub.floor.roof #contents h1 {
		background: url("../images/roof_top/h1.jpg") no-repeat;
		background-size: cover;
	}
	.sub.blog.other #contents h1 {
		background: url("../images/blog/h1.jpg") no-repeat;
		background-size: cover;
	}
	.sub.facility #contents h1 {
		background: url("../images/facility/h1.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: 38px;
		line-height: 1;
		text-align: center;
		font-weight: 600;
		font-family: 'Archivo Narrow', sans-serif!important;
		color: #fff;
		margin-bottom: 60px;
	}
	.sub.other #contents h1 {
		position: relative;
		width: 100%;
		height: 200px;
		background: #ebebeb;
		margin-bottom: 10px;
	}
	.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: 38px;
		line-height: 1;
		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 h3 {
		font-size: 18px;
		font-weight: bold;
		margin-bottom: 10px;
		font-weight: 600;
		font-family: 'Archivo Narrow', sans-serif!important;
	}
	.sub #contents .read {
		max-width: 960px;
		margin: 0 auto 45px;
		font-size: 16px;
		text-align: left;
		line-height: 1.9;
	}
	.sub #contents .description {
		width: 100%;
		font-size: 14px;
		line-height: 1.9;
	}
	.sub .note-s {
		font-size: 13px!important;
	}
	.sub .c-box01 {
		padding: 20px 0 80px;
	}
	.sub figure {
		text-align: center;
		margin: 50px 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: 50px auto;
		border-top: 1px solid #ccc;
	}
	.sub .list-tab th,.sub .list-tab td {
		padding: 10px 15px;
		border-bottom: 1px solid #ccc;
	}
	.sub .list-tab th {
		background: #f5f5f5;
		font-size:14px;
		font-weight: bold;
		width: 20%;
	}
	.sub .list-tab td {
		font-size:14px;
	}
	.sub .gallery {
		padding: 50px 0 80px;
		background: #ebebeb;
	}
	.sub #contents .gallery .contents-inner {
		max-width: 1100px;
		margin: 0 auto;
	}
	.sub #contents .gallery-box {
		display: flex;
    justify-content: space-between;
    align-items: center;
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    -webkit-align-items: center;
    flex-wrap:wrap;
    -webkit-flex-wrap: wrap;
	}
	.sub #contents .gallery-box li {
		max-width: 530px;
		margin-bottom: 30px;
	}
}

/*-------------------------------
よくある質問
-------------------------------*/
.wrap {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
.toggle_title {
  position: relative;
  padding: 20px;
  border-bottom: 1px solid #000;
  cursor: pointer; 
	color: #6b3906;
	font-size: 16px;
}
.toggle_title .qus {
	width: 36px;
	display: inline-block;
	line-height: 36px;
	border-radius: 18px;
	text-align: center;
	font-size: 18px;
	font-weight: 600;
	font-family: 'Archivo Narrow', sans-serif!important;
	background: #ebebeb;
	margin-right: 15px;
}
.toggle_title:hover {
  opacity: 0.7;
  transition: 0.5s;
}
.sub.other figure {
	margin: 10px 0;
	text-align: left;
}
.toggle_ans {
  margin: 0;
  padding: 20px;
  display: none;
	font-size: 15px;
}
/*プラス*/
.plus {
  position: absolute;
  right: 20px;
  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 20px;
}
ol.decimal-type + br {
	margin-bottom: 0;
}

p.last-txt {
	font-size: 14px;
	text-align: right;
	margin-top: 20px;
}

@media screen and (min-width: 768px) {
	.reserve_btn a {
		max-width: 500px;
		line-height: 80px;
		background: #d41338;
		font-size: 20px;
		color: #fff;
		display: block;
		margin: 2rem auto 5px;
		border-radius: 10px;
		text-align: center;
		font-weight: bold;
		text-decoration: none;
	}
  .home .reserve_btn a {
		max-width: 500px;
		line-height: 80px;
		background: #d41338;
		font-size: 20px;
		color: #fff;
		display: block;
		margin: 3rem auto 20px;
		border-radius: 10px;
		text-align: center;
		font-weight: bold;
		text-decoration: none;
	}
}
	.reserve_btn a:hover {
		opacity: 0.75;
	}

.theta360 {
	max-width: 100%;
	text-align: center;
	margin: 50px auto;
}

.theta360 .ricoh-theta-spherical-image {
	text-align: center;
	margin: 50px auto;
}


.theta360 .ad_banner {
	display: none!important;
}

.theta360 a.ad_banner_link_1{
	display: none!important;
}
@media screen and (max-width: 767px) {
	.reserve_btn a {
		max-width: 100%x;
		background: #d41338;
		font-size:18px;
		color: #fff;
		display: block;
		margin: 2rem auto 0;
		border-radius: 10px;
		text-align: center;
		font-weight: bold;
		text-decoration: none;
		padding: 20px 10px;
		margin-bottom: 20px;
	}
}

	.inquiry #contents .c-box01 .furikomi {
		width: 100%;
		background: #f5f5f5;
		padding: 10px 30px;
		margin-bottom: 20px;

	}
	.inquiry #contents .c-box01 .furikomi p {
		color: #FF0000;
	}
	.inquiry #contents .c-box01 .read {
		font-size: 16px;
		margin-bottom: 20px;
	}
	.inquiry #contents .c-box01 .info_box {
		display: flex;
    display:-webkit-box;
    display:-ms-flexbox;
    justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    margin-top: 50px;
	}
	.inquiry #contents .c-box01 .info-area {
		padding-left: 20px;
		border-left: 2px solid #333;
		font-size: 16px;
		margin-bottom: 30px;
	}
	.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;
	}

#floor.swiper {
  /*スライダーの幅と高さを調整*/
	width: 100%;
  max-width: 594px;
  height: auto;
	justify-content:space-between;
	display: flex;
	margin: 0;
}

#floor .swiper-slide {
  /*スライド要素の幅と高さを調整*/
  width: 100%;
  height: 100%;
}
#floor .swiper-slide img {
	max-width: 297px;
}

.swiper-button-next, .swiper-button-prev {
    color: #fff;
}
.swiper-button-next:after,.swiper-button-prev:after {
    font-size: 26px;
}

@media screen and (max-width: 767px) {
	
	#floor.swiper {
		/*スライダーの幅と高さを調整*/
		max-width: 100%!important;
		width: 100%;
		height: auto;
		margin: 0;
	}
	#floor .swiper-slide {
		/*スライド要素の幅と高さを調整*/
		width: 50%!important;
		height: auto;
	}
	#floor .swiper-slide img {
		width: 100%!important;
		height: auto;
		max-width: 100%;
	}
	.swiper-button-next:after, .swiper-button-prev:after {
			font-size: 22px;
	}
}
.swiper-container {
   width: 100%;
}
.swiper-container {
   height: 70vh;
	overflow: hidden;
}
.swiper-container.slider {
 	width: 100%;
	height: 70vh;
	overflow: hidden;
	position: relative;
}
.swiper-container.slider p {
	position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
	font-size: 26px;
	color: #FFF;
	z-index: 1000;
	text-align: center;
	font-family: 'Archivo Narrow', sans-serif!important;
}
.swiper-container.slider p span {
	font-size: 60px;
}
.swiper-container.slider img {
	width: 100%;
	height: 70vh;
	object-fit: cover;
}
.swiper-container.slider-thumbnail {
  height: 16vh;
}
.swiper-container.slider-thumbnail .swiper-wrapper .swiper-slide {
  width: 16.666%;
  height: 100%;
  opacity: .5;
  overflow: hidden;
}
.swiper-container.slider-thumbnail .swiper-wrapper .swiper-slide.swiper-slide-thumb-active{
  opacity: 1;
}
.swiper-fade .swiper-slide{
   transition-property: opacity !important;
}
@media screen and (max-width: 767px) {
	.swiper-container {
		width: 100%;
		 overflow: hidden;
	}
	.swiper-container.slider {
		width: 100%;
		height: auto;
	}
	.swiper-container.slider p {
		width: 90%;
		font-size: 18px;
	}
	.swiper-container.slider p span {
		font-size: 24px;
	}
	.swiper-container.slider img {
		width: 100%;
		height: auto;
		object-fit: cover;
	}
	.swiper-container.slider-thumbnail {
		max-width: 100%;
		height: auto;
	}
}

#card {
  width: 100%;
	display: flex;
}
#card .swiper-slide {
  opacity: 1; /* 左右のスライドを薄くする */
  /*transform: scale(.8); /* 左右のスライドを小さくする */
  /*transition: .7s; /* ゆっくり小さくさせる */

}
#card .slide-content {
  padding: 1.5rem 1.5rem 1rem;
	background: #fff;
  height: 220px;
  }
#card .cap {
  font-size: 1rem;
  line-height: 1.2;
  display: block;
  color: #333;
	font-weight: bold;
}
#card .slide-title {
	line-height: 1.6;
  height: 6.5rem;
  margin-top: 1.2rem;
	font-size: 0.85rem;
	margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  #card .slide-content {
    padding: 1.5rem 1.5rem 1rem;
    height: 170px;
    }
  #card .slide-title {
    height: 5.2rem;
    margin-top: 1rem;
    font-size: 0.85rem;
    margin-bottom: 0;
  }	
}
#card .swiper-slide img {
  height: auto;
  width: 100%;
}
#card .swiper-slide-active {
  opacity: 1; /* 中央のスライドは薄くしない */
  transform: scale(1); /* 中央のスライドは小さくしない */
  z-index: 1; /* 中央のスライドを一番上にする */
}
#card .swiper-button-next, #card .swiper-button-prev {
  color: #8ac9f2;
	top: 50%;
}

@media screen and (max-width: 767px) {
	#card .swiper-slide {
		width: 100%;
    margin: 0 auto;
	}
	#card .swiper-button-next, #card .swiper-button-prev {
		top: 30%;
	}
}
@media screen and (min-width: 768px) {
	.fixingBtns {
		position: fixed;
		top: calc(100px + 8.5%);
		right: 0;
		text-align: center;
		font-size: 18px;
		font-weight: bold;
		-webkit-transform: translateY(0);
		transform: translateY(0);
		z-index: 9999;
		transition: .2s;
		display: none;
	}
	.fixingBtns a {
		position: relative;
		display: inline-block;
		padding: 40px 15px 12px;
		color: #fff;
		text-decoration: none;
		line-height: 1.2;
		background: url(../images/common/icon_request.png) no-repeat center 10px #d41338;
		background-size: 26px;
	}
	.fixingBtns.is-active {
		display: block;
		z-index: 9999;
	}
}

@media screen and (max-width: 767px) {
	.fixingBtns {
		position: fixed;
		bottom: 0;
		z-index: 9999;
		width: 100%;
	}
	.fixingBtns a {
		width: 100%;
		display: block;
		color: #fff;
		text-decoration: none;
		line-height: 50px;
		background: url(../images/common/icon_request.png) no-repeat 20px center #d41338;
		background-size: 26px;
		text-align: center;
	}
	.fixingBtns.is-active {
		display: block;
		z-index: 9999;
	}	
}
@media screen and (max-width: 767px) {
	.about .c-box01 .media-box {
		max-width: 100%;
		margin: 0 auto;
		display: block;
	}
	.about .c-box01 .media-box .box:nth-of-type(1) {
		max-width: 100%;
		margin-bottom: 20px;
	}
	.about .c-box01 .media-box .box:nth-of-type(2) {
		width: 100%;
	}
	.about .c-box01 .read {
		width: 100%!important;
		font-size: 14px!important;
		line-height: 1.8;
		padding: 0;
	}
  .home .c-box03 .facility-list {
    margin-top: 30px;
  }
  .home .c-box03 .facility-list table {
    border-top: 1px dotted #ccc;
    margin-top: 10px;
  }
  .home .c-box03 .facility-list table tr {
    border-bottom: 1px dotted #ccc;
    padding: 10px 0;
  }
  .home .c-box03 .facility-list table td {
    padding: 5px;
  }
  .home .c-box03 .facility-list table th {
    text-align: left;
    font-size: 14px;
  }
  .home .c-box03 .facility-list table td {
    text-align: left;
    font-size: 14px;
  }
}



.sub.support #contents h1 span {
	display: block;
	line-height: 1.6;
}
.sub.support #contents h1 {
	position: relative;
	width: 100%;
	height: 330px;
	overflow: hidden;
	margin-bottom: 10px;
	background: url("../images/support/h1.jpg") no-repeat;
	background-size: cover;
}
.sub.support #contents h2 span {
	display: block;
	font-size: 18px;
}
.sub.support #contents .read {
	text-align: center;
	line-height: 2.2;
}
.sub.support #contents .read strong {
	font-size: 18px;
	font-weight: 600;
}
.support .c-box01 .profbox {
	width: 100%;
	background: #f5f5f5;
	padding: 40px 100px;
	margin-bottom: 20px;
	text-align: center;
}
.support .c-box01 .profbox > ul {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items:flex-start;
	display: -webkit-flex;
	flex-wrap: nowrap;
	-webkit-flex-wrap: nowrap;
	margin: 0 auto;
}
.support .c-box01 .profbox ul li {
	vertical-align: top;
}
.support .c-box01 .profbox ul li:nth-of-type(1){
	width: 30%;
}
.support .c-box01 .profbox ul li:nth-of-type(2){
	padding-left: 30px;
}
.support .c-box01 .profbox ul li p {
	font-size: 14px;
	line-height: 2;
	text-align: left;
	margin-bottom: 10px;
}
.support .c-box01 .profbox ul li p a {
	text-decoration: none;
}
.support .c-box01 .profbox ul li span.name {
	font-size: 20px;
	font-weight: 500;
}
.support .c-box01 .profbox ul li span.tel {
	font-size: 20px;
	font-weight: 500;
}
.support .c-box01 .profbox ul li p a img:nth-of-type(1){
	display: inline-block;
	padding-right: 10px!important;
}

@media screen and (max-width: 767px) {
	.sub.support #contents h1 {
		position: relative;
		width: 100%;
		height: 66.66%;
		padding-top: 66.66%;
		overflow: hidden;
	}
	.sub.support #contents h1 {
		background: url("../images/support/h1_sp.jpg") no-repeat;
		background-size:cover;
	}
	.sub.support .c-box01 {
		padding: 10px 0 30px;
	}
	.sub.support #contents .read {
		text-align: left;
	}
	.sub.support #contents .read strong {
		font-size: 16px;
	}
	.support .c-box01 .profbox {
		width: 100%;
		background: #f5f5f5;
		padding: 20px;
		margin-bottom: 20px;
		text-align: center;
	}
	.support .c-box01 .profbox > ul {
		width: 100%;
		text-align: left;
	}
	.support .c-box01 .profbox > ul li {
		display:inline-block;
		vertical-align: top;
	}
	.support .c-box01 .profbox > ul li:nth-of-type(1){
		width: 40%;
		margin-bottom: 10px;
	}
	.support .c-box01 .profbox > ul li:nth-of-type(2){
		width: 60%;
		padding-left: 15px;
	}
		.support .c-box01 .profbox > ul li:nth-of-type(1) img {
			max-width: 100%;
			text-align: left;
		}
	.support .c-box01 .profbox ul li p {
		font-size: 14px;
		line-height: 2;
	}
	.support .c-box01 .profbox ul li p a {
		text-decoration: none;
	}
	.support .c-box01 .profbox ul li span.name {
		font-size: 16px;
		font-weight: 600;
	}
	.support .c-box01 .profbox ul li span.tel {
		font-size: 16px;
		font-weight: 500;
	}
}

.calendarTitle {
  display: none!important;
}

.googleCalendar iframe {
  width: 100%;
  height: 450px!important;
  margin-bottom: 20px;
}
@media all and (max-width: 768px) {
  .googleCalendar iframe {
	  height: 600px;
  }
	.inquiry #contents .c-box01 .info_box {
    margin-top: 30px;
	}
	.m-font {
		font-size: 14px;
		margin-bottom: 10px!important;
		line-height: 1.6;
	}
}

.sub.blog .blog-inner {
	max-width: 1100px;
	margin: 0 auto;
}
.sub.blog .blog-column {
	width: 100%;
	display: flex;
  justify-content: space-between;
  align-items:flex-start;
	flex-wrap: nowrap;
	margin: 30px auto;
}
.sub.blog .blog-area {
	width: 77%;
}
.sub.blog .archive-area {
	width: 20%;
}
.sub.blog .archive-area ul { 
	width: 100%;
	}
.sub.blog .archive-area li {
	margin-bottom: 10px;
}

.sub.blog .blog-list {
	display: flex;
	justify-content:flex-start;
	width: 100%;
	margin: 0 auto;
	flex-wrap:wrap;
	-webkit-flex-wrap: wrap;
}
.sub.blog .blog-list li {
	width: calc(33.33% - 20px);
	margin-right: 20px;
	margin-bottom: 30px;
}
.sub.blog .blog-list li a {
	text-decoration: none;
}
.sub.blog .blog-list li a:hover {
	opacity: 0.7;
}
.sub.blog .blog-list li img {
	width: 249px;
	height: 167px;
	object-fit:contain;
	margin-bottom: 10px;
	border: 1px solid #EBEBEB;
}
.sub.blog .blog-list li p.day-data {
	text-align: left;
	font-size: 12px;
	color: #999;
	line-height: 1.2;
}
.sub.blog .blog-list li h3.title {
	font-size: 16px!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: 13px;
	color: #999;
	margin-bottom: 20px;
}

.post-area {
	width: 75%;
}
.sub.blog  h2 {
	font-size: 18px!important;
	font-weight: 600;
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px!important;
	padding-bottom: 10px;
	text-align: left!important;
}
.post-area a {
	color: #ef8586;
	text-decoration: underline;
}
.post-area .sumimg img {
	max-height: 400px;
	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: 30px auto;
}
.tCenter {
	text-align: center;
}
.sub.blog .archive-area {
	width: 20%;
}
.sub.blog .archive-area h3 {
	font-size: 16px!important;
}
.sub.blog .archive-area ul { 
	width: 100%;
	margin-bottom: 20px;
	}
.sub.blog .archive-area li {
	margin-bottom: 10px;
}
.sub.blog .archive-area .new li a:before {
	display: inline-block;
	content: "●";
	padding-right: 5px;
	font-size: 10px;
	line-height: 14px;
	padding-top: 2px;
}
.sub.blog .archive-area .new li a {
	width: 100%;
	display: block;
  font-size: 14px;
	margin-bottom: 10px;
	color: #333;
}
.sub.blog .archive-area .hoka li a {
	width: 100%;
	display: block;
	text-decoration: none;
  font-size: 14px;
  padding: 10px;
  text-align:center;
	color: #fff;
	background: #666;
}
.archivetitle p {
	font-size: 20px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 30px;
	padding-bottom: 10px;
	font-weight:600;
	text-align:center;
	font-family: 'Noto Sans JP', sans-serif!important;
}

.wp-pagenavi {
    margin: 70px auto 0;
    text-align: center;
}

.sub.case .c-box01 {
	padding: 30px 0 60px;
}
@media screen and (min-width: 768px) {
    .sub #contents .contents-inner {
        max-width: 1100px;
        margin: 0 auto;
        font-family: 'Noto Sans JP', sans-serif;
    }
}
.sub.case .local-navi {
	display: flex;
	justify-content:center;
	max-width: 100%;
	margin: 0 auto 60px;
	flex-wrap:wrap;
	-webkit-flex-wrap: wrap;
}
.sub.case .local-navi li {
	margin-right: 30px;
}
.sub.case .local-navi li a {
	width: 200px;
	display: block;
	border: 1px solid #444;
	text-align: center;
	padding: 10px 0;
	text-decoration: none;
	border-radius: 5px;
}
.sub.case .local-navi li a:hover {
	background: #d41338;
	border: 1px solid #d41338;
	color: #fff;
	opacity: 1;
}
.sub.case .local-navi li:last-child {
	margin-right: 0;
}
.sub.case .case-list {
	display: flex;
	justify-content:space-between;
	width: 100%;
	margin: 50px auto 80px;
	flex-wrap:wrap;
	-webkit-flex-wrap: wrap;
}
.sub.case .case-list li {
	margin-bottom: 40px;
}
.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}
.sub.case .case-list li p {
	text-align: center;
	margin-top: 5px;
	font-weight: bold;
	font-size: 15px;
}
.sub.case .case-list li.col2 {
  box-sizing:border-box;
	width: 530px;
}
.sub.case .case-list li.col3 {
  margin-bottom:35px;
  box-sizing:border-box;
  width:31%;
}
.sub.case .case-list::after{
  content:"";
  display: block;
  width:530px;;
}
.sub.case  h2 {
	font-size: 22px;
	font-weight: 600;
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px!important;
	padding-bottom: 10px;
}

@media all and (max-width: 768px) {
.sub.case .local-navi {
	display: flex;
	justify-content:center;
	max-width: 100%;
	margin: 0 auto 50px;
	flex-wrap:wrap;
	-webkit-flex-wrap: wrap;
}
.sub.case .local-navi li {
	margin-right: 10px;
}
.sub.case .local-navi li a {
	width: auto!important;
	display: block;
	border: 1px solid #444;
	text-align: center;
	padding: 5px 5px;
	text-decoration: none;
	border-radius: 5px;
}
.sub.case .local-navi li a:hover {
	background: #d41338;
	border: 1px solid #d41338;
	color: #fff;
	opacity: 1;
}
.sub.case .local-navi li:last-child {
	margin-right: 0;
}
.sub.case .case-list {
	display: block;
	width: 100%;
	margin: 30px auto 60px;
}
.sub.case .case-list li {
	display: block;
}
.youtube {
	margin-bottom: 5px;
}
.sub.case .case-list li p {
	text-align: center;
	font-weight: bold;
	font-size: 14px;
}
.sub.case .case-list li.col2 {
  max-width:100%;
	height: auto;
	margin-bottom: 30px;
}
.sub.case .case-list li.col3 {
  margin-bottom:20px;
  width:100%;
}
.sub.case  h2 {
	font-size: 18px;
}
	
}

.campaign-area {
	margin: 0 auto 30px;
	text-align: center;
}
.campaign-area p {
	margin-bottom: 5px;
	color: #bd1a21;
}

@media all and (max-width: 768px) {
	.campaign-area {
	margin: 0 auto 20px;
	text-align: center;
}
	.campaign-area p {
		margin-bottom: 5px;
		font-size: 14px;
	}
}