

@font-face {
 font-family: 'notosansjp';
 font-weight: 400;
 src: url("../../webfonts/NotoSansJP-Regular.otf") format('opentype');
}
@font-face {
 font-family: 'notosansjp';
 font-weight: 500;
 src: url("../../webfonts/NotoSansJP-Medium.otf") format('opentype');
}
@font-face {
 font-family: 'notosansjp';
 font-weight: 600;
 src: url("../../webfonts/NotoSansJP-Bold.otf") format('opentype');
}
@font-face {
 font-family: 'notosansjp';
 font-weight: 900;
 src: url("../../webfonts/NotoSansJP-Black.otf") format('opentype');
}
@font-face {
 font-family: 'roboto';
 font-weight: 400;
 src: url("../../webfonts/Roboto-Regular.ttf") format('truetype');
}
@font-face {
 font-family: 'roboto';
 font-weight: 500;
 src: url("../../webfonts/Roboto-Medium.ttf") format('truetype');
}
@font-face {
 font-family: 'roboto';
 font-weight: 600;
 src: url("../../webfonts/Roboto-Bold.ttf") format('truetype');
}
@font-face {
 font-family: 'roboto';
 font-weight: 900;
 src: url("../../webfonts/Roboto-Black.ttf") format('truetype');
}

/* --------------------------　メインスライダー　-------------------------- */

figure {
	margin: 0 !important;
	padding: 0 !important;
}
.pcimg {
	display: block;
}
.spimg {
	display:none;
}

@media screen and (max-width: 1120px) {
.pcimg {
	display: none;
}
.spimg {
	display:block;
}

}

.top_main {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 750px;
  background: #000;
  background:url(../../images/main_pc.webp) ;
  background-position: top  center;
  background-repeat: no-repeat;

}

.mainbox {
	max-width: 1120px;
	margin: auto;
	position: relative;
	padding: 15px 0;
}

.top_main h1 {
  width: 180px;
  padding: 0;
  margin: 0 0 25px;
}
.top_main h1 img {
  width: 100%;
	height: auto;
}

.fvtitle {
	display: flex;
	justify-content: space-between;
}
.fvtitle_l {
	max-width: 645px;
}
.fvtitle_r {
	max-width: 380px
}
.fvtitle_l img,
.fvtitle_r img{
	width: 100%;
	height: auto;
}
.fvtitle_l p {
	font-weight: 600;
	font-size: 2rem;
	line-height: 1.6;
	letter-spacing: 0.3rem;
	padding: 0 0 10px;
}

.camptitle {
	display: flex;
	justify-content: center;
	padding: 15px;
	background: #fff;
	box-sizing: border-box;
	margin: 5px 0 15px 0;
	box-shadow: 0 0 15px rgba(80,72,50,0.1);
}
.camptitle .title {
	width: 31%;
	border-right:1px solid #d2d2d2;
	margin-right: 25px;
	padding-right: 10px;
	box-sizing: border-box;
}
.camptitle .date {
	width: 60%;
}
.camptitle p {
	font-size: 1.9rem;
	padding: 0;
}

.cation {
	font-size: 1.3rem !important;
	padding: 0;
	font-weight: 500 !important;
	letter-spacing: 0.2rem !important;
}


.top_main_title {
  color: #fff;
  text-align: center;
  font-weight: bold;
  position: absolute;
  top: -10vh;
  right: 0;
  bottom: 0;
  left: 0;
  margin:auto;
  z-index: 3;
  width: 1000px;
  height: 600px;
  font-size: 1.7rem;
	display: flex;
  justify-content: center;
  align-items: center;
	flex-direction: column;
}
.top_main_sp {
		display: none;
		margin-top: 0px;
}

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

.top_main {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
  background: #000;
  background:url(../../images/main_sp.webp) ;
	background-size: cover;
  background-position: top  right;
  background-repeat: no-repeat;
}

.mainbox {
	max-width: auto;
	margin: auto;
	position: relative;
	padding: 0px 15px;
}

.top_main h1 {
  width: 120px;
  padding: 0;
  margin: 0 0 25px 0px;
}
.top_main h1 img {
  width: 100%;
	height: auto;
}

