@charset "UTF-8";

/* CSS Document */


html {
	font-size: 62.5%;
	-ms-overflow-style: auto;
}
body {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 200%;
	margin: 0px;
	padding: 0px;
	color: #000000;
	font-weight: 400;
}

@-ms-viewport {
	width: auto!important;
	initial-scale: 1;
}

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

title
==================================================*/

h1 {
	font-size: 3.0rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 180%;
}
h2 {
	font-size: 3.0rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 180%;
}
h3 {
	font-size: 2.8rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 180%;
}
h4 {
	font-size: 2.2rem;
	font-weight: 500;
	line-height: 180%;
	letter-spacing: 0.05em;
}
h5,h6 {
	font-size: 2.0rem;
	line-height: 180%;
	font-weight: 500;
}

p{
	letter-spacing: 0.05em;
	padding: 5px;
}
.min{
    font-family: 'Noto Serif JP', serif;
}

h1,h2,h3,h4,h5,h6 {
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
}

p {
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	text-align: justify;
	text-justify: inter-ideograph;
	overflow-wrap: break-word;
}

/* micro cf */

.clearfix:after {
    content:" ";
    display:block;
    clear:both;
}

.sp-only{
	display: none;
}
/*==================================================

link img
==================================================*/

a {
	color: #333333;
	
	/* animation */
	
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
a:hover{
	color: #da3426;
}

@media print, screen and (min-width: 960px) {
a:hover {
	opacity: 0.7;
	text-decoration: none;
}
}
img {
	border: 0;
	vertical-align: top;
	font-size: 0;
	line-height: 0; 
	-ms-interpolation-mode: bicubic;
}

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

margin
==================================================*/

.mt-space0 {margin-top: 0!important;}
.mt-space3p {margin-top: 3%!important;}
.mt-space5p {margin-top: 5%!important;}
.mt-space8p {margin-top: 8%!important;}

.mb-space3p {margin-bottom: 0!important;}
.mb-space3p {margin-bottom: 3%!important;}
.mb-space5p {margin-bottom: 5%!important;}
.mb-space8p {margin-bottom: 8%!important;}

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

list
==================================================*/

ol,ul {
  list-style:none;
  margin: 0;
  padding: 0;
}

hr {
	background-color: #FFF;
	border-top: 2px dotted #ededed;
	margin: 10px 0 20px;
}

.Flexbox{
	display:-ms-flexbox;/*--- IE10 ---*/
	display:-webkit-flex;
	display:flex;
	-ms-flex-wrap:wrap;/*--- IE10 ---*/
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
}

.Flexboxcenter{
	display:-ms-flexbox;/*--- IE10 ---*/
	display:-webkit-flex;
	display:flex;
	-ms-flex-pack:center;/*--- IE10 ---*/
	-webkit-justify-content:center;
	justify-content:center;
	-ms-flex-align:center;/*--- IE10 ---*/
	-webkit-align-items:center;
	align-items: center;
	-ms-flex-wrap:wrap;/*--- IE10 ---*/
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
}

.inner{
	position: relative;
	max-width: 1080px;
	margin: 0 auto;
	width: 96%;
}
.innermain{
	position: relative;
	max-width: 1580px;
	margin: 0 auto;
	width: 99%;
}
.tS{
	font-size: 85%;
}


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

table
=================================================*/

table{
	width: 100%;
	margin: 20px auto 30px;
	border-top: 1px solid #666666;
}

table th,
table td{
	padding: 15px 20px;
	vertical-align: top;
	border-bottom: 1px solid #666666;
}
table th{
	white-space: nowrap;
	font-weight: normal;
	letter-spacing: 0.1em;
	border-right: 3px solid #da3426;
	text-align: left;
}


@media only screen and (max-width: 960px) {
	
h1 {
	font-size: 2.5rem;
	}
h2 {
	font-size: 2.7rem;
}
	h3 {
		font-size: 2.5rem;
	}
	h4 {
		font-size: 2.0rem;
	}
	h5,h6 {
		font-size: 1.7rem;
	}

section .inner{
	padding: 0px 20px 30px;
}
}
@media only screen and (max-width: 768px) {
	

h2 {
	font-size: 2.2rem;
	letter-spacing: 0.05em;
}
	h3 {
		font-size: 2.2rem;
	}
	h4 {
		font-size:1.8rem;
	}
	/*==================================================
	
	table
	==================================================*/
	
	table{
	width: 96%;
	margin: 20px auto 30px;
}
table th,
table td{
	padding: 10px 10px;
	text-align: left;
	line-height: 1.6em;
	font-size: 1.4rem;
}
table.resp th,
table.resp td{
	width: 100% !important;
	display: block;
}
	table.resp th{
		border-right: none;
		border-top: 2px solid #da3426;
		background: #f3f3f3;
		border-bottom: none;
	}
}

.sp-img{
	display: none;
}
.pc-img{
	display: block;
}
.brsp{display: none;}
@media only screen and (max-width: 480px) {

.pc-img{
	display: none;
}
.sp-img{
	display: block;
}
.sp-only{
	display: block;
}
.brsp{display: block;}
	
	p,li{
		font-size: 1.4rem;
		line-height: 1.8em;
	}
	dt,dd{
		font-size: 1.4rem;
		line-height: 1.8em;
	}
	h1 {
		font-size: 2.0rem;
	}
	h2 {
		font-size: 2.0rem;
	}
	h3 {
		font-size: 1.8rem;
	}
	h4,h5,h6 {
		font-size: 1.8rem;
	}
	
section .inner{
	padding: 0px 10px 10px;
}
	
}



.fColRed {
	color: #F00;
}
/*写真背景*/

.colorboxr,
.colorboxb{
    position: relative;
    width: 80%;
    margin: 30px auto 30px;
}
.colorboxr div.color{
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: #da3426;
}
.colorboxb div.color{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: #206ff0;
}
.colorboxr img,
.colorboxb img{
    display: block;
    max-width: 100%;
}



/*メインイメージ*/

.main-image {
	width: 100%;
	position: relative;
	margin: 80px auto 0;
}
.main-image .catch {
	position: absolute;
	left: 8%;
	top: 50%;
	transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
	display: block;
	z-index: 10;
	max-width: 500px;
	width: 50%;
}
.main-image .title {
	position: absolute;
	left: 8%;
	top: 50%;
	transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
	background: #da3426;
	color: #fff;
	display: block;
	text-align: center;
	padding: 40px 60px;
	font-family: 'Noto Serif JP', serif;
	z-index: 10;
}
.main-image .title h2{
	text-align: center;
}
.main-image .title .en{
	text-align: center;
	line-height: 1.8em;
}
.main-image .photo {
	width: 80%;
	margin: 0 0 0 20%;	
}
.main-image .photo img{
	width: 100%;
	height: auto;
}
.main-image .top-imageback {
	position: relative;
	z-index: -1;
	width: 80%;
	height: 120px;
	margin: -60px 0 0 0;
	background: #87cd87;
}


@media only screen and (min-width:1px) and (max-width: 960px) {
.main-image {
	width: 100%;
	position: relative;
	line-height: 0;
	z-index: 6!important;
	margin: 70px auto 0;
}
.main-image .title {
	position: absolute;
	left: 3%;
	}
}


.bread{
	width: 80%;
	margin: 0 0 0 auto;
	font-size: 90%;
	padding: 10px 10px;
}
@media only screen and (min-width:1px) and (max-width: 768px) {


.main-image .catch {
	left: 3%;
}
.main-image .title {
	left: 3%;
	padding: 20px 30px;
}	
.main-image .title .en{
	font-size: 1.3rem;
}

.bread{
	width: 100%;
	margin: auto;
	text-align: right;
	font-size: 90%;
	padding: 10px 20px;
}
}
@media only screen and (min-width:1px) and (max-width: 480px) {


.main-image .title {
	left: 0;
	padding: 20px 30px;
}	
.main-image .title .en{
	font-size: 1.2rem;
}
}

.fcontact{
	margin: 8% auto 0;
	background: #da3426;
	text-align: center;
	padding: 5% 0;
}
.fcontact .fbtn a{
	display: inline-block;
	background: #fff;
	color: #000;
	position: relative;
	padding: 10px 50px;
	border-radius: 5px;
	font-family: 'Noto Serif JP', serif;
}
.fcontact .fbtn a::before{
    position: absolute;
    top: 0;
    bottom: 0;
	right: 15px;
    margin: auto;
    content: "";
    vertical-align: middle;
    width: 8px;
    height: 8px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}


