@charset "UTF-8";
/* CSS Document */
@import url(https://fonts.googleapis.com/css?family=Lato:400,700);
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);

/* -----Basic style----- */
html * {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
*, *:after, *:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html{
	font-size: 62.5%;
}
body {
	line-height: 2;
	max-width: 1600px;
	margin:0 auto;
	-webkit-text-size-adjust: 100%;
}
body, th, td, h1, h2, h3, h4, h5, h6, pre, input, textarea, option, div, p, dt, dd, li, address {
	font-family: Lato, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.4rem;
	font-weight: normal;
	font-style: normal;
	color: #333333;
}
a {
	color: #333333;
	text-decoration: none;
}
.tx-s {
	font-size: 1.2rem;
}
.tx-m {
	font-size: 1.8rem;
}
.fw-b {
	font-weight: bold;
}
.color1 {
	color: #ff5851;
}
.color2 {
	color: #FF0004;
}
.bg-color1{
	background: #ff5851;
}
.wid {
	width: 100%;
}
.pad10 {
	padding: 10px;
}
.pad20 {
	padding: 20px;
}
.margin-b20{
	margin-bottom: 20px;
}
.display-none {
	display: none;
}
.imgtxt {
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}
.clr,
.clear {
	clear: both;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}
.center {
	text-align: center;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
.flex{
	display: flex;
	justify-content: space-between;
}
.flex2{
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
}
.flex3{
	display: flex;
	justify-content: flex-start;
}
.flex4{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
hr{
	width: 80%;
	height: 1px;
	background-color: #fff;
	border: none;
	margin-bottom: 40px;
}
.ef {
	font-family: Futura, Trebuchet MS, Arial, sans-serif;
}
.spview {
	display: none;
}
.pcview {
	display: block;
}
.link1{
	border-bottom: 1px solid #333;
}
.link1:hover{
	color: #ff5851;
}
.u-line{
	text-decoration: underline;
}
.del{
	text-decoration: line-through;
}
/* -----Basic styleここまで----- */

/*************
Coming
**************/
.coming-flex{
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.coming h1{
	margin-bottom: 32px;
	text-align: center;
}
.coming h1 img{
	width: 72%;
	height: auto;
}
.coming p{
	text-align: center;
}
/*************
Comingここまで
**************/


/* -----Common style----- */
.wrapper {
	width: 100%;
	height: 100vh;
}
header {
}
.paradeiser{
	background: rgba(255,255,255,.9);
}
.paradeiser .paradeiser_logo{
	max-width: 260px;
	width: 32%;/*20190722追加*/
}
.paradeiser ul.paradeiser_children li {
    background: #ffffff;
}
.paradeiser ul.paradeiser_children li a {
    color: #333333;
}
.paradeiser ul.paradeiser_children li a:hover{
	color: #ffffff;
}
.paradeiser ul.paradeiser_children li:last-child {
    height: 100vh;
}
.paradeiser ul.paradeiser_children li:last-child a {
    height: 100vh;
}
.paradeiser a span{
	color: #4b4b4b;
	margin-top: 0;
}
.paradeiser a::before,
.paradeiser a::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.paradeiser a,
.paradeiser a::before,
.paradeiser a::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.paradeiser a::after {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(.5);
	transform: scale(.5);
}
.paradeiser a:hover::after {
	background: rgba(230,224,224,.8);
	-webkit-transform: scale(1);
	transform: scale(1);
}
#main {
	margin-bottom: 80px;
}
#main h2{
	font-size: 2.2rem;
	font-weight: bold;
}
#main h3{
	font-size: 1.8rem;
	font-weight: bold;
}
.container {
	/*width: 980px;*/
	margin: 0 auto;
}
.main-contents {
	width: 100%;
}
/* button */
.button-0{
	width: 100%;
    height: 50px;
    text-align: center;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    background: #fff;
	border: 1px solid #ff5851;
}
.button-0 a{
    display: block;
    font-size: 1.6rem;
    color: #ff5851;
    text-decoration: none;
    line-height: 50px;
    transition: all .5s ease;
    z-index: 2;
    position: relative;
}
.eff-0{
	width: 100%;
    height: 50px;
    left: -320px;
    top: -50px;
    background: #ff5851;
    position: absolute;
    transition: all .2s ease;
    z-index: 1
}
.button-0:hover .eff-0{
	left:0;
	top:0;
}
.button-0:hover a{
	color:#fff;
}

.button-1{
	width: 100%;
    height: 50px;
    text-align: center;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    /*background: #333333;*/
	border: 1px solid #ffffff;
}
.button-1 a{
    display: block;
    font-size: 1.6rem;
    color: #ffffff;
    text-decoration: none;
    line-height: 50px;
    transition: all .5s ease;
    z-index: 2;
    position: relative;
}
.eff-1{
	width: 100%;
    height: 50px;
    left: -320px;
    top: -50px;
    background: #ffffff;
    position: absolute;
    transition: all .2s ease;
    z-index: 1
}
.button-1:hover .eff-1{
	left:0;
	top:0;
}
.button-1:hover a{
	color:#333333;
}
.button-2{
	width: 98%;
    height: 50px;
    text-align: center;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    box-shadow: 8px 8px 0px 0px #dcc48d;
    background: #0e1937;
	border: 1px solid #fff;
}
.button-2 a{
    display: block;
    font-size: 1.6rem;
    color: #fff;
    text-decoration: none;
    line-height: 50px;
    transition: all .5s ease;
    z-index: 2;
    position: relative;
}
.eff-2{
	width: 100%;
    height: 50px;
    left: -320px;
    top: -50px;
    background: #fff;
    position: absolute;
    transition: all .2s ease;
    z-index: 1
}
.button-2:hover .eff-2{
	left:0;
	top:0;
}
.button-2:hover a{
	color:#0e1937;
}
.link_btn a img:hover{
	opacity: .6;
    transition: all .5s ease;
}
footer{
	padding-bottom: 20px;
}
footer nav{
	width: 1040px;
    margin: 0 auto 40px;
    padding: 10px 0;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
}
footer ul{
	display: flex;
	justify-content: space-around;
}
footer ul li a{
	position: relative;
	display: inline-block;
	transition: all .3s ease 0s;
}
footer ul li a::after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	width: 0;
	height: 1px;
	background-color: #333333;
	transition: all .3s ease 0s;
}
footer ul li a:hover::after {
	width: 100%;
}
footer p.copyright{
	background: #333333;
	color: #fff;
	padding: 10px 0;
	text-align: center;
}
/* pagetop */
#pageTop {
	position: fixed;
	bottom: 24px;
	left: -7px;
}
#pageTop a {
	display: block;
	z-index: 9999;
	text-decoration: none;
	text-align: center;
}
#pageTop a:hover {
	text-decoration: none;
	opacity: 0.7;
}
#pageTop a img{
	width: 80%;
	height: auto;
}
/* web-contact */
#web-contact {
	position: fixed;
	/*bottom: 60px;
	left: 20px;*/
	top: 160px;
	right: -12px;
}
#web-contact a {
	display: block;
	z-index: 999;
	padding: 6px;
	text-decoration: none;
	text-align: center;
	transition: 0.3s;
}
#web-contact a:hover {
	text-decoration: none;
	opacity: 0.7;
}
#web-contact a img{
	width: 80%;
	height: auto;
}
/* web-mitsumori */
#web-mitsumori {
	position: fixed;
	top: 228px;
	right: -20px;
}
#web-mitsumori a {
	display: block;
	z-index: 999;
	padding: 6px;
	text-decoration: none;
	transition: 0.3s;
}
#web-mitsumori a:hover {
	text-decoration: none;
	opacity: 0.7;
}
#web-mitsumori a img{
	width: 80%;
	height: auto;
}
/* web-insta */
#web-insta {
	position: fixed;
	top: 228px;
	right: -20px;
}
#web-insta a {
	display: block;
	z-index: 999;
	padding: 6px;
	text-decoration: none;
	transition: 0.3s;
}
#web-insta a:hover {
	text-decoration: none;
	opacity: 0.7;
}
#web-insta a img{
	width: 80%;
	height: auto;
}
/* web-line */
#web-line {
	position: fixed;
	top: 296px;
	right: -20px;
}
#web-line a {
	display: block;
	z-index: 999;
	padding: 6px;
	text-decoration: none;
	transition: 0.3s;
}
#web-line a:hover {
	text-decoration: none;
	opacity: 0.7;
}
#web-line a img{
	width: 80%;
	height: auto;
}
/* pankuzu */
.pankuzu{
	margin-bottom: 40px;
	background-color: #efefef;
}
.cd-breadcrumb {
	width: 100%;
	max-width: 980px;
	padding: 0;
	margin: 0 auto;
}
.cd-breadcrumb::after {
	content: "";
	display: table;
	clear: both;
}
.cd-breadcrumb li {
	display: inline-block;
	float: left;
	margin: 0.5rem 0;
}
.cd-breadcrumb li::after {
	display: inline-block;
	content: '\00bb';
	margin: 0 .6rem;
	color: #959fa5;
}
.cd-breadcrumb li:last-of-type::after {
	display: none;
}
.cd-breadcrumb li > * {
  display: inline-block;
  font-size: 1.4rem;
  color: #333333;
}
.cd-breadcrumb li.current > * {
	color: #ff5851;
}
.cd-breadcrumb a {
	transition: all .3s ease 0s;
}
.cd-breadcrumb a:hover {
	color: #ff5851;
}
.address{
	border: 10px solid #333;
    padding: 40px;
}
.address h2{
	border-bottom: 1px solid #cccccc;
	margin-bottom: 10px;
}
.address h2 img{
	width: 48% !important;
	height: auto;
}
.address p{
	margin-bottom: 20px;
}
p.contact-tel{
	margin-bottom: 5px !important;
}
a.contact-tel{
	display: block;
	font-size: 1.6rem;
	font-weight: bold;
	color: #0e1937;
    text-align: center;
    padding: 10px;
    border: 1px solid #0e1937;
}
.box-img1{
	width: 22%;
}
.box-img2{
	width: 48%;
}
.box-img2 a{
	display: block;
}
.box-img1 img{
	width: 100%;
	height: auto;
}
.box-img2 img{
	width: 100%;
	height: auto;
}
.anchor1{
    display: block;
    padding-top: 80px;
    margin-top: -80px;
}
.r-mark{
	vertical-align: 20%;
    font-size: 1.5rem;
}
.r-mark2{
	vertical-align: 18%;
    font-size: 1rem;
}
.img60{
	width: 60%;
	margin: 0 auto;
}
.sdgs p img{
	width: 100%;
	height: auto;
}
.gmap{
	margin-bottom: 80px;
}
.gmap iframe{
	width: 100%;
	height: 56vh;
}
.mitsumori p a{
	display: block;
}
.mitsumori p img{
	width: 100%;
	height: auto;
}
.banner{
	margin: 0 auto 40px;
	width: 980px;
}
.banner a{
	display: block;
	text-align: center;
}
.banner a img{
	width: 100%;
	height: auto;
}
/* -----Common styleここまで----- */

