@charset "UTF-8";
/* Body */
.kakunin {
	background-color: aqua;
}

body {
	font-family: ヒラギノ角ゴシック;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-style: normal;
	font-weight: 200;
}

.hako {
	width:1200px;
	margin: auto;
	text-align: left;
}
/* Container */
.container {
	text-align: center;
	vertical-align : top;
	width: 90%;
    align-content: center;
	margin-left: auto;
	margin-right: auto;
}
/* Navigation */
header {
	width: 100%;
}

.menu {
	height: 50px;
	background-color: #ff9924;
	border-bottom: 1px solid #ff9924;
}

.article {
	margin: auto;
	margin-top: 0px;
	vertical-align: top;
}

.flex {
	display: flex;
	vertical-align: top;
}

.flex-home {
	padding: 0px;
	list-style: none;
	display: flex;
}

.flex-home_li {
	padding-left:15px;
	padding-right:15px;
	vertical-align: top;
	
}


.logo {
	text-align: left;
	color: #fff;
	font-weight: bold;
	text-align: undefined;
	width: 400px;
	float: left;
	margin-top: 15px;
	margin-left: 25px;
	letter-spacing: 4px;
}
.toplink {
	color: #FFFFFF;
	text-decoration: none;
}
.div_main {
	margin-top:-30px;
	padding: 10px;
	width: 100%;
}

h1 {
  padding: 0.5em;/*文字周りの余白*/
  color: #010101;/*文字色*/
  background: #FFE4C7;/*背景色*/
  border-bottom: solid 3px #FF9933;/*下線*/
}

h2 {
    display: inline-block;
	width: 100%;
	text-align:left;
    position: relative;
    padding: .5em 1em;
    border-right: 27px solid #f09800;
    background-color: #f5f5f5;
    color: #333333;
	box-sizing: border-box;
}

h3 {
	text-align: left;
	margin:0px 5px;
	margin-bottom:10px;
	width:100%;
    padding: 0.25em 0.5em;/*上下 左右の余白*/
    color: #494949;/*文字色*/
    background: transparent;/*背景透明に*/
    border-left: 5px solid #666666;/*左線*/
		box-sizing: border-box;
}

.header_width {
	width:1200px;
}

.top_img {
	width: 1200px;
	padding:0px;
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	text-align: center;
	vertical-align: top;
}

.flex-2 {
	padding: 0px;
	list-style: none;
	display: flex;
}

.flex-2_li {
	padding-left:15px;
	padding-right:15px;
	vertical-align: top;
	
}

.hero_header {
	color: #FFFFFF;
	text-align: center;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	letter-spacing: 4px;
	margin-top: 0px;
}
.container #hero .hero_header {
}

.news {
	width:1200px;
	margin:10px 0px;
    position: relative;
    padding: 1.8em 1.5em 1em 1.5em;
    border: 1px solid #ff9924;
	box-sizing: border-box;
}

.news > div {
    position: absolute;
		fotn-size:12pt;
    top: -1.15em;
    left: -.5em;
    margin-top: 30px;
	margin-left:6px;
    padding: 10px 10px;
    border-radius: 25px;
    background-color: #ff9924;
    color: #fff;
}

.news > div::before {
    position: absolute;
    bottom: -8px;
    left: 50%;
	margin-top: 10px;
    transform: translateX(-50%);
    width: 16px;
    height: 8px;
    background-color: #ff9924;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
}

.news p {
	margin-top: 15px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: -10px;
}


.topics_full {
	width: 1200px;
	text-align: left;
	padding-right: 15px;
	margin-bottom: 0px;
	padding-left: 15px;
	margin-top: 0px;
	box-sizing: border-box;

}

.topics_2{
	width: 580px;
	text-align: left;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-top: 0px;
	box-sizing: border-box;
}


.topics_3{
	width: 390px;
	text-align: left;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-top: 0px;
	box-sizing: border-box;
}

.button-detail {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 360px;
    margin:0 auto;
    padding: .9em 2em;
    border: none;
    border-radius: 5px;
    box-shadow: 0 2px 3px rgb(0 0 0 / 25%), 0 2px 3px -2px rgb(0 0 0 / 15%);
    background-color: #f8911b;
    color: #fff;
    font-weight: 600;
}
	

.button {
	width: 200px;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	text-align: center;
	vertical-align: middle;
	border-radius: 0px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 2px;
	border: 3px solid #FFFFFF;
	color: #FFFFFF;
	transition: all 0.3s linear;
}
.button:hover {
	background-color: #FEFEFE;
	color: #C4C4C4;
	cursor: pointer;
}


.hero_header {
	margin-top: 30px;
	padding-top: 0px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	line-height: 22px;
	text-align: center;
}

.footer_banner {
	background-color: #ff9924;
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 20PX;
	margin-bottom: 0px;
	background-image: url(../images/pattern.png);
	background-repeat: repeat;
}
.copyright {
	text-align: center;
	padding-top: 5px;
	padding-bottom: 10px;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: lighter;
	letter-spacing: 2px;
	border-top-width: 2px;
}

.button-detail {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 200px;
    margin:0 auto;
    padding: .9em 2em;
    border: none;
    border-radius: 5px;
    box-shadow: 0 2px 3px rgb(0 0 0 / 25%), 0 2px 3px -2px rgb(0 0 0 / 15%);
    background-color: #f8911b;
    color: #fff;
    font-weight: 600;
}

.button-detail:hover {
    background-color: #e8810b;
}

.button-center {
	align-items: center
}


/* Small Tablets */
@media (min-width: 321px)and (max-width: 767px) {
.logo {
	text-align: left;
	width: 100%;
	margin-top: 13px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.text_column {
	width: 100%;
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.thumbnail {
	width: 100%;
}
.footer_column {
	width: 100%;
	margin-top: 0px;
}
.parallax {
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 40%;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 100%;
	font-size: 18px;
}
.parallax_description {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 30%;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: none;
	width: 100%;
	text-align: center;
}
.thumbnail {
	width: 50%;
}
.parallax {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-top: 20%;
}
.parallax_description {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	padding-top: 30px;
}
.banner {
	padding-left: 20px;
	padding-right: 20px;
}
.footer_column {
	width: 100%;
}
}

/* Small Desktops */
@media ( min-width : 768px ) and (max-width : 1922px ){
.text_column {
	width: 100%;
}
.thumbnail {
	width: 50%;
}
.text_column {
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.banner {
	margin-top: 0px;
	padding-top: 0px;
}



}
