@charset "utf-8";

/* bace */
html {
	font-size:62.5%;
}
body {
	font-size:1.5rem;
	font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	letter-spacing: 0.04em;
}
h1, h2, h3, h4, ul, li, span{
	color:#323232;
	font-weight:700;;
}
p, a{
	color:#323232;
}
a {
	text-decoration:none;
}
a:hover{
	opacity:0.7;
}
.clearfix::after {
   content: "";
   display: block;
   clear: both;
}
.pc_only{
	display:block;
}
.sp_only{
	display:none;
}
/* header */
header{
	width:100%;
	height:128px;
	//position: fixed;
   // z-index: 1000;
   //top: 0;
}
header .header_inner{
	width:1280px;
	margin:0 auto;
	padding-top:32px;
}
header.top_header h1{
	display: inline-block;
	float:left;
}
header.top_header h1 img{
	width:145px;
	float:left;
}
header.top_header h1 span{
	padding-top:14px;
	font-size:2.1rem;
	float:left;
	padding-left:30px;
}
/*--ここからヘッダー右側--*/
.header_nav .nav{
	position:relative;
	padding-top:16px;
}
.accordion-container{
	position: absolute;
	right:0;
}
.accordion-container .accordion-title {
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
	cursor: pointer;
}
.accordion-container {
	width:auto;
	margin-right:110px;
}
.accordion-content{
	display: none;
	z-index: 100;
	padding-left:0;
	background:#fff;
	width:280px;
	padding:0 28px 28px;
	right: -117px;
	top:80px;
	position: absolute;
}
.accordion-content a{
	display:block;
	position: relative;
	padding:20px 0 14px;
	font-size:1.5rem;
	border-bottom:0.5px solid #ccc;
}
.accordion-content a span{
	//font-family: 'Oswald', sans-serif;
	width:130px;
	font-size:1.7rem;
	display: inline-block;
	//font-style : italic;
}
.accordion-content a span img{
	height:17px;
}
.accordion-content a span.redbool{
	display: inline-block;
	font-size:1.2rem;
	width: 68px;
	height: 68px;
	border-radius: 50%;
	background-color: #FF212D;
	color: #fff;
	text-align: center;
	line-height: 68px;
	margin: -4px 58px 0 3px;
}
.header_entry a{
	display: inline-block;
	width: 68px;
	height: 68px;
	border-radius: 50%;
	background-color:#FF212D;
	color:#fff;
	text-align:center;
	line-height: 68px;
	position: absolute;
	right: 0;
	top: -3px;
}
/*--ここからハンバーガー*/
.btn-trigger,
.btn-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.btn-trigger {
  position: relative;
  width: 38px;
  height: 13px;
  background: none;
  border: none;
  appearance: none;
  cursor: pointer;
}
.btn-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color:#323232;
  border-radius: 4px;
}
.btn-trigger span:nth-of-type(1) {
  top: 0;
}
.btn-trigger span:nth-of-type(2) {
  top: 20px;
}
.btn-trigger span:nth-of-type(3) {
  bottom: 0;
}
.open .btn-trigger span:nth-of-type(1) {
  transform: translateY(10px) rotate(-45deg);
}
.open .btn-trigger span:nth-of-type(2) {
  opacity: 0;
}
.open .btn-trigger span:nth-of-type(3) {
  transform: translateY(0px) rotate(45deg);
}

/* inner */

.main_contents ,.contents{
	//margin-top: 128px !important;
}
.contents{
	width:100%;
}
.contents .inner{
	width:1280px;
	margin:0 auto;
	box-sizing:border-box;
	padding:0 30px;
}
/* inner */
.inner{
	width:1280px;
	margin:0 auto;
}
.contents_Detail{
	padding-top:124px;
}
/* entry */
.entry_inner{
	text-align:center;
}
.entry_inner p{
	padding-bottom:18px;
	font-size:23px;
}
.entry_circle a{
	display: inline-block;
	width: 250px;
	height: 250px;
	border-radius: 50%;
	background-color:#FF212D;
	color:#fff;
	text-align:center;
	line-height: 250px;
	font-size:40px;
	letter-spacing: 0.08em;
}
/* footer coding added -- 20240415 miyara */
#menu-item-3172 a {
    background: #fff;
    text-align: center;
    line-height: 1.62vw;
    color: #323232;
    padding: 4px 18px;
}
/* footer */
.clearfix {
    min-height: 1px;
}

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

.foot_wrapper {
    position: relative;
    width: 100%;
    min-width: 1280px;
	background: #323232;
	margin-top: 160px;
    margin-left: auto;
    margin-right: auto;
    padding: 84px 0 50px;
}

.footBox {
    width: 1084px;
    margin: 0 auto;
}