/* -----top----- */
#top .mainvis{
	height: 80%;
	margin-top: 60px;
	margin-bottom: 80px;
}
#top .vegas-wrapper{
	display: flex;
	justify-content: center;
    align-items: center;
    width: 86%;
    margin: 0 auto;
}
#top .mainvis .inner{
	display: flex;
    flex-direction: column;
    align-items: center;
	text-align: center;
    width: 60%;
}
#top .mainvis .inner h1{
	width: 100%;
}
#top .mainvis .inner h1 img{
	width: 64%;
}
#top .mainvis .inner p{
	font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
	font-size: 2.4rem;
    color: #fff;
    margin-bottom: 10px;
}
#top .main-contents .top-contents-box{
	margin-bottom: 80px;
}
#top .main-contents .top-contents-box:last-child{
	margin-bottom: 0;
}
#top .box-l,
#top .box-r{
	width: 48%;
}
#top .b01 .box-l{
	width: 50%;
	margin: 48px 0;
	padding: 80px;
	background: #ff5851;
}
#top .b01 .box-r{
	width: 50%;
}
#top .b02 .box-l{
	width: 50%;
	margin: 48px 0;
	padding: 80px;
	background: #ff5851;
}
#top .b02 .box-r{
	width: 50%;
}
#top .box-l p{
	margin-bottom: 40px;
	color: #fff;
}
#top .box-r img{
	width: 100%;
	height: auto;
}
#top .s-box{
	width: 30%;
}
#top .s-box p{
	margin-bottom: 20px;
}
#top .s-box2{
	width: 49%;
}
#top .s-box2 p{
	margin-bottom: 20px;
}
#top .box_point{
	display: flex;
    justify-content: center;
}
#top .box_point .box_point_01{
	/*width: 33.3333%;*/
	width: 100%;
    border: 10px solid #333;
    padding: 40px;
}
#top .box_point .box_point_02{
	/*width: 33.3333%;*/
	width: 100%;
    border-top: 10px solid #333;
    border-bottom: 10px solid #333;
    padding: 40px;
}
#top .box_point .box_point_03{
	/*width: 33.3333%;*/
	width: 100%;
    border: 10px solid #333;
    padding: 40px;
}
#top .box_point p.img_point{
	text-align: center;
    padding-bottom: 20px;
}
#top .box_point p.img_point img{
	width: 80%;
	height: auto;
}
#top .box_point h3{
	text-align: center;
    line-height: 2.6rem;
    padding-bottom: 20px;
}
#top .contents-box-information{
	width: 1040px;
	margin: 0 auto 80px;
}
#top .contents-box-information h2{
	margin-bottom: 16px;
}
#top .contents-box-information .news-list{
	margin: 0 8px;
	border-bottom: 1px solid #ff5851;
}
#top .contents-box-information .news-list p img{
	width: 100%;
	height: auto;
}
#top .contents-box-information .news-text{
	padding: 16px 8px;
}

