@charset "utf-8";
/* CSS Document */

.align-center{text-align: center;}
.align-right_c{text-align: right;}

.margin10{margin: 10px 0;}
.margin30{margin: 30px 0;}

.margin-l60{margin-left: 60px;}

.mb30{margin-bottom: 30px;}

.pd10{padding: 10px 0;}

.letter5{letter-spacing: 5px;}

.font-bold{font-weight:bold;}

/*メイン画像
-------------------------------------*/
.mainimg-inner{
	margin: auto;
    position: relative;
	width: 100%;
	height:680px;
	background: url("../images/header.png")center no-repeat;
	background-size: cover;
	margin-bottom: 30px;
}

.mainimg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
    border: none;
    padding: 0;
    margin: 0;
}

.mainimg img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	
}

.main-ttl{
	text-align: center;
	margin-bottom: 30px;
}

.top-img{
	text-align: center;
	margin: 20px auto;
}

.top-text{
	font-size:24px;
	line-height: 2;
}

.green-pen{
	background:linear-gradient(transparent 60%, #6f6 60%);
}

.bg-yellow {
    background: rgba(234,217,167,.3);
	padding: 10px 0;
}

.sub-ttl{
	padding-bottom: 5px;
  border-bottom: 1px solid #000;
	font-weight: 700;
}

/*テーブル*/
.cp_table *, .cp_table *:before, .cp_table *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.cp_table {
	width: 100%;
	border-collapse: collapse;
}
.cp_table th, .cp_table  td {
	padding: 10px;
	border: 1px solid #e24b00;
}
.cp_table th {
	width: 30%;
	text-align: center;
	background: #f9d5b4;
}
.cp_table td {
	text-align: left;
	background: #fff;
}

.link-list{
	font-size: 16px;
    margin: 0 auto;
    text-align: center;
}

.link-list li{
	display: inline-block;
    width: 32%;
    text-align: center;
    margin-bottom: 10px;
}

ul li {
    list-style: none;
}

.menu-ttl{
	text-align: center;
	font-weight:bold;
	padding-top: 50px;
}

.eng-ttl{
	font-size: 20px;
	color: #d9b536;
	text-align: center;
}

.box{
 display: flex;
}

.box-l{
	    flex-basis: 60%;
    padding: 30px;
}
.box-r{
	    flex-basis: 38%;
	text-align: right;
	padding: 30px 0;
}

.box2-l{
	    flex-basis: 38%;
    padding: 30px;
	text-align: left;
}
.box2-r{
	    flex-basis: 60%;
	padding: 30px;
}

.box17{
    margin:2em 0;
    position: relative;
    padding: 2.0em 4.0em;
    border-top: solid 2px #fff;
    border-bottom: solid 2px #fff;
}
.box17:before, .box17:after{
    content: '';
    position: absolute;
    top: -10px;
    width: 2px;
    height: -webkit-calc(100% + 20px);
    height: calc(100% + 20px);
    background-color: #fff;
}
.box17:before {left: 10px;}
.box17:after {right: 10px;}
.box17 p {
    margin: 0; 
    padding: 0;
}

.use-text{
    margin: 0 auto;
    max-width: 800px;
    padding: 0 2.0rem;
}

.btn-flat-border {
  display: inline-block;
  padding: 15px 30px 5px;
  text-decoration: none;
  color: #d9b536;
  border: solid 4px #d9b536;
  /*border-radius: 3px;*/
  transition: .4s;
　
}

.btn-flat-border:hover {
  background: #d9b536;
  color: #000;
}

@media (min-width: 751px) {
a[href*="tel:"] {
pointer-events: none;
cursor: default;
text-decoration: none;
}
}
@media screen and (max-width: 1280px){
.mainimg-inner{
		height:500px;
	}
}

@media screen and (max-width: 1024px){

.mainimg-inner{
	margin: auto;
    position: relative;
	width: 100%;
	height:724px;
	background: url("../images/header-sp.png")center no-repeat;
	background-size: cover;
	margin-bottom: 30px;
}	
	
}
@media screen and (max-width: 896px){
p.indent-1 {
padding-left:3em;
text-indent:-3em;
}
	
p.indent-2 {
padding-left:3em;
text-indent:-3em;
}	
}




@media screen and (max-width: 480px){

.margin-l60{margin-left: 0;}
	
	.mainimg-inner{
		height:340px;
	}
	
.top-text {
    font-size: 18px;
    line-height: 1.5;
}	

/*テーブル*/	
.cp_table {
		margin: 0;
	}
	.cp_table th, .cp_table td {
		width: 100%;
		display: block;
		border-top: none;
	}
	.cp_table tr:first-child th {
		border-top: 1px solid #e24b00;
	}
	
	.cp_table td {
	text-align: center;
	}
	
	.link-list li{
		width: 48%;
    margin-bottom: 10px;
	}

	.box{
  flex-direction: column;
 }	
	
.box-l{
	       padding: 30px;
}
.box-r{
	text-align: center;
	padding: 30px;
}	

.box2-l{
	    text-align: center;
	padding: 30px;
}
.box2-r{
	
	padding: 30px;
}	
	
.order1 {
  order: 1;
}
.order2 {
  order: 2;
}
	
.box17 {
        padding: 1.0em 2.0em;
	}
	
}