.fvtitle {
	display: flex;
	justify-content: space-between;
	flex-direction: column-reverse;
}
.fvtitle_l {
	max-width: auto;
}
.fvtitle_r {
	max-width: auto;
	margin-bottom: 10px;
}
.fvtitle_l img,
.fvtitle_r img{
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}
.fvtitle_l p {
	font-weight: 600;
	font-size: 1.5rem;
	line-height: 1.6;
	letter-spacing: 0.2rem;
	padding: 0 0 10px;
}

.camptitle {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 15px;
	background: #fff;
	box-sizing: border-box;
	margin: 5px 0 15px 0;
	box-shadow: 0 0 15px rgba(80,72,50,0.1);
}
.camptitle .title {
	width: auto;
	border-right:0px;
	border-bottom:1px solid #d2d2d2;
	margin-right: 0px;
	padding-right: 0px;
	box-sizing: border-box;
	text-align: center;
	margin-bottom: 10px;
	padding-bottom: 5px;
}
.camptitle .date {
	width: auto;
	text-align: center;
}
.camptitle p {
	font-size: 1.6rem;
	padding: 0;
}

.cation {
	font-size: 1rem !important;
	padding: 0;
	font-weight: 500 !important;
	letter-spacing: 0.2rem !important;
}


.top_main_title {
  color: #fff;
  text-align: center;
  font-weight: bold;
  position: absolute;
  top: -10vh;
  right: 0;
  bottom: 0;
  left: 0;
  margin:auto;
  z-index: 3;
  width: 1000px;
  height: 600px;
  font-size: 1.7rem;
	display: flex;
  justify-content: center;
  align-items: center;
	flex-direction: column;
}
	.top_main_sp {
		display: none;
		margin-top: 0px;
}
}




/* --------------------------　コンテンツ　-------------------------- */

.content {
	overflow: hidden;
	min-width: 1120px;
}

.content_wrap  {
	max-width: 1120px;
	margin: auto;
	position: relative;
	z-index: 1;
}
.content_block {
	margin-bottom: 60px;
}



.googlepay {
	font-family: 'roboto';
}
	
@media screen and (max-width: 1120px) {
	
.content {
	overflow: hidden;
	min-width: auto;
}

.content_wrap  {
	max-width: auto;
	margin: auto 15px;
	position: relative;
	z-index: 1;
}
.content_block {
	margin-bottom: 30px;
}
	
}


/* --------------------------　

top01　

-------------------------- */