#top .news{
	margin-bottom: 20px;
	background-color: #efefef;
    padding: 40px 0 0 0;
}
#top .news .news-box{
	margin-bottom: 20px;
}
#top .news dl{
	width: 60%;
	display: table;
	margin: auto;
}
#top .news dl dt,
#top .news dl dd{
	display: table-cell;
}
#top .news dl dt{
	width: 16%;
	padding-bottom: 10px;
	vertical-align: top;
}
#top .news dl dd{
	width: 84%;
	padding-bottom: 10px;
}
#top .news dl dd a{
	position: relative;
	display: inline-block;
	transition: all .3s ease 0s;
}
#top .news dl dd a::after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	width: 0;
	height: 1px;
	background-color: #333333;
	transition: all .3s ease 0s;
}
#top .news dl dd a:hover::after {
	width: 100%;
}
#top .news-contents{
	margin-bottom: 40px;
}
#top .top-contents-box h2.title{
	padding-bottom: .5rem;
    line-height: 3rem;
    margin-bottom: 20px;
	/*text-align: center;*/
}
#top .top-contents-box h2.title_info{
	padding-bottom: .5rem;
    line-height: 3rem;
    margin-bottom: 20px;
	text-align: center;
}
#top .top-contents-box h2.title span{
	display: inline-block;
    color: #ffffff;
    font-size: 1.8rem;
}
#top .top-contents-box h2.title2{
	padding-bottom: .5rem;
    line-height: 3rem;
    margin-bottom: 20px;
	text-align: left;
	border-bottom: 3px solid #cccccc;
	position: relative;
}
#top .top-contents-box h2.title2:after{
	position: absolute;
	content: " ";
	display: block;
	border-bottom: solid 3px #ff5851;
	bottom: -3px;
	width: 50%;
}
#top .top-contents-box h3.title{
	padding-bottom: .5rem;
    line-height: 1.8rem;
    margin-bottom: 10px;
	text-align: center;
}
#top .top-contents-box h3.title span{
	display: block;
    color: #dcc48d;
    font-size: 1.2rem;
}

