@charset "UTF-8";
/* ---------------------------------------
  基本情報
-----------------------------------------*/

html,
body {
	height: 100%;
	background-color: #000;
	font-family: 'Noto Serif JP';
}

html {
	font-size: 62.5%;
	overflow-y: scroll;
}

*,
*:after,
*:before {
	box-sizing: border-box;
}

body,h1,h2,h3,h4,h5,h6,p,address,ul,ol,li,dl,dt,dd,table,th,td,img,form,figure {
	margin: 0;
	padding: 0;
	border: none;
	line-height: 100%;
	list-style: none;
	font-style: normal;
	font-weight: 400;
	font-family:'Noto Serif JP',メイリオ, Meiryo, serif;
	word-wrap: break-word;
	overflow-wrap: break-word;
	-webkit-text-size-adjust: 100%;
	color:#dfcd9f;
}

input,
button,
textarea,
select {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}


a {
	color: #dfcd9f;
	text-decoration: none;
	outline: 1px solid transparent;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

a img {
	outline: 1px solid transparent;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

img {
	vertical-align: bottom;
	width: 100%;
	max-width: 100%;
	height: auto;
}




@media screen and (max-width: 768px) {
	.min {
		font-family: 'Noto Serif JP', serif;
	}
	img{
		width: 100%;
	}
}



/* base
--------------------------------*/

body {
	color: #dfcd9f;
	/*	min-width: 1100px;*/
	font-size: 1.0rem;

}

section {
	position: relative;
	padding: 30px 0;
	overflow: hidden;
}

.contents {
	position: relative;
}


.wrap {
	width: 66%;
	margin: 0 auto;
	position: relative;
}

h1,h2,h3,h4,h5,h6,p,th,td,dt,dd,li,input,button,textarea {
	font-size: 1.5rem;
	line-height: 1.9em;
	font-weight: lighter;
}

.flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.flex_txt{
	width: 44%;
}
.flex_img{
	width: 50%;
}
@media screen and (min-width: 1610px) {
	h1, h2, h3, h4, h5, h6, p, th, td, dt, dd, li, input, button, textarea {
    font-size: .8vw;
	}
	.ttl_border h4 {
    font-size: 3.8rem;
	}
}
@media screen and (max-width: 1024px) {
	.wrap {
		width: 80%;
	}
	h1,h2,h3,h4,h5,h6,p,th,td,dt,dd,li,input,button,textarea {
		line-height: 1.5em;
	}
}

@media screen and (min-width: 769px) {

}

@media screen and (max-width: 768px) {
	body {
		min-width: inherit;
	}
	.sp_block {
		display: block!important;
	}

	section {
		padding: 6vw 0vw;
	}
	.wrap {
		width: 90%!important;
	}
	h1,h2,h3,h4,h5,h6,th,td,dt,dd,input,button,textarea {
		font-size: 4vw;
		line-height: 1.5;
	}
	p,li {
		 font-size: 2vw;
 }

 .flex_txt{
	 width: 100%;
 }
 .flex_img{
	 width: 100%;
 }
}
@media screen and (max-width: 414px) {
	p,li {
		 font-size: 3vw;
 }
}


/* ------------------------------
  レスポンシブ用
------------------------------ */

@media screen and (min-width: 1025px) {
	.tab-sp {
		display: none!important;
	}
	.sp {
		display: none!important;
	}
	.tab {
		display: none!important;
	}

}

@media screen and (min-width: 769px) and (max-width: 1024px) {
	.sp {
		display: none!important;
	}
}

@media screen and (max-width: 768px) {
	.sp {
		display: none!important;
	}
	.pc-tab {
		display: none!important;
	}
	.pc {
		display: none!important;
	}
	.tab {
		display: none!important;
	}
}
@media screen and (max-width: 414px) {
	.sp {
		display: block!important;
	}
}
/* ---------------------------------------------
  parts
-----------------------------------------------*/


/*見出し*/
.page_ttl {
    display: inline-block;
    text-align: center;
    font-size: 4rem;
    position: relative;
    padding: 40px 20px;
		width: 100%;
		margin: 0 auto;
}
.sec_ttl_wra {
	display: inline-block;
	text-align: center;
	width: 100%;
	margin:0 auto;
}

.sec_ttl{
    font-size: 1.5vw;
		font-weight: bold;
		margin-bottom: 20px;
}
.sec_ttl_txt {
	font-size: 1.7rem;
  width: 60%;
  margin: 20px auto 0px;
}
.ttl {
	font-weight: bold;
	font-size: 1.5rem;
	margin-bottom: 10px;
}

/*タイトル横線*/
.ttl_border {
display: flex;
align-items: center;
margin-bottom: 30px;
}
.ttl_border h4 {
	font-family: "Times New Roman";
  font-style: italic;
	font-size: 1.8rem
}
.ttl_border:before,
.ttl_border:after {
border-top: 1px solid;
content: "";
flex-grow: 1;
}
.ttl_border:before {
margin-right: 1rem;
}
.ttl_border:after {
margin-left: 1rem;
}
@media screen and (min-width: 1610px) {
	.sec_ttl_txt {
    font-size: 1.4vw;
    margin: 8vh auto 0px;
}
	.ttl_border h4 {
	    font-size: 1.1vw;
	}
	.ttl {
    font-size: 1vw;
}
}
@media screen and (max-width: 1100px) {
	.ttl {
		font-size: 1.4rem;
	}
	.sec_ttl {
    font-size: 1.8vw;
	}
	.sec_ttl_txt {
    font-size: 1.7rem;
    width: 60%;
    margin: 10px auto;
}
}

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

}

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

	/*見出し*/
	.page_ttl {
	    font-size: 4.4vw;
	    padding: 20px 20px;
	}
	.sec_ttl {
    font-size: 3vw;
    font-weight: 500;
    margin-bottom: 0;
    padding: 10px 0;
	}
	.sec_ttl_wra {
    	margin: 20px auto 0px;
	}
	.sec_ttl_txt {
		width: 100%;
		font-size: 2.5vw;
		margin: 0 auto;
	}
	.ttl {
    font-size: 1.7rem;
	}
}
@media screen and (max-width: 414px) {
	.sec_ttl {
    font-size: 4.5vw;
	}
	.sec_ttl_txt {
	    font-size: 3vw;
	}
	.ttl {
		font-size: 3.5vw;
	}

}
