@charset "utf-8";
/* CSS Document */

/*---------------------------------------------
	フォント
  ---------------------------------------------*/
@import url("../plugins/font-awesome/css/font-awesome.min.css");

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, /*strong,*/ sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-style:normal;
	font-weight: normal;
	font-size: 100%;
}

li{list-style:none;}

a:active,
a:hover {
	outline: 0;
}

@-webkit-viewport { width: device-width; }
@-moz-viewport { width: device-width; }
@-ms-viewport { width: auto; }
@-o-viewport { width: device-width; }
@viewport { width: device-width; }



* {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
		 -o-box-sizing: border-box;
		-ms-box-sizing: border-box;
			box-sizing: border-box;
}

img {
	vertical-align: bottom;
	height: auto;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

input[type="submit"] {
	-webkit-appearance: none;
	border-radius: 0;
}

*:focus {
	outline: none;
}

/*h2 , h3 , h4 , p , a , li a , span , span a{
	transform: rotate(.03deg);
}*/

/* ------------------------ パソコン ------------------------ */
@media screen and (min-width: 900px) {

/*a:hover img{
	opacity: 0.7;
	transition: 0.6s ;
}*/

}

/* ------------------------------------------
  STYLES
--------------------------------------------- */

body {
	font-size: 16px;
	color: #000;
	line-height: 1.6;
	position: relative;
	text-align: justify;
	font-feature-settings:"palt";
	font-family: YakuHanJP, 'Inter', "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic","メイリオ", Meiryo, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", Verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

a{
	color: #000000;
	text-decoration:none;
	transition: 0.6s ;
}

article a:hover{
	color: #4A76B9;
}

article a.no_hover{
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

article{
	width:100%;
}

section{
}


/* ------------------------ スマートフォン ------------------------ */
@media only screen and (max-width:900px){

	body , header{
		min-width: 320px;
	}
	
	body {
		font-size: 15px;
	}
	
}

/*******************************************************************************************

	汎用CSS
	
*******************************************************************************************/
/*div幅指定用*/


.w100 {width: 100% !important;}

img.w100{height: auto !important;}

.w95-w100 {width: 95% !important; margin-left: auto; margin-right: auto;}
.w90-w100 {width: 90% !important; margin-left: auto; margin-right: auto;}
.w85-w100 {width: 85% !important; margin-left: auto; margin-right: auto;}
.w80-w100 {width: 80% !important; margin-left: auto; margin-right: auto;}
.w70-w100 {width: 70% !important; margin-left: auto; margin-right: auto;}
.w60-w100 {width: 60% !important; margin-left: auto; margin-right: auto;}
.w50-w100 {width: 50% !important; margin-left: auto; margin-right: auto;}
.w40-w100 {width: 40% !important; margin-left: auto; margin-right: auto;}
.w40 {width: 40%;}
.w30 {width: 30%;}
.w33 {width: 33%!important;}

.mb0 {margin-bottom: 0 !important;}
.mb5 {margin-bottom: 5px !important;}
.mb10 {margin-bottom: 10px !important;}
.mb20 {margin-bottom: 20px !important;}
.mb30 {margin-bottom: 30px !important;}


.mt30 , .mt40 , .mt50 , .mt60 , .mt70 , .mt80 {margin-top: 30px !important;}

.mb30 , .mb40 , .mb50 , .mb60 , .mb70 , .mb80 {margin-bottom: 30px !important;}


/*マージン調整用*/
.ml10 {margin-left: 10px;}
.ml20 {margin-left: 15px;}

.mr0 {margin-right: 0 !important;}

.mt10 {margin-top: 10px !important;}
.mt20 {margin-top: 20px !important;}

/* ------------------------ パソコン ------------------------ */
@media screen and (min-width: 900px) {

	.mt30 {margin-top: 30px !important;}
	.mt40 {margin-top: 40px !important;}
	.mt50 {margin-top: 50px !important;}
	.mt60 {margin-top: 60px !important;}
	.mt70 {margin-top: 70px !important;}
	.mt80 {margin-top: 80px !important;}

	.mb10-1000 {margin-bottom: 10px;}

	.mb15 {margin-bottom: 15px !important;}
	.mb40 {margin-bottom: 40px !important;}
	.mb50 {margin-bottom: 50px !important;}
	.mb60 {margin-bottom: 60px !important;}
	.mb70 {margin-bottom: 70px !important;}
	.mb80 {margin-bottom: 80px !important;}

	/*フォント用*/
	.fs80 {font-size: 80%;}
	.fs90 {font-size: 90%;}

	.talg_C_pc {
		text-align: center;
	}

	.talg_R_pc {
		text-align:right;
	}


	.w60-text{padding: 0 20%;}

}

@media print{
	.talg_C_pc {
		text-align: center;
	}
	.talg_R_pc {
		text-align:right;
	}
}

.fs80{font-size: 80%;}
.fs90{font-size: 90%;}
.fs110{font-size: 110%;}
.fs115{font-size: 115%;}
.fs120{font-size: 120%;}
.fs125{font-size: 125%;}
.fs130{font-size: 130%;}
.fs135{font-size: 135%;}
.fs140{font-size: 140%;}
.fs145{font-size: 145%;}
.fs150{font-size: 150%;}

.fs13{font-size: 13px;}
.fs14{font-size: 14px;}
.fs15{font-size: 15px;}
.fs16{font-size: 16px;}
.fs17{font-size: 17px;}
.fs18{font-size: 18px;}
.fs19{font-size: 19px;}
.fs20{font-size: 20px;}
.fs21{font-size: 21px;}
.fs22{font-size: 22px;}
.fs23{font-size: 23px;}
.fs24{font-size: 24px;}
.fs25{font-size: 25px;}
.fs26{font-size: 26px;}
.fs27{font-size: 27px;}
.fs28{font-size: 28px;}
.fs29{font-size: 29px;}
.fs30{font-size: 30px;}


/* ------------------------ スマートフォン ------------------------ */
@media only screen and (max-width:900px){

.w95-w100 , .w90-w100 , .w85-w100 , .w80-w100 , .w70-w100 , .w60-w100 , .w50-w100 , .w40-w100{width: 100% !important;}

.fs16 , .fs17, .fs18, .fs19, .fs20, .fs21, .fs22{
	font-size: 15px;
}

.fs23 , .fs24 , .fs25 , .fs26 , .fs27, .fs28 , .fs29 , .fs30{
	font-size: 16px;
}
	
}

/*パディング調整用*/
.pl20 {padding-left: 20px;}


.mintyo{
	font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}



/*フロート用*/
.fleft {
	float: left;
}
.fright {
	float: right;
}
/*text-align用*/
.talg_C {
	text-align: center;
}
.talg_L {
	text-align: left !important;
}
.talg_R {
	text-align: right;
}

.clear_both{
	clear:both;
}

.vertical{
	vertical-align:middle;
}

/* 字下げ */
.jisage{
	padding-left:1em;
	text-indent:-1em;
}

.over-hidden{
	overflow: hidden;
}

.pointer{
	cursor: pointer;
}

.border-none{
	border: none !important;
}

/* スクロールするとふわっと現れる文字や画像 */
.fuwatAnime {
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:1.5s;
 -ms-animation-duration:1.5s;
 animation-duration:1.5s;
 -webkit-animation-name: fuwatAnime;
 -ms-animation-name: fuwatAnime;
 animation-name: fuwatAnime;
 visibility: visible !important;
}

@-webkit-keyframes fuwatAnime {
 0% { opacity: 0; -webkit-transform: translateY(-20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); }
}
@keyframes fuwatAnime {
 0% { opacity: 0; -webkit-transform: translateY(-20px); -ms-transform: translateY(-20px); transform: translateY(-20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}

.red{color: #ff0000!important; border-color: #ff0000 !important;}
.pink{color: #ec377a; border-color: #ec377a !important;}
.green{color: #018e25; border-color: #018e25 !important;}
.orange{color: #f08300; border-color: #f08300 !important;}


.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

table.p01 , table.p01-center{
	width:100%;
	border-collapse: collapse;
	margin-left:auto;
	margin-right:auto;
	border-top:1px solid #767676;
	margin-bottom:15px;
	background-color: rgba(255,255,255,0.6);
}

table.p01 th , table.p01-center th{
	vertical-align:top;
	border-bottom:1px solid #767676;
	font-weight:bold;
	text-align:left;
	padding: 20px 40px;
}

table.p01-center th{
	text-align:center;
}

table.p01 td , table.p01-center td{
	padding: 20px 40px;
	border-bottom:1px solid #767676;
}

table.p02{
	width:100%;
	border-collapse: collapse;
	border-top:1px solid #767676;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:15px;
}

table.p02 th{
	padding: 10px 40px;
	border-bottom:1px solid #767676;
	font-weight:bold;
	background-color: #e6ead2;
}

table.p02 td{
	padding: 10px 40px;
	border-bottom:1px solid #767676;
}

.table-100{min-width: 100px;}
.table-110{min-width: 110px;}
.table-120{min-width: 120px;}
.table-130{min-width: 130px;}
.table-140{min-width: 140px;}
.table-150{min-width: 150px;}
.table-160{min-width: 160px;}
.table-170{min-width: 170px;}
.table-180{min-width: 180px;}

.border-right{
	border-right: 1px solid #767676;
}

ul.column02{
	overflow: hidden;
	margin-bottom:50px;
}

ul.column02 li{
	float:left;
	width:50%;
}

ul.column02 li img{
  width: 100%;
  height: auto;
}

ul.column02-2{
	display:flex; 
	flex-wrap: wrap;
}

ul.column02-2 li{
	width:48%;
	float:left;
	margin-right:4%;
	margin-bottom:30px;
}

ul.column02-2 li:nth-child(2n){
	margin-right:0;
}

ul.column02-2 li img{
	width:100%;
	height:auto;
	margin-bottom: 10px;
}

ul.column02-3{
	display:flex; 
	flex-wrap: wrap;
}

ul.column02-3 li{
	width:28%;
	float:left;
	margin-right:4%;
	margin-bottom:30px;
}

ul.column02-3 li:nth-child(2n){
	width:68%;
	margin-right:0;
}

ul.column02-3 li img{
	width:100%;
	height:auto;
	margin-bottom: 10px;
}

/* ------------------------ スマートフォン ------------------------ */
@media only screen and (max-width:900px){

	ul.column02{
		margin-bottom:10px;
	}

	ul.column02 li{
		width:100%;
		margin-bottom: 30px;
	}

	ul.column02-2 li{
		width:100%;
		margin-right:0;
	}
	
	ul.column02-3 li , ul.column02-3 li:nth-child(2n){
		width:100%;
		margin-right:0;
	}

}

ul.column03 , ul.column03-2{
	overflow: hidden;
	margin-bottom:50px;
}

ul.column03 li , ul.column03-2 li{
	float:left;
	width:30.6666%;
	overflow:hidden;
	margin-right:4%;
	margin-top:20px;
}

/* ------------------------ パソコン ------------------------ */
@media only screen and (min-width:900px){

	ul.column03 li:nth-child(3n) , ul.column03-2 li:nth-child(3n){
		margin-right:0;
	}

}

ul.column03 li img , ul.column03-2 li img{
	width:100%;
	height:auto;
	margin-bottom:20px;
}

ul.column03 li h3 , ul.column03-2 li h3{
	font-size:20px;
}

ul.column03-2 li .loupe{
	position:absolute;
	bottom:10px;
	right:10px;
	width:40px;
	height:auto;
	margin:0;
}

ul.column04{
	overflow: hidden;
	margin-bottom:50px;
}

ul.column04 li{
	float:left;
	width:22%;
	overflow:hidden;
	margin-right:4%;
}


/* ------------------------ パソコン ------------------------ */
@media only screen and (min-width:900px){


ul.column04 li:nth-child(4n){
	margin-right:0;
}

}

ul.column04 li img{
	width:100%;
	height:auto;
	margin-bottom:20px;
}

ul.column04 li h3{
	text-align:center;
	font-size:20px;
}

/* ------------------------ スマートフォン ------------------------ */
@media only screen and (max-width:900px){

	ul.column03 , ul.column03-2{
		margin-bottom:30px;
	}

	ul.column03 li{
		width:100%;
		margin-right:0;
		margin-top:20px;
	}

	ul.column03-2 li{
		width:48%;
		margin-right:4%;
		margin-top:20px;
		position:relative;
	}

	ul.column03-2 li:nth-child(2n){
		margin-right:0;
	}

	ul.column03 li img , ul.column03-2 li img{
		margin-bottom:20px;
	}

	ul.column03 li h3 , ul.column03-2 li h3{
		font-size:17px;
	}

	ul.column04{
		margin-bottom:30px;
	}

	ul.column04 li{
		width:47%;
		margin-right:6%;
		margin-bottom:20px;
	}

	ul.column04 li:nth-child(2n){
		margin-right:0;
	}

	ul.column04 li h3{
		font-size:17px;
	}

	table.p01 , table.p01-center{
		margin-bottom:15px;
	}

	table.p01 th , table.p01-center th{
		padding:10px 10px;
		text-align:left;
		width:100px;
	}

	table.p01 td , table.p01-center td{
		padding:10px 10px;
	}
	
	table.p02 th{
		width: 33%;
		padding:10px 10px;
		text-align:center;
	}

	table.p02 td{
		padding:10px 10px;
	}

	table .heading{
		display: block;
		width: 100%;
	}

}


.layout01 , .layout02 {
	margin-bottom:60px;
	overflow:hidden;
}

.layout02 , .layout04 , .layout04-2 , .layout05{
	overflow:hidden;
}

.layout01 img{
	width:100%;
	height:auto;
	margin-top:30px;
}

.layout01 .fl_box{
	float: left;
	width: 73%;
}

.layout01 .fr_img{
	float: right;
	width: 25%;
}

.layout01 .fr_img img{
	margin-top: 0;
}

.layout02 .image{
	float:right;
	margin-left:30px;
	margin-bottom:20px;
	width:430px;
}

.layout02 .image200{
	float:right;
	margin-left:30px;
	margin-bottom:20px;
	width:200px;
}

.layout02 img{
	width:100%;
}

.layout03{
	background-color: #F7F7F7;
	padding:40px 0;
}

.layout03 p{
	text-align:center;
}

.layout04 img{
	float:left;
	margin-right:30px;
	margin-bottom:20px;
	width:430px;
}

.layout04-2 img{
	float:left;
	margin-right:50px;
	margin-bottom:20px;
	width:500px;
}

.layout04-2 p{
	overflow:hidden;
}

.layout05 img{
	float:right;
	margin-left:30px;
	margin-bottom:20px;
	width:430px;
}

/* ------------------------ スマートフォン ------------------------ */
@media only screen and (max-width:900px){
	
	.layout01 , .layout02 {
		margin-bottom:30px;
	}

	.layout01, .layout02 {
		margin-bottom: 30px;
	}

	.layout01 img{
		margin-top:20px;
	}

	.layout01 .fl_box{
		width: 100%;
		margin-bottom: 10px;
	}

	.layout01 .fr_img{
		width: 100%;
		padding: 0 10%;
	}

	.layout02 .image , .layout02 .image200{
		width:100%;
		margin-left:0;
	}

	.layout03{
		padding:30px 0;
	}

	.layout03 p{
		text-align:center;
	}

	.layout04 img{
		margin-right:0;
		width:100%;
	}

	.layout04-2 img{
		float:none;
		margin-right:0;
		width:100%;
		margin-top: 20px;
	}

	.layout05 img{
		margin-left:0;
		width:100%;
	}
	
}

a.button01 {
	display: inline-block;
	color: #FFFFFF;
	background-color: #AB183E;
	padding: 7px 30px;
	text-align: center;
	font-weight: bold;
	border: 1px solid #AB183E;
	font-family: YakuHanJP, 'Inter', "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic","メイリオ", Meiryo, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", Verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

a.button01:hover {
	color: #FFFFFF;
}

/* ------------------------ スマートフォン ------------------------ */
@media only screen and (max-width:900px){



}

.pc{display:inline !important;}

.pc-block{display:block !important;}

.sp , .sp-block{display:none !important;}

@media only screen and (max-width:900px){

.pc , .pc-block{display:none !important;}

.sp{display:inline !important;}

.sp-block{display:block !important;}

}


span.text-sup,
span.text-sub{
	font-size: 75.5%;
	vertical-align: top;
	position: relative;
	top: -0.03em;
	padding-left: 1px;
	padding-right: 1px;
}
span.text-sub {
	vertical-align: baseline;
}

