/* CSS Document */

section{
	position: relative;
}

img{
	max-width: 100%;
	height: auto;
}
.headerwh{
	margin: 0;
	padding: 30px 20px;
	text-align: left;
	position: fixed;
	z-index: 10;
	top: 0;
	left: 0;
	right: 0;
}
.headerwh img{
	max-width: 250px;
	width: 100%;
	height: auto;
}
.headerwh::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0; 
    border-top: 200px solid #fff;  /* 好みで高さ色を変えてください */ 
    border-right: 450px solid transparent;
	z-index: -1;
}
.pc-img{
	display: block;
}
.sp-img{
	display: none;
}

/*==================================================

top-contents
=================================================*/

.top-image {
	width: 100%;
	position: relative;
	line-height: 0;
	z-index: 6!important;
	margin: 0px auto;
	background: #1792e5 url("../img/title_back.svg") right bottom no-repeat;
	background-size: 20% auto;
}

.top-image .title {
	padding: 160px 0 140px;
	margin: 0 auto;
	color: #fff;
	font-size: 5.0rem;
	font-weight: 700;
	text-align: center;
}
.top-image img{
	width: 100%;
	height: auto;
}



.inner{
	position: relative;
	max-width: 1020px;
	margin: 0 auto;
}

footer{
	background: #107fda;
	color: #fff;
	font-size: 1.2rem;
	text-align: center;
}

.telwaku{
	margin: 5% auto;
	border: 1px solid #107fda;
	padding: 20px;
	width: 90%;
}
.telwaku h2{
	margin: 2% auto;
	
}
.telwaku .tel{
	font-size: 4.3rem;
	text-align: center;
	margin: 2% auto;
	font-weight: 700;
	display: flex;
	justify-content: center;
	align-items: center;
	
}
.telwaku .tel .ico{
	max-width: 75px;
	padding-right: 10px;	
}


.contact p{
	margin: 2% 0;
}
.contact table{
	width: 90%;
	margin: 30px auto 50px;
}
.contact table th,
.contact table td{
	padding: 10px 20px;
	border-bottom: 1px solid #c5c5c5;
	text-align: left;
	vertical-align: top;
	font-weight: normal;
	font-size: 1.6rem;
}
.contact table {
	border-top: 1px solid #ccc;
}
.contact table tr:nth-child(2n){
	background: #efefef;
}
.contact table th{
	color: #00a0e9;
	font-weight: 500;
}

.contact .w60{
	width: 60%;
}
.contact .w100{
	width: 100%;
}
.contact input {
	font-size: 1.6rem;
}
.contact input[type="text"],
.contact textarea {
	color: #000!important;
	border: 1px solid #ccc;
	background: #f3f3f3;
	padding: 2px;
	margin: 5px 0;
}
.contact input[type="email"] {
	border: 1px solid #999;
	border-radius: 4px;
	background: #f3f3f3;
	margin: 10px 10px 10px 0;
	padding: 2px;
	margin: 5px 0;
}

.contact select {
	font-size: 1.6rem;
	border: 1px solid #999;
	margin: 10px 0;
}

.contact .Sendbtn{
	margin: 5% auto;
	width: 70%;
	display: flex;
	justify-content: center;
}
.contact .Sendbtn .btngreen,
.contact .Sendbtn .btnglay{
	width: 50%;
	display: block;
	text-align: center;
}
.contact .Sendbtn .btngreen input{
	background: #107fda;
	color: #fff;
	display: block;
	padding: 15px 10px;
	width: 100%;
}
.contact .Sendbtn .btnglay input{
	background: #a4a9ae;
	color: #fff;
	display: block;
	padding: 15px 10px;
	width: 100%;
}
#privacy{
	background: #f3f3f3;
	padding: 4% 0 8%;
	margin-top: 0%;
}

.privacy ol{
	max-width: 900px;
	margin: 0 auto;
}
.privacy ol li{
	list-style: decimal;
	margin: 2% auto;
	font-size: 1.5rem;
	line-height: 1.8em;
}
.pagetop {
	position: fixed;
	bottom: 0px;
	right: 0px;
	z-index: 5;
	width: 50px;
	height: auto;
	z-index: 50;
}
.pagetop img{
	width: 100%;
	height: auto;
}