/* topページboxコンテンツ */
#top .box-a{
	width: 100%;
	display: table;
	max-width:1600px;
	margin:0 auto;
}
#top .box {
	display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
	width:33.3333%;
	vertical-align:top;
	position:relative;
	float:left;
    padding: 24px;
}
#top .bg-color-1 {
	background-color:#D4D4C0;
}
/*#top .bg-color-2 {
	background-color:#93bf9e;
}
#top .bg-color-3 {
	background-color:#44dede;
}*/
#top .box h2{
	font-size:20px;
}
#top .box h2.box-tx-1{
	color: #333333;
}
#top .box p.box-tx-1{
	color: #333333;
}
#top .box-a a:hover{
	transition: all 0.7s ease;
	-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
}
/* 擬似要素の共通スタイル */
.box-border{
	position:relative;
}
.change-border01::after,
.change-border01::before,
.change-border01__inner::after,
.change-border01__inner::before {
  background-color: #333;
  content: '';
  display: block;
  position: absolute;
  z-index: 10;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
}
/* 左上へ配置 */
.change-border01::after {
    height: 10px;
    left: -1px;
    top: -1px;
    width: 0px;
}
/* 右下へ配置 */
.change-border01::before {
  bottom: -1px;
  height: 10px;
  right: -1px;
  width: 0px;
}
/* 左下へ配置 */
.change-border01__inner::after {
  bottom: -1px;
  height: 0px;
  left: -1px;
  width: 10px;
}
/* 右下へ配置 */
.change-border01__inner::before {
  height: 0px;
  right: -1px;
  top: -1px;
  width: 10px;
}
/* hover */
.change-border01:hover::after,
.change-border01:hover::before {
  width: 100%;
  width: calc(100% + 1px);
}
.change-border01:hover .change-border01__inner::after,
.change-border01:hover .change-border01__inner::before {
  height: 100%;
  height: calc(100% + 1px);
}