.top01 {
    background:url("../../images/bg01.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding: 80px 0 80px 0;
	text-align: center;
}

.top01 h2 {
	color:#fff;
	font-size: 3rem;
	line-height: 1.4;
	letter-spacing: 0.1em;
	font-weight: 600;
	padding: 0;
	margin: 0;
	position: relative;
	margin-bottom: 50px;
}
.top01 h2:after {
	content: '';/*何も入れない*/
  display: block;/*忘れずに！*/
  width: 40px;/*画像の幅*/
  height: 3px;/*画像の高さ*/
  background:url("../../images/bar01.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
	top: 150%;
    left: 50%;
    transform: translate(-50%, -50%);

}

.txt01 {
	font-size: 2rem;
	color:#fff;
	padding: 0;
	margin: 0;
	font-weight: 600;
	line-height: 1.6;
}
.txt02 {
	font-size: 3rem;
	color:#fff;
	padding: 0;
	margin: 0;
	font-weight: 600;
	line-height: 1.6;
}

.top01 .txtS {
	font-size: 1.9rem
}
.top01 .txtM {
	font-size: 2.2rem
}
.yel {
	color:#fff600;
}

.button01 {
	position: relative;
	display: inline-block;
	padding: 20px 15px;
	border: 0px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	transition: all .3s;
	width:400px;
	font-size:1.6rem;
	background: #222;
    margin-top:40px;
	border-radius: 40px;
	box-sizing: border-box;
	font-weight: 600;
}
.button01::after {
	position: absolute;
	top: 50%;
	right: 1em;
	content: '';
	margin-top: -5px;
	border: 8px solid transparent;
	border-top-width: 4px;
	border-bottom-width: 4px;
	border-left-color: #fff;
	transition: all .3s;
}
a:hover {
	opacity: 0.7;
}

@media screen and (max-width: 1120px) {
	
.top01 {
    background:url("../../images/bg01.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding: 40px 0 40px 0;
	text-align: center;
}

.top01 h2 {
	color:#fff;
	font-size: 2.4rem;
	line-height: 1.4;
	letter-spacing: 0.1em;
	font-weight: 600;
	padding: 0;
	margin: 0;
	position: relative;
	margin-bottom: 40px;
}
.top01 h2:after {
	content: '';/*何も入れない*/
  display: block;/*忘れずに！*/
  width: 40px;/*画像の幅*/
  height: 3px;/*画像の高さ*/
  background:url("../../images/bar01.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
	top: 150%;
    left: 50%;
    transform: translate(-50%, -50%);

}

.txt01 {
	font-size: 1.5rem;
	color:#fff;
	padding: 0;
	margin: 0;
	font-weight: 600;
	line-height: 1.6;
}
.txt02 {
	font-size: 2rem;
	color:#fff;
	padding: 0;
	margin: 0;
	font-weight: 600;
	line-height: 1.6;
}

.top01 .txtS {
	font-size: 1.3rem
}
.top01 .txtM {
	font-size: 1.8rem
}
.yel {
	color:#fff600;
}

.button01 {
	position: relative;
	display: inline-block;
	padding: 20px 15px;
	border: 0px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	transition: all .3s;
	width:90%;
	font-size:1.3rem;
	background: #222;
    margin-top:20px;
	border-radius: 40px;
	box-sizing: border-box;
	font-weight: 600;
}
.button01::after {
	position: absolute;
	top: 50%;
	right: 1em;
	content: '';
	margin-top: -5px;
	border: 8px solid transparent;
	border-top-width: 4px;
	border-bottom-width: 4px;
	border-left-color: #fff;
	transition: all .3s;
}
a:hover {
	opacity: 0.7;
}
	
}
	
	
	
	

/* --------------------------　

top02　

-------------------------- */

.top02 {
    background:#f9d7ba;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding: 80px 0 80px 0;
	text-align: center;
}

.top02 h2 {
	color:#333333;
	font-size: 3rem;
	line-height: 1.4;
	letter-spacing: 0.1em;
	font-weight: 600;
	padding: 0;
	margin: 0;
	position: relative;
	margin-bottom: 50px;
}
.top02 h2:after {
	content: '';/*何も入れない*/
  display: block;/*忘れずに！*/
  width: 40px;/*画像の幅*/
  height: 3px;/*画像の高さ*/
  background:url("../../images/bar02.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
	top: 150%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.flow {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 20px;
}
.flowitem {
	width: 250px;
	background: #fdefe3;
	box-shadow: 0 0 15px rgba(80,72,50,0.1);
	position: relative;
	margin-bottom: 40px;
	
}
.flowitem img {
	width: 100%;
	height: auto;
}
.flowitem p {
	line-height: 1.5;
	padding: 25px 0;
}
.flowitem .num {
	position: absolute;
	background: #ce1919;
	color:#fff;
	font-weight: 600;
	text-align: center;
	padding: 0 8px;
	font-size: 2rem;
}

.flow-arrow {
  margin: 0 10px;
  display: flex;
  justify-content: center;
  align-items: center;
	width: 20px;
	position: relative;
}
.flow-arrow img {
  width: 100%;
	height: auto;
	position: absolute;
	margin-top: -40px;
}

.mgcut {
	margin-bottom: 0 !important;
}
.kome {
	text-align: right;
	font-size: 1.4rem;
}


.button02 {
	position: relative;
	display: inline-block;
	padding: 20px 15px;
	border: 0px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	transition: all .3s;
	width:700px;
	font-size:1.6rem;
	background: #222;
    margin-top:20px;
	border-radius: 60px;
	box-sizing: border-box;
	font-weight: 600;
	line-height: 1.5;
}
.button02::after {
	position: absolute;
	top: 50%;
	right: 1em;
	content: '';
	margin-top: -5px;
	border: 8px solid transparent;
	border-top-width: 4px;
	border-bottom-width: 4px;
	border-left-color: #fff;
	transition: all .3s;
}
	
	
@media screen and (max-width: 1120px) {
	

.top02 {
    background:#f9d7ba;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding: 30px 0 30px 0;
	text-align: center;
}

.top02 h2 {
	color:#333333;
	font-size: 2.4rem;
	line-height: 1.4;
	letter-spacing: 0.1em;
	font-weight: 600;
	padding: 0;
	margin: 0;
	position: relative;
	margin-bottom: 50px;
}
.top02 h2:after {
	content: '';/*何も入れない*/
  display: block;/*忘れずに！*/
  width: 40px;/*画像の幅*/
  height: 3px;/*画像の高さ*/
  background:url("../../images/bar02.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
	top: 150%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.flow {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 20px;
}
.flowitem {
	width: 100%;
	background: #fdefe3;
	box-shadow: 0 0 15px rgba(80,72,50,0.1);
	position: relative;
	margin-bottom: 0px;
	
}
.flowitem img {
	width: 100%;
	height: auto;
}
.flowitem p {
	line-height: 1.5;
	padding: 15px 0;
}
.flowitem .num {
	position: absolute;
	background: #ce1919;
	color:#fff;
	font-weight: 600;
	text-align: center;
	padding: 0 8px;
	font-size: 2rem;
}

.flow-arrow {
  margin: 0 0px;
  display: flex;
  justify-content: center;
  align-items: center;
	width: 20px;
	position: relative;
	text-align: center;
    left: 50%;
   
}
.flow-arrow img {
  width: 100%;
	height: auto;
	position: relative;
	margin-top: 0px;
	 transform:rotate(90deg);
	text-align: center;
}

.mgcut {
	margin-bottom: 0 !important;
}
.kome {
	text-align: right;
	font-size: 1.4rem;
}


.button02 {
	position: relative;
	display: inline-block;
	padding: 20px 15px;
	border: 0px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	transition: all .3s;
	width:90%;
	font-size:1.3rem;
	background: #222;
    margin-top:20px;
	border-radius: 20px;
	box-sizing: border-box;
	font-weight: 600;
}
.button02::after {
	position: absolute;
	top: 50%;
	right: 1em;
	content: '';
	margin-top: -5px;
	border: 8px solid transparent;
	border-top-width: 4px;
	border-bottom-width: 4px;
	border-left-color: #fff;
	transition: all .3s;
}
	
}



/* --------------------------　

top03　

-------------------------- */

.top03 {
    background:#fcefda;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding: 80px 0 80px 0;
	text-align: center;
}

.gaiyoubg {
	background: #fff;
	padding: 60px;
	box-shadow: 0 0 15px rgba(80,72,50,0.1);
	margin-bottom: 60px;
}
.top03 h2 {
	color:#333333;
	font-size: 3rem;
	line-height: 1.4;
	letter-spacing: 0.1em;
	font-weight: 600;
	padding: 0;
	margin: 0;
	position: relative;
	margin-bottom: 50px;
}
.top03 h2:after {
	content: '';/*何も入れない*/
  display: block;/*忘れずに！*/
  width: 40px;/*画像の幅*/
  height: 3px;/*画像の高さ*/
  background:url("../../images/bar02.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
	top: 150%;
    left: 50%;
    transform: translate(-50%, -50%);
}

table.gaiyo {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
	box-sizing: border-box;
}

table.gaiyo th {
    padding: 15px;
    font-weight: bold;
    line-height: 1.5;
    text-align: left;
	border-bottom:1px solid #ce1919;
	width: 180px;
	vertical-align: top;
	font-size: 1.6rem;
}
table.gaiyo td {
    padding: 15px;
    border-width: 0 0 1px 1px;
    text-align: left;
	border-bottom:1px solid #cccccc;
	line-height: 1.5;
	font-size: 1.6rem;
}
.line-none {
	border: 0px !important;
}

.link01 {
	position: relative;
	display: inline-block;
	text-decoration: underline;
	color:#e50012;
	padding-left: 12px;
}
.link01::before {
	position: absolute;
	top: 50%;
	left: 0;
	content: '';
	margin-top: -3px;
	border: 8px solid transparent;
	border-top-width: 4px;
	border-bottom-width: 4px;
	border-left-color: #e50012;
	transition: all .3s;
}

.top03 h3 {
	font-size: 2rem;
	line-height: 1.4;
	letter-spacing: 0.1em;
	font-weight: 600;
	padding: 0;
	margin: 0;
	position: relative;
	margin-bottom: 15px;
}

.touch {
	display: flex;
	justify-content: space-between;
}
.touch-card {
	width: 50%;
}
.touch-card img {
	width: 100%;
	height: auto;
}

.touch-link {
	position: relative;
	border: 0px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	transition: all .3s;
	width:50%;
	font-size:2.2rem;
	background: #222;
	box-sizing: border-box;
	font-weight: 600;
	line-height: 1.5;
	display: flex;
  justify-content: center;
  align-items: center;
}
.touch-link::after {
	position: absolute;
	top: 50%;
	right: 1em;
	content: '';
	margin-top: -5px;
	border: 8px solid transparent;
	border-top-width: 4px;
	border-bottom-width: 4px;
	border-left-color: #fff;
	transition: all .3s;
}
	
	
@media screen and (max-width: 1120px) {
	
.top03 {
    background:#fcefda;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding: 30px 0 30px 0;
	text-align: center;
}

.gaiyoubg {
	background: #fff;
	padding: 25px;
	box-shadow: 0 0 15px rgba(80,72,50,0.1);
	margin-bottom: 30px;
}
.top03 h2 {
	color:#333333;
	font-size: 2.4rem;
	line-height: 1.4;
	letter-spacing: 0.1em;
	font-weight: 600;
	padding: 0;
	margin: 0;
	position: relative;
	margin-bottom: 40px;
}
.top03 h2:after {
	content: '';/*何も入れない*/
  display: block;/*忘れずに！*/
  width: 40px;/*画像の幅*/
  height: 3px;/*画像の高さ*/
  background:url("../../images/bar02.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
	top: 150%;
    left: 50%;
    transform: translate(-50%, -50%);
}

table.gaiyo {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
	box-sizing: border-box;
}

table.gaiyo th {
    padding: 10px 0px;
    font-weight: bold;
    line-height: 1.5;
    text-align: left;
	border-bottom:1px solid #ce1919;
	width: 100%;
	vertical-align: top;
	font-size: 1.4rem;
	float: left;
	box-sizing: border-box;
}
table.gaiyo td {
    padding: 10px 0px;
    border-width: 0 0 1px 1px;
    text-align: left;
	border-bottom:0px solid #cccccc;
	line-height: 1.5;
	font-size: 1.3rem;
	float: left;
	box-sizing: border-box;
	width: 100%;
}
.line-none {
	border-bottom:1px solid #ce1919;
}
.spline {
	border-bottom:1px solid #ce1919 !important;
}

.link01 {
	position: relative;
	display: inline-block;
	text-decoration: underline;
	color:#e50012;
	padding-left: 12px;
}
.link01::before {
	position: absolute;
	top: 50%;
	left: 0;
	content: '';
	margin-top: -3px;
	border: 8px solid transparent;
	border-top-width: 4px;
	border-bottom-width: 4px;
	border-left-color: #e50012;
	transition: all .3s;
}

.top03 h3 {
	font-size: 1.6rem;
	line-height: 1.4;
	letter-spacing: 0.1em;
	font-weight: 600;
	padding: 0;
	margin: 0;
	position: relative;
	margin-bottom: 15px;
}

.touch {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.touch-card {
	width: auto;
}
.touch-card img {
	width: 100%;
	height: auto;
}

.touch-link {
	position: relative;
	border: 0px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	transition: all .3s;
	width:auto;
	font-size:1.3rem;
	background: #222;
	box-sizing: border-box;
	font-weight: 600;
	line-height: 1.5;
	display: flex;
  justify-content: center;
  align-items: center;
	padding: 20px;
}
.touch-link::after {
	position: absolute;
	top: 50%;
	right: 1em;
	content: '';
	margin-top: -5px;
	border: 8px solid transparent;
	border-top-width: 4px;
	border-bottom-width: 4px;
	border-left-color: #fff;
	transition: all .3s;
}
}
	
	

/* --------------------------　

top04　

-------------------------- */

.top04 {
    background:#fcefda;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding: 80px 0 80px 0;
	text-align: center;
}
.riyou {
	display: flex;
	justify-content: space-between;
}
.riyouitem {
	width: 32%;
	background: #fdefe3;
	display: flex;
	position: relative;
    box-shadow: 0 0 15px rgba(80,72,50,0.1);
}
.riyouimg {
	width: 45%;
}
.riyouimg img {
	width: 100%;
	height: auto;
}
.riyouitem p {
	line-height: 1.5;
	font-size: 1.6rem;
	width: 55%;
	padding: 20px;
	text-align: left;
	box-sizing: border-box;
	display: flex;
  justify-content: center;
  align-items: center;
}
.riyouitem .num {
	position: absolute;
	background: #ce1919;
	color:#fff;
	font-weight: 600;
	text-align: center;
	padding: 0 8px;
	font-size: 2rem;
}
	
@media screen and (max-width: 1120px) {

.riyou {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.riyouitem {
	width: auto;
	background: #fdefe3;
	display: flex;
	position: relative;
    box-shadow: 0 0 15px rgba(80,72,50,0.1);
	margin-bottom: 15px;
}
.riyouimg {
	width: 45%;
}
.riyouimg img {
	width: 100%;
	height: auto;
}
.riyouitem p {
	line-height: 1.5;
	font-size: 1.4rem;
	width: 55%;
	padding: 15px;
	text-align: left;
	box-sizing: border-box;
	display: flex;
  justify-content: center;
  align-items: center;
}
.riyouitem .num {
	position: absolute;
	background: #ce1919;
	color:#fff;
	font-weight: 600;
	text-align: center;
	padding: 0 8px;
	font-size: 2rem;
}
	
}

/* --------------------------　

top05

-------------------------- */

.top05 {
    background:#fff;
	padding: 80px 0 80px 0;

}
.top05 h2 {
	color:#333333;
	font-size: 3rem;
	line-height: 1.4;
	letter-spacing: 0.1em;
	font-weight: 600;
	padding: 0;
	margin: 0;
	position: relative;
	margin-bottom: 60px;
	
}
.top05 h2:after {
	content: '';/*何も入れない*/
  display: block;/*忘れずに！*/
  width: 40px;/*画像の幅*/
  height: 3px;/*画像の高さ*/
  background:url("../../images/bar02.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
	top: 150%;
    left: 50%;
    transform: translate(-50%, -50%);
	padding-bottom: 50px;
}



ul.list {
	list-style-type: circle;
	margin-left: 25px;
	margin-bottom: 30px;
}

ul.list li {
	list-style-type: disc;
	text-align: left;
	line-height: 1.6;
	margin-bottom: 10px;
}
	
	
@media screen and (max-width: 1120px) {
	
.top05 {
    background:#fff;
	padding: 30px 0 30px 0;

}
.top05 h2 {
	color:#333333;
	font-size: 2.4rem;
	line-height: 1.4;
	letter-spacing: 0.1em;
	font-weight: 600;
	padding: 0;
	margin: 0;
	position: relative;
	margin-bottom: 40px;
	
}
.top05 h2:after {
	content: '';/*何も入れない*/
  display: block;/*忘れずに！*/
  width: 40px;/*画像の幅*/
  height: 3px;/*画像の高さ*/
  background:url("../../images/bar02.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
	top: 150%;
    left: 50%;
    transform: translate(-50%, -50%);
	padding-bottom: 50px;
}



ul.list {
	list-style-type: circle;
	margin-left: 20px;
	margin-bottom: 30px;
}

ul.list li {
	list-style-type: disc;
	text-align: left;
	line-height: 1.6;
	margin-bottom: 10px;
	font-size: 1.4rem;
}
	
}


/* --------------------------　

footer

-------------------------- */

.footer {
	background: #222222;
	padding: 80px 0 80px 0;
	margin-top: -10px;
	position: relative;
	z-index: 0;
}

.footer_buttonbox {
	display: flex;
	justify-content: space-between;
	max-width: 1120px;
	margin: 0 auto;
}

.footerbutton {
	position: relative;
	display: inline-block;
	padding: 40px;
	border: 0px;
	color: #fff;
	text-align: left;
	text-decoration: none;
	transition: all .3s;
	width:49%;
	font-size:2.2rem;
	background: #ce1919;
	box-sizing: border-box;
	font-weight: 600;
	line-height: 1.5;
	margin-bottom: 60px;
}
.footerbutton::after {
	position: absolute;
	top: 50%;
	right: 1em;
	content: '';
	margin-top: -5px;
	border: 8px solid transparent;
	border-top-width: 4px;
	border-bottom-width: 4px;
	border-left-color: #fff;
	transition: all .3s;
}


.footer_contact {
	display: flex;
	justify-content: space-between;
	border-top:1px solid #656565;
	border-bottom:1px solid #656565;
	padding: 35px 0;
	margin-bottom: 40px;
}
.footer_contact_item {
	width: 32.5%;
	color: #fff;
	font-size: 1.4rem;
	text-align: center;
}
.footer_contact_item h3 {
	font-size: 2.2rem;
	padding: 0;
	margin: 0;
	font-weight: 500;
	text-align: left;
	margin-bottom: 20px;
}
.footer_contact_item h4 {
	font-size: 1.8rem;
	padding: 0;
	margin: 0;
	font-weight: 500;
}
.footer_contact_item p {
	text-align: left;
	font-size: 1.2rem;
	line-height: 1.7rem;
}


.free {
	font-size: 3rem;
	line-height: 1.4;
	letter-spacing: 0.1em;
	font-weight: 600;
	padding: 0;
	margin: 0;
	position: relative;
	background: url("../../images/free.png");
	background-repeat: no-repeat;
	padding-left: 60px;
	background-position: 35px 8px;
	color: #fff;
	margin-top: 21px;
}
.free_rub {
	color:#fff;
	font-size: 1.4rem;
	position: absolute;
	right: 45px;
	top:-10px;
	font-weight: 400;
	letter-spacing: 0.1rem;
}

.free02 {
	font-size: 3rem;
	line-height: 1.4;
	letter-spacing: 0.1em;
	font-weight: 600;
	padding: 0;
	margin: 0;
	color: #fff;
	margin-top: 0px;
}

.free a,
.free02 a {
	color: #fff;
}

.copy {
	text-align: center;
	font-size: 1.2rem;
	color: #fff;
}


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

.footer {
	background: #222222;
	padding: 30px 0 30px 0;
	margin-top: -10px;
	position: relative;
	z-index: 0;
}

.footer_buttonbox {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	max-width: auto;
	margin: 0 auto 20px;
}

.footerbutton {
	position: relative;
	display: inline-block;
	padding: 20px;
	border: 0px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	transition: all .3s;
	width:auto;
	font-size:1.6rem;
	background: #ce1919;
	box-sizing: border-box;
	font-weight: 600;
	line-height: 1.5;
	margin-bottom: 15px;
}
.footerbutton::after {
	position: absolute;
	top: 50%;
	right: 1em;
	content: '';
	margin-top: -5px;
	border: 8px solid transparent;
	border-top-width: 4px;
	border-bottom-width: 4px;
	border-left-color: #fff;
	transition: all .3s;
}


.footer_contact {
	display: flex;
	justify-content: space-between;
	border-top:1px solid #656565;
	border-bottom:1px solid #656565;
	padding: 35px 0;
	margin-bottom: 20px;
	flex-direction: column;
}
.footer_contact_item {
	width: auto;
	color: #fff;
	font-size: 1.2rem;
	text-align: center;
	margin-bottom: 20px;
}
.footer_contact_item h3 {
	font-size: 1.8rem;
	padding: 0;
	margin: 0;
	font-weight: 500;
	text-align: center;
	margin-bottom: 20px;
}
.footer_contact_item h4 {
	font-size: 1.5rem;
	padding: 0;
	margin: 0;
	font-weight: 500;
	line-height: 1.7;
}
.footer_contact_item p {
	text-align: center;
	font-size: 1.2rem;
	line-height: 1.7rem;
}


.free {
	font-size: 2.8rem;
	line-height: 1.4;
	letter-spacing: 0.1em;
	font-weight: 600;
	padding: 0;
	margin: 0;
	position: relative;
	background: url("../../images/free.png");
	background-repeat: no-repeat;
	background-size: 40px 22px;
	padding-left: 60px;
	background-position: 35px 10px;
	color: #fff;
	margin-top: 20px;
}
.free_rub {
	color:#fff;
	font-size: 1.2rem;
	position: absolute;
	right: 25px;
	top:-10px;
	font-weight: 400;
	letter-spacing: 0.3rem;
}

.free02 {
	font-size: 2.8rem;
	line-height: 1.4;
	letter-spacing: 0.1em;
	font-weight: 600;
	padding: 0;
	margin: 0;
	color: #fff;
	margin-top: 0px;
}

.copy {
	text-align: center;
	font-size: 1rem;
	color: #fff;
}
}