.footMenu {
    width: 870px;
    padding-left: 58px;
    float: left;
    box-sizing: content-box;
}

.footMenu_box {
    margin-bottom: 58px;
}

.footMenu_link {
    float: left;
    width: calc((100% - 330px) / 3);
}

.footMenu_link.irregular {
    width: 330px;
}

.foot_top li:first-child {
    //padding-bottom: 34px;
}

.footMenu .footMenu_link li {
    margin-bottom: 10px;
}

.footMenu a {
    color: #fff;
}

ul.sub-menu {
    margin-left: 15px;
}

.sns_foot {
    margin-top: 15px;
    margin-bottom: 20px;
}

.sns_foot a img {
    width: 20px;
}

#menu-footer6 {
    margin-bottom: 50px;
}

.footMenu_link_u li {
    display: inline-block;
    padding-right: 30px;
    margin-bottom: 10px;
}

.footer_logo {
    position: absolute;
    right: 200px;
    top: 200px;
}

.footer_logo img {
    width: 214px;
}

.copyright p {
    color: #fff;
    text-align: center;
}

.sp_only {
    display: none;
}
/* footer */

/*------------------------------------
 smartphone 
 ------------------------------------*/
@media screen and (max-width: 750px) {
	body {
		font-size:1.4rem;
	}
	.pc_only{
		display:none;
	}
	.sp_only{
		display:block;
	}
	header{
		height:100px;
		position: relative;
		z-index: 1000;
	}
	header .header_inner{
		width:100%;
		padding-top:16px;
		z-index: 1000;
	}
	header.top_header h1{
		width:63%;
		z-index: 1000;
		position: relative;
		box-sizing:border-box;
		padding-left:4%;
		padding-top:16px;
	}
	header.top_header h1 img{
		width:84px;
		box-sizing:border-box;
	}
	header.top_header h1 span{
		padding-top:6px;
		font-size:1.1rem;
		padding-left:5%;
		box-sizing:border-box;
	}
	.header_nav{
		box-sizing:border-box;
		width:37%;
		margin: 0 0 0 auto;
	}
	.header_nav .nav{
		box-sizing:border-box;
		padding-right:2%;
		margin-right: 10px;
		/* width:40%; */
	}
	.accordion-content{
		box-sizing: border-box;
		right:-85px;
		width: 100vw;
		padding-top: 100px;
		top: -34px;
		z-index: 100;
	}
	.accordion-container .accordion-title {
		z-index: 1000;
	}
	.accordion-container {
		margin-right: 75px;
		z-index: 0;
	}
	.accordion-content a:first-child{
		border-top:0.5px solid #ccc;
	}
	.header_entry{
		width:70%;
	}
	.header_entry a{
		width: 65px;
		height: 65px;
		line-height: 65px;
		font-size:1.2rem;
		z-index: 1000;
	}
	/* navigation */
	.btn-trigger {
	width:36px;
	height:13px;
	}
	/* inner */
	.contents .inner{
		width:100%;
		padding:0 10%;
	}
	.inner{
		width:100%;
	}
	.contents_Detail{
		padding-top:32px;
	}
	/* entry */
	.entry_inner p{
		padding-bottom:18px;
		font-size:1.6rem;
	}
	.entry_circle a{
		width: 160px;
		height: 160px;
		line-height: 160px;
		font-size:2.4rem;
	}
	/* footer */
	.foot_wrapper {
		padding: 54px 0 32px;
		min-width: auto;
	}

	.footBox {
		width: 85%;
		margin: 0 auto;
	}

	.footMenu {
		width: 100%;
		padding-left: 0px;
	}

	.footMenu_box {
		margin-bottom: 26px;
	}

	.footMenu_link {
		float: left;
		width: calc(100% / 2);
	}

	.foot_top li:first-child {
		padding-bottom: 26px;
	}

	.footMenu .footMenu_link li {
		margin-bottom: 8px;
	}

	.irregular {
		margin-bottom: 26px;
	}

	.sns_foot {
		float: left;
		width: calc(100% / 2);
	}

	.sns_foot a img {
		width: 5vw;
		padding-right: 2vw;
	}

	.footMenu_link_u {
		float: left;
		width: calc(100% / 2);
	}

	.footMenu_link_u li {
		display: block;
		padding-right: 0px;
		margin-bottom: 8px;
	}

	#menu-footer6 {
		margin-bottom: 0px;
	}

	.footer_logo {
		position: relative;
		right: 0;
		top: 0;
		text-align: center;
		margin-bottom: 24px;
		margin-top: 24px;
	}

	.footer_logo img {
		width: 30%;
	}

	.pc_only {
		display: none;
	}

	.sp_only {
		display: block;
	}
	/* footer */
}