/* -----topここまで----- */

/* -----subpage Common style----- */
.second .mainvis-sub{
	background: url(../img/second/mainvis-sub.jpg) no-repeat center center;
	background-size: cover;
	margin-top: 60px;
	height: 32vh;
	display: flex;
	justify-content: center;
	align-items: center;
}
.second .mainvis-sub-personal{
	background: url("../img/second/mainvis-sub_personal.jpg") no-repeat center center;
	background-size: cover;
	margin-top: 60px;
	height: 32vh;
	display: flex;
	justify-content: center;
	align-items: center;
}
.second .main-title{
	text-align: center;
}
.second .main-title p{
	color: #ff5851;
	line-height: 0.6rem;
}
.second .main-title h1{
	font-size: 2.8rem;
	position: relative;
	display: inline-block;
	padding: 0 72px;
}
.second .main-title h1:before,
.second .main-title h1:after{
	content: '';
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 40px;
	/*width: 60px;*/
	height: 4px;
	background-color: #333333;
}
.second .main-title h1:before {
	left:0;
}
.second .main-title h1:after {
	right: 0;
}
.second h2.title2 img{
	vertical-align: bottom;
	margin-right: 8px;
}
.second h3{
	border-bottom: 1px solid #ff5851;
	padding-bottom: 4px;
	margin-bottom: 20px;
}

.second .container {
	width: 980px;
	margin: 0 auto;
}
.second .box-l p{
	margin-bottom: 40px;
	color: #333333 !important;
}
/*.second .top-contents-box h2.title{
	text-align: left !important;
	border-bottom: 3px solid #cccccc;
	position: relative;
}
.second .top-contents-box h2.title:after{
	position: absolute;
	content: " ";
	display: block;
	border-bottom: solid 3px #93bf9e;
	bottom: -3px;
	width: 20%;
}*/
/* -----subpage Common styleここまで----- */

/* -----access----- */
.second .access table{
	width: 100%;
}
.second .access table,
.second .access table td,
.second .access table th{
	border: 1px solid #ccc;
}
.second .access table td,
.second .access table th{
	padding: 10px 20px;
}
.second .access table th{
	background: #efefef;
}
/* -----accessここまで----- */

/* -----landscape----- */
.second .gallery ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;	
}
.second .gallery ul::after {
	content: "";
	display: block;
	width: 32%;
	height: 0;
}
.second .gallery ul li{
	width: 32%;
	margin-bottom: 10px;
}
.second .gallery ul li a{
	display: block;
	transition: all .3s ease 0s;
}
.second .gallery ul li a:hover{
	opacity: .5;
}
.second .gallery ul li a img{
	width: 100%;
	height: auto;
}
/* -----landscapeここまで----- */

/* -----news----- */
.second .news-box ul li a{
	display: block;
    font-size: 1.4rem;
    border-bottom: 1px dotted #ccc;
    padding: 20px 20px;
	transition: all .3s ease 0s;
}
.second .news-box ul li a:hover{
	color: #fff;
	background: #ff5851;
	border-bottom: 1px solid #ff5851;
}
.second .news-box p img{
	width: 100%;
	height: auto;
}
/* -----newsここまで----- */