@media only screen and (min-width:1px) and (max-width: 960px) {


.top-image .title {
	padding: 190px 0 120px;
	margin: 0 auto;
	color: #fff;
	font-size: 4.0rem;
	font-weight: 700;
	text-align: center;
}
	.contact p{
		font-size: 1.5rem;
		line-height: 1.6em;
	}	
.privacy ol{
	max-width: 900px;
	margin: 0 20px auto 50px;
}
	
}
@media only screen and (min-width:1px) and (max-width: 768px) {

.headerwh{
	margin: 0;
	padding: 30px 10px;
	text-align: left;
	position: fixed;
	z-index: 10;
	top: 0;
	left: 0;
	right: 0;
}
.headerwh img{
	max-width: 220px;
	width: 100%;
	height: auto;
}
.headerwh::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0; 
    border-top: 170px solid #fff;  /* 好みで高さ色を変えてください */ 
    border-right: 380px solid transparent;
	z-index: -1;
}
.top-image .title {
	padding: 160px 0 60px;
	font-size: 3.0rem;
	line-height: 1.8em;
}	
.contact table{
	width: 96%;
	margin: 10px auto 20px;
}
.contact table th,
.contact table td{
	width: 100%;
	display: block;
	padding: 5px 10px;
	text-align: left;
}
.contact table th{
	border-bottom: none;
	width: 100%;
	background: #efefef;
}
	.contact table tr:nth-child(2n){
		background: none;
	}

.contact .w60{
	width: 100%;
}
.contact .w100{
	width: 100%;
}
.contact .Sendbtn{
	margin: 5% auto 8%;
	width: 90%;
	display: flex;
	justify-content: center;
}	
}

@media only screen and (min-width:1px) and (max-width: 480px) {

.pc-img{
	display: none;
}
.sp-img{
	display: block;
}

	
.headerwh{
	margin: 0;
	padding: 20px 10px;
	text-align: left;
	position: fixed;
	z-index: 10;
	top: 0;
	left: 0;
	right: 0;
}
.headerwh img{
	max-width: 200px;
	width: 100%;
	height: auto;
}
.headerwh::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0; 
    border-top: 150px solid #fff;  /* 好みで高さ色を変えてください */ 
    border-right: 320px solid transparent;
	z-index: -1;
}
.top-image .title {
	padding: 100px 0 30px;
	font-size: 2.8rem;
	line-height: 1.8em;
}
	
	
.telwaku .tel .ico{
	max-width: 65px;
	padding-right: 10px;	
}
.telwaku .tel{
	font-size: 3.6rem;
	margin: 15px auto;
	
}
	
.top-image .catch {
	width: 90%;
	max-width: 1000px;
	padding: 80px 0 10px;
	margin: 0 auto;
}
	
}

/*BTTN
/*======================================*/
.bttn {
    position: relative;
    z-index: 1;
	max-width: 500px;
	margin: 0 auto;
}
.bttn .backgroundshd {
    display: block;
    position: absolute;
    top: 7px;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background-color: #DDD;
    z-index: -1;
}
.bttn a {
    font-weight: normal;
    padding: 20px;
    color: currentColor;
    display: block;
    text-align: center;
    text-decoration: none;
    position: relative;
    border: 2px solid currentColor;
    transition: all .8s ease;
    letter-spacing: .1em;
    box-sizing: border-box;
    text-decoration: none;
    border-radius: 6px;
    font-size: 26px;
    line-height: 1.2;
    font-weight: 700;
    overflow: hidden;
    z-index: 0;
}
.bttn a:hover {
    text-decoration: none;
}
.bttn a::before {
    content: "";
    display: inline-block;
    transform: scaleX(0);
    position: absolute;
    top: 0rem;
    left: 0rem;
    right: 0rem;
    height: 101%;
    transform-origin: center right;
    transition: .8s ease transform;
    z-index: -1;
}
.bttn a:hover::before{
    transform: scaleX(1);
    transform-origin: center left;
}
.bttn a::after {
    content: "";
    width: 14px;
    height: 14px;
    border-bottom: 4px solid RGBA(0, 0, 0, 0.65);
    border-right: 4px solid RGBA(0, 0, 0, 0.65);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%) rotate(45deg);
}
@media only screen and (max-width: 1024px) {
  .bttn a::after {
      width: 11px;
      height: 11px;
      right: 15px;
  }
}

/*BUTTON DIVISION*/
/*======================*/
.bttn.center{text-align: center; }
.bttn.lt{text-align: left; }
.bttn.rt{text-align: right; }

/*BEFORE*/
/*======================*/
.bttn.camp::before, .bttn.dl::before {
    content: url("../../dcms_media/image/common/icon_book.png");
    position: absolute;
    z-index: 10;
    top: 17px;
    left: 35px;
}
.bttn.dl::before {
    content: url(../../dcms_media/image/common/icon_dl.png);
}

.bttn.bttn_sky a{
    color: #FFF;
    background-color: #1792E5;
    border-color: #1792E5;
}
.bttn.bttn_sky a::before {background-color: #FFF; }
.bttn.bttn_sky a:hover {
    color: #1792E5;
    border-color: transparent;
}
.bttn.bttn_sky .backgroundshd {
    background-color: #0068AF;
}

