@charset "UTF-8";
.home #contents > .inner { /* トップページ幅 100% */
	width: 100%;
	max-width: 100%;
}
.topinner { /* コンテンツは1000pxに */
	width: 1000px;
	margin: 0 auto;
	max-width: 96%;
}
/* tinyMCE用に見出しをリセット */
.toppage h3, .toppage h4, .toppage h5 {
	background: none;
	border: none;
	color: inherit;
	font-size: inherit;
	line-height: inherit;
	margin: 0;
	padding: 0;
}
.toppage h3::before, .toppage h3::after, .toppage h4::before, .toppage h4::after, .toppage h5::before, .toppage h5::after {
	display: none;
}

/*==========================
flex設定
==========================*/
@media screen and (min-width: 768px) {
  .columns {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
  }

  .columns.j-sb {
		-webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
	.columns.j-c {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
  }

  .col_wrap {
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    /*IE10*/
    -webkit-flex-wrap: wrap;
    /* Safari6.1以降 */
  }

  .columns.reverse {
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
.columns.col2 > *{
    max-width: 48%;
    -webkit-box-flex-basis: 48%;
    -webkit-flex-basis: 48%;
    flex-basis: 48%;
  }
.columns.col3 >*{
    max-width: 32%;
    -webkit-box-flex-basis: 32%;
    -webkit-flex-basis: 32%;
    flex-basis: 32%;
  }
.columns.col4 > *{
    max-width: 24%;
    -webkit-box-flex-basis: 24%;
    -webkit-flex-basis: 24%;
    flex-basis: 24%;
  }
.columns.col5 > *{
    max-width: 19%;
    -webkit-box-flex-basis: 19%;
    -webkit-flex-basis: 19%;
    flex-basis: 19%;
  }
.columns.col6 >*{
    max-width: 16%;
    -webkit-box-flex-basis: 16%;
    -webkit-flex-basis: 16%;
    flex-basis: 16%;
  }
   .columns >*{
    margin-right:2%;
  }
      .columns >*:nth-child(2n){
    margin-right:0;
  }
    .columns.col2 >*{
    margin-right: 4%;
  }
    .columns.col3 >*{
    margin-right:2%;
  }
    .columns.col4 >*{
    margin-right:1.3333%;
  }
      .columns.col5 >*{
    margin-right:1.25%;
  }
        .columns.col6 >*{
    margin-right:0.8%;
  }
  .columns.col2 >*:nth-child(2n){
    margin-right:0;
  }
    .columns.reverse >*:nth-child(2n-1){
    margin-right:0;
  }
    .columns.reverse >*:nth-child(2n){
    margin-right:4%;
  }
    .columns.col3 >*:nth-child(3n){
    margin-right:0;
  }
    .columns.col4 >*:nth-child(4n){
    margin-right:0;
  }
    .columns.col5 >*:nth-child(5n){
    margin-right:0;
  }
    columns.col6 >*:nth-child(6n){
    margin-right:0;
  }
}
@media ( max-width : 767px ) {
.sp_columns {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}
  .sp_columns.j-sb {
		-webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
	.sp_columns.j-c {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
  }
.sp_columns.col2 >*,
.sp_columns.col3 >*,
.sp_columns.col4 >*,
.sp_columns.col5 >*,
.sp_columns.col6 >* {
	max-width: 49%;
	-webkit-box-flex-basis: 49%;
	-webkit-flex-basis: 49%;
	flex-basis: 49%;
}
   .sp_columns.columns >*{
    margin-right:2%;
  }
  .sp_columns.columns >*:nth-child(2n){
    margin-right:0;
  }
}

/*==========================
　改行
==========================*/

@media ( min-width : 768px ) {
  .pc_br{
  	width:100%;
    display: block;
  }
}
@media only screen and (min-width:768px) and (max-width: 1039px)  {
.tb_br{
	width:100%;
  display: block;
}
}
@media ( max-width : 767px ) {
  .sp_br{
  	width:100%;
    display: block;
  }
}

/*==========================
	リンクボックス
==========================*/
.link_box{
position:relative;
transition: .3s;
}
.link_box:hover{
  opacity: .7;
}
.link_box a{
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
}
.link_box a span.link{
display:none;
}

/*==========================
	新着情報
==========================*/
.topnews .news {
	margin-bottom: 0;
	position: relative;
}
/* 新着情報見出し */
.topnews h3 {
	display: block;
	font-size: 24px;
	position: relative;
	text-align: left;
	margin-bottom: 1.2em;
}
.topnews h3 span{
	padding-right:1em;
	background:#fff;
}
.topnews h3::after {
	position: absolute;
	content: "";
	display: block;
	top:50%;
	left: 0;
	height: 1px;
	width:100%;
	border-top:1px solid #000;
	z-index:-1;
}
/* 新着情報 */
.topnews .news dl {
	line-height: 1.3;
	margin: 1.2em 0;
	border-bottom: 1px solid #000;
}
.topnews .news dt {
	font-weight:normal;
	padding: 0 20px 7px;
}
.topnews .news dd {
	margin-bottom: 18px;
	padding: 0 20px 15px;
	/* border-bottom: 1px dashed #ddd; */
}
.topnews .news dd a {
	text-decoration: none;
	color: #121212;
}
.topnews .news dd a:hover {
	color: #cead6e;
}
.topnews .btn-style a{
	font-size:14px;
	width:190px;
}
/*==========================
	汎用に使えるボタン
==========================*/
.btn-style {
	text-align: center;
}
.btn-style a {
	background: #000000;
	width: 240px;
	max-width: 100%;
	padding: 0.8em 2em 0.8em 1.5em;
	text-align: center;
	color: #fff;
	display: inline-block;
	text-decoration: none;
	line-height: 1.4;
	box-sizing: border-box;
	font-size: 18px;
	position: relative;
}
.btn-style a::after {
	display: block;
	content: "";
	position: absolute;
	top: 40%;
	right: 15px;
	width: 25px;
	height: 7px;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: skew(45deg);
	transform: skew(45deg);
}
.btn-style a:hover {
	opacity: 0.7;
	-moz-opacity: 0.7;
	filter: alpha(opacity=70);
	cursor: pointer;
}
.under .btn-style a {
	width: auto;
	min-width: 300px;
	padding-right: 2.6em;
}
@media ( max-width : 767px ) {
	.under .btn-style a{
		font-size:16px;
		padding: 0.8em 2em 0.8em 0.5em;
	}
}

/*==========================
	loopSlider　無限ループスライダー
==========================*/
.loopSliderWrap {
	top: 0;
	left: 0;
	height: 200px;
	overflow: hidden;
	position: absolute;
}
.loopSlider {
	margin: 0 auto;
	width: 100%;
	height: 200px;
	text-align: left;
	position: relative;
	overflow: hidden;
}
.loopSlider ul {
	height: 200px;
	float: left;
	overflow: hidden;
}
.loopSlider ul li {
	width: 300px;
	height: 200px;
	float: left;
	display: inline;
	overflow: hidden;
}
/*==========================
	　TOP コンテンツ
==========================*/
.top .mainblock a {
	text-decoration: none;
}
.top .mainblock a:hover {

}


.mainimage{
    position:relative;
}
.mainimage .main_copy {
	position: absolute;
	margin:auto;
	top:50%;
	transform: translateY(-50%);
	left:5vw;
	font-size:1.5vw;
	z-index: 1;
}
.mainimage .main_copy .copy_title {
    font-size: 3.5vw;
    line-height: 1.4;
    margin-bottom: 0.2em;
	font-weight:bold;
}
.mainimage .main_copy .copy_title .small{
    font-size:2.9vw;
}
.mainimage .main_copy .red{
	color:#f33737;
}
.mainimage .main_copy .en{
	color:#ffe7e7;
	font-size:7vw;
	line-height: 1.2;
	position:absolute;
	top:50%;
	transform: translateY(-50%);
	z-index: -1;
	opacity: 0.6;
}



/*-- 余白・背景 --*/
.sec00 {
    padding:50px 0;
    background:#edf6f9;
}

.sec01{
    padding:100px 0;
}
.sec02{
    padding:100px 0;
    background:url(img/sec02_bg.jpg)no-repeat center / cover;
}
.sec03{
    padding:100px 0 0;
}
.sec04 .title_box{
    padding:70px 0;
    background:url(img/sec04_title_bg.jpg)no-repeat center / cover;
}
.sec05{
    padding:100px 0;
    background:#f5f7f7;
}
.sec06{
    padding:100px 0 0;
}
.sec07 {
    padding:100px 0;
    background:url(img/sec07_bg.jpg)no-repeat center / cover;
}
.sec07 .topinner{
	background:#fff;
	padding: 70px 50px 50px;
	box-sizing:border-box;
}
.sec08{
    padding:100px 0;
}
.sec09 {
    padding:100px 0;
    background:url(img/sec09_bg.jpg)no-repeat center / cover;
}



/* 見出し */
body.home h2{
	font-size:36px;
	text-align: center;
	margin-bottom: 50px;
	padding-bottom: 30px;
	background: url(img/h2_img.png)no-repeat center bottom;
}

.sec02 h3{
	font-weight:normal;
	font-size:24px;
	line-height:1.2;
	text-align:center;
}
.sec03 h2 .text-small{
	font-size:30px;
}
.sec03 h3{
	position:relative;
	font-size:30px;
	padding: 50px 30px;
	box-sizing:border-box;
	margin-bottom:30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: left;
}
.sec03 h3:before,
.sec03 h3:after{
	    content: "";
    display: block;
    position: absolute;
    margin:0 auto;
    width:100px;
    height:100px;
}
.sec03 h3:before{
	left:0;
	top:0;
	background:url(img/sec03_waku01.png)no-repeat center / cover;
}
.sec03 h3:after{
	right:0;
	bottom:0;
	background:url(img/sec03_waku02.png)no-repeat center / cover;
}
.sec03 h3 .text-small{
	font-size:24px;
}
.sec04 .title_box h2{
	margin-bottom:0;
}
.link_box h3{
	position:relative;
	color:#fff;
	text-align:center;
	padding-bottom:1em;
	margin-bottom:1em;
	font-size:30px;
}
.link_box h3:after{
	    content: "";
    display: block;
    position: absolute;
    bottom:0;
    left:0;
    right:0;
    margin:0 auto;
    width:24px;
    height:3px;
    background:#fff;
}

.sec05 h3{
	font-size:24px;
	margin-bottom:1em;
}
.sec05 h3 .text-small{
	font-size:18px;
	margin-right:1em;
}
.sec05 h4{
	font-family:"メイリオ", Meiryo,"Hiragino Sans", "Hiragino Kaku Gothic ProN","Yu Gothic", "Meiryo","Helvetica Neue", "Helvetica", "Arial", sans-serif;

	font-size:18px;
	margin-bottom:1em;
}
.sec06 .title_box{
	padding:0 0 50px;
	text-align:center;
}
.sec06 .title_box p{
	font-size:18px;
}
.sec08 h5{
	position:relative;
	font-size:18px;
	padding-left:1.4em;
	margin-top: 2em;
	margin-bottom:1em;
}
.sec08 h5:before{
	    content: "";
	    display: block;
	    position: absolute;
top:0.2em;
	    left:0;
	    margin:0 auto;
	    width:0.8em;
	    height:0.8em;
	    border-radius: 0.8em;
	    background:#000;
}
.sec08 .qa-block .answer{
padding: 4px 2px 2px 50px;
}
/* その他 */
.sec00 p{
	    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
    font-size:20px;
    margin-bottom:0;
}
.sec00 .topinner{
	background:#fff;
	padding:40px 40px 40px 50px;
}
.sec00 .columns{
	align-items:center;
}
.sec00 .text{
	padding-left:30px;
	border-left:1px solid #000;
}
.sec01 .bnr_box{
	margin-bottom:30px;
}
.sec01 .bnr {position: relative;}

.sec01 .bnr span {
    color:#000;
        font-size:30px;
        line-height:1.4;
    position: absolute;
top:50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
    right: 47px;
}
.sec02 .column{
	margin-bottom:50px;
}
.sec03 .text_box{
	padding:30px 0;
}
.sec03 .btn-style {
	margin-top:30px;
}
.link_box{
	padding:120px 10px 30px;
	box-sizing:border-box;
	position:relative;
}
.link_box:after{
		display: block;
		content: "";
		position: absolute;
		bottom: 100px;
		right:0;
		left:0;
		margin:auto;
		width: 25px;
		height: 7px;
		border-bottom: 1px solid #fff;
		border-right: 1px solid #fff;
		-webkit-transform: skew(45deg);
		transform: skew(45deg);
}
.link_box p{
	text-align:center;
	font-size:18px;
	color:#fff;
}

.sec04 .cont01{
	background:url(img/sec04_img01.jpg)no-repeat center / cover;
}
.sec04 .cont02{
	background:url(img/sec04_img02.jpg)no-repeat center / cover;
}
.sec04 .cont03{
	background:url(img/sec04_img03.jpg)no-repeat center / cover;
}
.sec04 .cont04{
	background:url(img/sec04_img04.jpg)no-repeat center / cover;
}
.sec04 .cont05{
	background:url(img/sec04_img05.jpg)no-repeat center / cover;
}
.sec04 .cont06{
	background:url(img/sec04_img06.jpg)no-repeat center / cover;
}

.sec04 .link_box{
	height:420px;
}
.sec05 .cont01{
	margin-bottom: 80px;
}
.sec05 .border-block{
	margin-top: 20px;
	border-color:#bfbfbf;
}
.sec05 .border-block .column{
	margin-bottom:30px;
}
.sec05 ul li{
	position:relative;
	padding-left:1.3em;
}
.sec05 ul li:before{
	    content: "・";
    display: block;
    position: absolute;
    top:0;
    left:0;
    margin:0 auto;
}
.sec05 .btn-style{
	margin-top: 30px;
}

.sec06 .cont01{
	background:url(img/sec06_img01.jpg)no-repeat center / cover;
}
.sec06 .cont02{
	background:url(img/sec06_img02.jpg)no-repeat center / cover;
}
.sec06 .cont03{
	background: url(img/sec06_img03.jpg)no-repeat right 10% center / cover;
}
.sec06 .cont04{
	background:url(img/sec06_img04.jpg)no-repeat center / cover;
}
.sec06 .cont05{
	background:url(img/sec06_img05.jpg)no-repeat center / cover;
}
.sec06 .col2 .link_box{
	height:460px;
}
.sec06 .col3 .link_box{
	height:360px;
}
.sec06 .col2 .link_box:after{bottom: 140px;}
.sec07 h2 + p{
	text-align:center;
	font-size: 18px;
	margin-bottom: 50px;
}
.sec07 .logo{
	margin-bottom: 20px;
}
.sec07 table.address{
	margin-bottom: 20px;
	font-size:18px;
}
.sec07 table.address th{
	font-weight:normal;
	width:5em;
}
.sec07 table.address td.toho{
	vertical-align:middle;
	font-weight:bold;
	width: 4.6em;
	text-align:right;
}

.sec07 .tel{
	padding: 5px 0 5px 30px;
	margin-bottom: 10px;
	font-size:36px;
	background:url(img/sec07_tel.png)no-repeat center left;
}
.sec07 .tel a{
	color:#3b8eb9;
}

.sec07 .btn-style{
	margin-bottom:50px;
}
.sec07 .btn-style a{
	width:100%;
	text-align:left;
	padding: 50px 2em 50px 100px;
	font-size: 20px;
	background: #000000 url("img/icon_time.png")no-repeat center left 60px;
}
.sec08 .font-bold{
	font-weight:bold;
}
.sec08 .qa-block h4::before, .sec08 .qa-block .answer:before {
    font-size: 16px;
    top: 0;
}

.sec08 .qa-block h4::before, .sec08 .qa-block .answer:before{
    width: 30px;
    height: 30px;
    line-height:1.8;
}
.sec08 .btn-style.big {
	margin-top: 50px;
}
.sec09 .text_box{
	width:960px;
	max-width:96%;
	margin:auto;
}




@media screen and (min-width: 768px) { /* タブレットまで */
.btn-style.left{
	text-align:left;
}
.btn-style.right{
	text-align:right;
}

.btn-style.big a{
	width:320px;
	font-size:20px;
	padding:1.2em;
}
	/*==========================
	　TOP コンテンツ
==========================*/
.mainimage .main_bnr{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1vw;
    position: absolute;
    bottom: 5%;
    right: 1vw;
    max-width: 73%;
}
.sec00 h3{
	font-size:24px;
	width:120px;
}
	.sec00 .text{
		width:calc(100% - 120px);
	}
.sec02 h3{
	font-weight:normal;
	font-size:24px;
	line-height:1.2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align:center;
}
.sec02 .col2 h3{
		height:3em;
	font-size:24px;
}
.sec02 .col3 h3{
		height: 4em;
	font-size:21px;
}
.sec02 .columns.col2 > *{
    max-width: 46%;
    -webkit-box-flex-basis: 46%;
    -webkit-flex-basis: 46%;
    flex-basis: 46%;
  }
  .sec03 .columns.col2 > *{
    max-width: 50%;
    -webkit-box-flex-basis: 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
  .sec03 .columns.col2 >*:nth-child(2n-1),
  .sec03 .columns.col2.reverse >*:nth-child(2n){
  	margin-right:0;
  }
  .sec03 .text_box{
  	display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
  }
  .sec03 .reverse .text_box{
  	-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
  }
  .sec03 .box_left,
  .sec03 .box_right{
  	width:500px;
  	max-width:500px;
  	box-sizing:border-box;
  }
    .sec03 .box_left{
  	padding-left:30px;
  }
  .sec03 .box_right{
  	padding-right:30px;
  }
  .link_box p{
  	height: 3.6em;
  	margin-bottom: 0;
  	display: -webkit-box;
  	display: -ms-flexbox;
  	display: flex;
  	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
  	-webkit-box-pack:center;
  	-ms-flex-pack:center;
  	justify-content: center;
  	-webkit-box-align: center;
  	-ms-flex-align: center;
  	align-items: center;
  }
    .sec04 .columns.col3 > *{
    max-width: 33.3333%;
    -webkit-box-flex-basis: 33.3333%;
    -webkit-flex-basis: 33.3333%;
    flex-basis: 33.3333%;
    margin-right:0;
  }
    .sec06 .columns.col2 > *{
    max-width: 50%;
    -webkit-box-flex-basis: 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    margin-right:0;
  }
      .sec06 .columns.col3 > *{
    max-width: 33.3333%;
    -webkit-box-flex-basis: 33.3333%;
    -webkit-flex-basis: 33.3333%;
    flex-basis: 33.3333%;
    margin-right:0;
  }
  .sec07 .calendar{
  	padding-bottom:100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1241px) {
.mainimage .copy01 .copy_title .pc_br{
	display:inline-block;
}
.mainimage .copy01 .copy_title{
	font-size:2.4vw;
}
.mainimage .copy01 .copy_title + p{
	font-size: 1.6vw;
}
.slick-slide .copy01 img{
	max-width:30%;
	margin-top: -20px;
}
}
@media screen and (min-width: 768px) and (max-width: 1041px) {
	.sec01 .bnr span {
    font-size: 3vw;
}

.sec02 .col2 h3 {
    height: 4em;
    font-weight:bold;
    font-size: 20px;
}

.sec02 .col3 h3 {
    height: 5em;
    font-weight:bold;
    font-size: 19px;
}
.sec03 h3{
    font-size:26px;
}
.sec03 h3 .text-small{
    font-size:20px;
}
.sec03 .box_right,
.sec03 .box_left {
    padding: 0 20px;
}
.link_box h3 {
    font-size: 3vw;
}
.link_box p{
	font-size:16px;
}
.sec04 .link_box:after{
    bottom:60px;
}
.sec04 .link_box h3 {
    height: 3.6em;
    display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.sec05 .cont01 .border-block{
	padding:5% 10px
}
.sec06 .col2 .link_box:after{
    bottom:120px;
}
.sec06 .col3 .link_box:after{
    bottom:120px;
}
.sec07 .topinner{
	padding:70px 4% 50px;
}
.sec07 table.address{
    font-size:86%;
}
.sec07 .btn-style a{
    padding: 30px 1em 30px 70px;
    font-size: 16px;
    background-position: left 30px center;
}
}
@media screen and (max-width: 1041px) {

}
@media screen and (max-width: 767px) { /* スマホ */
	.topinner {
		width: 420px;
		margin: 0 auto;
		box-sizing: border-box;
	}
	/*==========================
	　mainimage
==========================*/
.mainimage .main_copy {
	position: absolute;
	margin:auto;
bottom:9vw;
	top:auto;
	transform:unset;
	left:2.5vw;
	font-size:4vw;
}
.mainimage .main_copy .copy_title {
    font-size: 7.14vw;
}
.mainimage .main_copy .copy_title .small{
    font-size:5.58vw;
}
.mainimage .main_copy .red{
	color:#f33737;
}
.mainimage .main_copy .en{
	font-size:11.68vw;
}

.mainimage .main_bnr{
    width: 420px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    padding: 30px 0;
    max-width: 96%;
    justify-content: space-between;
gap:5px 1%;
}
.mainimage .main_bnr li{
width:49.5%;
}

	/*==========================
	新着情報
==========================*/
	#main .news {
		margin-top: 1.5em;
		margin-bottom: 1.5em;
		position: relative;
	}
	#main .news h3 {
		font-size: 20px;
	}
	#main .news h3 .subtitle {
		font-size: 12px;
		margin-left: 0;
	}
	#main .news dt, #main .news dd {
		padding-left: 10px;
		padding-right: 10px;
	}
	#main .news .btn {
		right: 5px;
		top: 10px;
	}
	#main .news .btn a {
		font-size: 12px;
	}
	/*==========================
	loop
==========================*/
	.loopSlider {
		height: 100px;
	}
	.loopSlider ul {
		height: 100px;
	}
	.loopSlider ul li {
		width: 150px;
		height: 100px;
	}
	/*==========================
	　TOP コンテンツ
==========================*/
/* ------------------------余白・背景 */
.sec00{
    padding:2em 0;
}
.sec01 {
    padding: 2em 0;
}
.sec02 {
    padding: 2em 0;
}
.sec03 {
    padding: 2em 0 0;
}
.sec05 {
    padding: 2em 0;
}
.sec06 {
    padding: 0;
}
.sec07 {
    padding: 2em 0;
}
.sec07 .topinner{
	padding:2em 4%;
}
.sec08 {
    padding: 2em 0;
}
.sec09 {
    padding: 2em 0;
}
/* ---------------------------見出し */
body.home h2{
    font-size:26px;
     margin-bottom:1.2em;
}
.sec04 .title_box{
    padding:2em 0;
}
.sec06 .title_box{
    padding:2em 0;
}
/* -------------------------その他 */
	.sec00 h3{
		text-align:center;
		padding-bottom:10px;
	}
.sec00 p {
	font-size:16px;
    border-top:1px solid #000;
	border-left:none!important;
	padding:10px 0 0!important;
}
	.sec00 .topinner{
		padding:20px;
	}
.sec01 .bnr span{
    font-size:6vw;
}
.sec01 h3{
    margin-top:2em;
}
.sec02 h3{
    margin:0.6em 0;
}
.sec03 h3{
    font-size:22px;
    padding:40px;
}
.sec03 h3 .text-small{
    font-size:18px;
}
.sec03 .text_box{
    padding:2em 4%;
}
.link_box h3{
    font-size:24px;
}
.link_box{
    display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.sec04 .link_box{
    padding:20px;
    height:320px;
}

.link_box:after{
    bottom:50px;
}
.sec05 h3{
    margin-top:1em;
}
.sec05 .cont01{
    margin-bottom:2em;
}
.sec06 .col2 .link_box,
.sec06 .col3 .link_box{
    padding:20px;
    height:320px;
}
.sec06 .col2 .link_box:after,
.sec06 .col3 .link_box:after{
    bottom:50px;
}
.sec07 h2 + p{
	font-size:16px;
}
.sec07 table.address{
    font-size:86%;
}
.sec07 .btn-style a{
    font-size:16px;
    padding: 30px 2em 30px 80px;
    background-position: left 40px center;
}
.calendar{
    margin-bottom:2em;
}
}
@media screen and (max-width: 480px) { /* スマホ480px */
}
@media screen and (max-width: 320px) { /* スマホ320px */
}


/* BEGIN Modify DR.BRIDGE */
.sec01 .movie_box {
	padding: 0 10%;
	margin-bottom: 60px;
	flex-flow: column wrap;
	justify-content: center;
	align-items: center;
	display: flex;
}
.sec01 .movie_box video {
	width: 80%;
	height: auto;
}
@media screen and (max-width: 768px){
	.sec01 .movie_box {
		margin-bottom: 8vw;
		padding: 0;
	}
	.sec01 .movie_box video {
		width: 95%;
	}
}
/* END Modify DR.BRIDGE */