/* -----contact----- */
select{
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    text-indent: 1em;
    background: url(../img/contact/arw-select-down.png) no-repeat;
    background-size: 20px;
    background-position: right center;
    height: 40px;
    line-height: 3rem;
    font-size: 1.4rem;
    vertical-align: middle;
    border:1px solid #CCC;
    margin-bottom:20px;
	border-radius: 0px;
	width: 100%;
}
input{
    text-indent: 1em;
    height: 40px;
    line-height: 3rem;
    font-size: 1.4rem;
    vertical-align: middle;
    border:1px solid #CCC;
    margin-bottom:20px;
	border-radius: 0px;
	width: 100%;
}
textarea{
    text-indent: 1em;
    height: 140px;
    line-height: 3rem;
    font-size: 1.4rem;
    vertical-align: middle;
    border:1px solid #CCC;
    margin-bottom:20px;
	border-radius: 0px;
	width: 100%;
}
.contact table{
	margin: 20px auto;
	width: 80%;
}
.contact th{
	font-size: 1.4rem;
	text-align: left;
	vertical-align: top;
	width: 30%;
}
.contact td{
	width: 70%;
}
p.policy-link{
	margin-bottom: 20px;
	text-align: center;
}
p.form-btn{
	display: flex;
	justify-content: space-between;
}
p.form-btn input{	
	background: #ff5851;
	color: #fff;
    transition: all .2s ease;
    border:1px solid #ff5851;
}
p.form-btn input:hover{	
	background: #fff;
	border: 4px solid #ff5851;
	color: #ff5851;
}
.check{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin-bottom: 20px;
}
.check label {
    font-size: 1.4rem;
    padding: 10px;
    transition: .3s ease-in-out;
}
.check input {
    height: auto;
    margin-bottom: 0;
    vertical-align: baseline;
    width: auto;
}
/* -----contactここまで----- */

/* -----online----- */ 
.online .mainvis-online{
	background: url(../img/online/main_online.jpg) no-repeat center center;
	background-size: cover;
	margin-top: 60px;
	height: 64vh;
	display: flex;
	justify-content: left;
	align-items: center;
	padding: 0 152px;
}
.online .main-title-online{
	width: 56%;
}
.online .main-title-online h1{
	margin-bottom: 24px;
    text-align: center;
}
.online .main-title-online ul{
	display: flex;
    margin-bottom: 24px;
    justify-content: space-between;
}
.online .main-title-online ul li{
	text-align: center;
}
.online .main-title-online ul li img{
	width: 90%;
    height: auto;
}
.online .main-title-online h2{
	text-align: center;
}
.online .sub-text-online{
	background: #e84709;
    padding: 40px 0;
    margin-bottom: 80px;
}
.online .sub-text-online .sub-text-online-inner{
	margin: 0 auto;
    width: 80%;
    text-align: center;
}
.online .sub-text-online .sub-text-online-inner h2{
	font-size: 3.2rem;
    font-weight: bold;
    color: #ffffff;
    margin-bottom: 16px;
}
.online .sub-text-online .sub-text-online-inner p{
	color: #ffffff;
}
.online .box-online{
	padding-bottom: 40px;
}
.online .box-online h3{
	font-size: 3.2rem !important;
    text-align: center;
    margin-bottom: 24px;
}
.online .box-online ul{
	display: flex;
    justify-content: space-around;
}
.online .box-online-inner{
	display: flex;
    justify-content: space-between;
}
.online .box-online-inner .online-contents-box{
	/*width: 48%;20210322変更*/
	/*width: 32%;20221014変更*/
	width: 100%;
    padding: 32px;
    border: 1px solid #dddddd;
}
.online .box-online-inner .online-contents-box h4{
	text-align: center;
    margin-bottom: 16px;
}
.online .box-online-inner .online-contents-box h4 img{
	width: 30%;
	height: auto;
}
.online .box-online-inner .online-contents-box p.online-text1,
.online .box-online-inner .online-contents-box p.online-text2{
	margin-bottom: 24px;
}
.online .box-online-inner .online-contents-box p.online-text2,
.online .box-online-inner .online-contents-box p.online-text3{
	text-align: center;
	font-size: 1.2rem;
}
.online .box-online-inner .online-contents-box p img.online-qr{
	width: 20%;
    height: auto;
}
/* -----onlineここまで----- */


/* -----responsive----- */
@media only screen and (max-width: 1023px) {
	#main{
		margin: 0 20px;
	}
	.container{
		width: 100%;
		flex-direction: column;
	}
	.main-contents{
		width: 100%;
	}
	#pagetop{
		margin-bottom: 0;
	}
	footer nav {
		width: 100%;
		border-bottom: none;
	}
	footer ul{
		flex-direction: column;
		text-align: center;
	}
	footer ul li{
		padding: 10px 0;
		border-bottom: 1px dotted #000;
	}
	.banner{
		width: 90%;
	}
	#top .mainvis {
		height: 32%;
	}
	#top .mainvis .inner{
		width: 80%;
	}
	#top .mainvis .inner h1 img {
		width: 56%;
		padding-top: 1%;
	}
	#top .box h2{
		font-size: 1.2rem;
		/*font-size: 1.4rem;*/
	}
	#top .top-contents-box h2.title img{
		width: 32%;
		height: auto;
	}
	#top .top-contents-box h2.title_info img{
		width: 32%;
		height: auto;
	}
	#top .box_point h3 {
		font-size: 1.6rem;
	}
	#top .news dl{
		width: 80%;
	}
	#top .news dl dt{
		width: 20%;
		vertical-align: top;
	}
	#top .news dl dd{
		width: 80%;
	}
	#top .contents-box-information{
		width: 90%;
	}
	.second .container{
		width: 100%;
		flex-direction: column;
	}
	.second .box-sub img {
		width: 100%;
		height: auto;
	}
	.button-0 a{
		font-size: 1.4rem;
	}
	.contact table {
		width: 100%;
	}
	.online .mainvis-online{
		height: 48vh;
		padding: 0 40px;
	}
	.online .main-title-online h2 img{
		width: 96%;
	}

	.img60{
		width: 100%;
		margin: 0 auto;
	}
}
@media only screen and (max-width: 767px) {
	.mb0{
		margin-bottom: 0 !important;
	}
	.mb40{
		margin-bottom: 40px;
	}
	.spview {
		display: block;
	}
	.pcview {
		display: none!important;
	}
	.paradeiser .paradeiser_logo{
		max-width: 72px;
		width: 100%;/*20190722追加*/
	}
	.paradeiser .paradeiser_icon_canvas img {
		max-width: 16px;
	}
	#main{
		margin: 0 16px 40px;
	}
	#main h2{
		font-size: 1.8rem;
	}
	#main h3{
		font-size: 1.6rem;
	}
	#pageTop {
		bottom: 36px;
		left: -10px;
	}
	#pageTop a img {
		width: 60%;
	}
	hr {
		margin-bottom: 10px;
	}
	.button-1 {
		width: 100%;
	}
	.button-1 a {
		font-size: 1.2rem;
	}
	.flex {
		flex-direction: column;
	}
	.flex2 {
		flex-direction: column;
	}
	.flex3 {
		flex-direction: column;
	}
	.bb-smp{
		border-bottom: 1px solid #eeeeee;
	}
	.footer_fix_btn {
		position: fixed;
		bottom: 0;
		width: 100%;
		text-align: center;
		background: #f8f8f8;
		box-shadow: 0px -2px 11px 0px #ccc;
	}
	.footer_fix_btn ul {
		display: flex;
	}
	.footer_fix_btn ul li {
		width: 100%;
		border-right: 1px solid #ffffff;
		background-color: #333;
	}
	.footer_fix_btn ul li a {
		display: block;
		padding: 10px 0 0;
		width: 100%;
		text-decoration: none;
	}
	.address {
		padding: 20px;
	}
	.box-img1{
		width: 100%;
		margin-bottom: 20px;
	}
	.box-img1 img{
		width: 60%;
		height: auto;
		display: block;
		margin: 0 auto;
	}
	.box-img2{
		width: 100%;
	}
	.anchor1{
		display: block;
		padding-top: 60px;
		margin-top: -60px;
	}
	.sp-img{
		width: 100%;
		height: auto;
	}
	.link_btn a img{
		width: 50%;
		height: auto;
	}
	#top .mainvis {
		height: 40% !important;
		margin-top: 50px;
		margin-bottom: 40px;
	}
	#top .vegas-wrapper {
		width: 96%;
	}
	#top .mainvis .inner h1 {
		font-size: 2rem;
		padding-top: 3%;
	}
	#top .mainvis .inner p {
		font-size: 1.2rem;
	}
	#top .main-contents .top-contents-box {
		margin-bottom: 40px;
	}	
	#top .b01 .box-l{
		width: 100%;
		margin: 0;
		padding: 40px;
	}
	#top .b01 .box-r{
		width: 100%;
	}
	#top .b02 .box-l{
		width: 100%;
		margin: 0;
		padding: 40px;
	}
	#top .b02 .box-r{
		width: 100%;
	}
	#top .top-contents-box h2.title img{
		width: 80%;
		height: auto;
	}
	#top .contents-box-information {
		width: 92%;
		margin: 0 auto 40px;
	}
	#top .contents-box-information h2 img{
		width: 72%;
		height: auto;
	}
	#top .box_point {
		flex-wrap: wrap;
	}
	#top .box_point .box_point_01,
	#top .box_point .box_point_02{
		margin-bottom: 20px;
	}
	#top .box_point .box_point_02 {
		border: 10px solid #333;
	}
	#top .box_point p.img_point img {
		width: 60%;
	}
	#top .box {
		width:50%;
	}
	#top .box p{
		text-align: center;
	}
	#top .box p img{
		width:60%;
	}
	#top .box-l,
	#top .box-r {
		width: 100%;
	}
	#top .box-l {
		margin-bottom: 40px;
	}
	#top .box-l p {
		margin-bottom: 20px;
	}
	#top .s-box {
		width: 100%;
		margin-bottom: 40px;
	}
	#top .s-box2 {
		width: 100%;
	}
	#top .news dl{
		width: 90%;
	}
	#top .news dl dt{
		width: 30%;
		vertical-align: top;
	}
	#top .news dl dd{
		width: 60%;
	}
	/*#top .news ul{
		text-align: left;
		padding: 0 10px;
		width: 100%;
	}*/
	#top .info_calendar tr.r2 th {
		width: 20%;
	}
	.cd-breadcrumb {
		padding: 0 10px;
	}
	.second .mainvis-sub {
		margin-top: 50px;
	}
	.second .mainvis-sub-personal {
		margin-top: 50px;
	}
	.second .mainvis-sub{
		background: url(../img/second/mainvis-sub-smp.jpg) no-repeat center center;
		background-size: cover;
		margin-top: 50px;
		height: 40vh;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.second .mainvis-sub-personal{
		background: url("../img/second/mainvis-sub-smp_personal.jpg") no-repeat center center;
		background-size: cover;
		margin-top: 50px;
		height: 40vh;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.second .main-title h1 {
		font-size: 1.6rem;
	}
	.second .gmap iframe {
		width: 100%;
	}
	.second .access table th {
		text-align: left;
	}
	.second .access table td,
	.second .access table th {
		display: block;
		border: none;
	}
	.second .gallery ul li {
		width: 49%;
	}
	.second .box-l {
		margin-bottom: 10px!important;
	}
	.contact th {
		display: block;
		width: 100%;
	}
	.contact td {
		display: block;
		width: 100%;
	}
	p.policy-link{
		text-align: left;
	}
	/*hover解除*/
	.eff-0,
	.eff-1,
	.eff-2{
		display: none;
	}
	#top .news dl dd a::after{
		display: none;
	}
	/*#top .news ul li a::after{
		display: none;
	}*/
	.change-border01::after,
	.change-border01::before,
	.change-border01__inner::after,
	.change-border01__inner::before {
		display: none;
	}
	.change-border01:hover,
	.change-border01:hover {
		display: none;
	}
	.online .mainvis-online{
		height: 48vh;
		padding: 0 20px;
		margin-top: 50px;
	}
	.online .main-title-online {
		width: 100%;
	}
	.online .main-title-online h1 img{
		width: 64%;
	    height: auto;
	}
	.online .main-title-online h2 img{
		width: 100%;
	}
	.online .sub-text-online .sub-text-online-inner h2{
		font-size: 1.6rem;
	}
	.online .sub-text-online .sub-text-online-inner p{
		text-align: left;
	}
	.online .box-online h3 {
		font-size: 1.6rem !important;
	}
	.online .box-online ul {
		flex-wrap: wrap;
	}
	.online .box-online-inner {
		flex-wrap: wrap;
	}
	.online .box-online-inner .online-contents-box {
		width: 100%;
	}
	.online .box-online-inner .online-contents-box p img.online-qr {
		display: none;
	}
	.online .box-online-inner .online-contents-box h4 img{
		width: 80%;
		height: auto;
	}

}
/* ----responsiveここまで ----- */
