@charset "UTF-8";
/* CSS Document */
/*
--------------------------------------------------------------
                          STYLE
-------------------------------------------------------------- 
*/
body {
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  background-color: #fff;
	font-feature-settings: "palt";
	letter-spacing: 0.05em;
}
h2 {
	margin-bottom: 1em;
}
a {
  text-decoration: none;
}
a {
	color: #B60003;
}
a::before,sa::after{
	content: " ";
}
ol, ul {
	margin-left: 3em;
 margin-bottom: 1em;
}
li {
 margin-bottom: 1em;
}
.sp {
	display: none;
}
.pc_dp {
	display: inline;
}
.sp_dp {
	display: none;
}
hr {
	width: 100%;
  background-color: #fff;
  border-top: 1px dotted #666;
  border-bottom: none;
  margin: 1em 0em;
}
iframe {
	margin-bottom: 0.5em;
}
.smale {
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-size: 80%;
	margin-top: -2em;
}
main {
  width: 800px;
  margin: 100px auto;
}
footer {
  text-align: center;
  color: #fff;
  background-color: #000;
  padding: 50px 0px;
}
footer .footer_logo {
	font-size: 120%;
  font-family: Arial, Helvetica, "sans-serif";
  font-weight: bold;
	margin-top: 2em;
}
footer .copy {
  font-size: 50%;
  margin-top: 0.5em;
}
.link {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.X_parallel a {
	text-align: center;
	font-size: 95%;
	color: #000;
	text-decoration: none;
	display: block;	
	position: relative;
	background-color:#fff;
	background-image:url("../images/X_logo.svg");
	background-size: 60px;
	background-position:20px 5px;
	background-repeat: no-repeat;
	padding: 1.5em 1em 1em 2em;
	border: #666 solid 1px;
	width: 450px;
	height: 70px;
	margin: 0.5em;
}
.X_parallel a:hover {
	opacity: 0.5;
	transition: .3s;
}
.X_parallel a::after {
  content: '';
  display: block;
  width: 10px; /* 矢印の大きさの指定 */
  height: 10px; /* 矢印の大きさの指定 */
  border-top: 2px solid #000; /* 矢印の太さの指定 */
  border-left: 2px solid #000; /* 矢印の太さの指定 */
}
.X_parallel a::after {
  transform: rotate(135deg); /* 矢印の角度の指定 */
  position: absolute; /* 矢印の位置の指定 */
  right: 30px; /* 矢印の位置の指定 */
  top: 27px; /* 矢印の位置の指定 */
}
.x_substyle a {
	text-align: center;
	font-size: 100%;
	color: #000;
	text-decoration: none;
	display: block;	
	position: relative;
	background-color:#fff;
	background-image:url("../images/X_logo.svg");
	background-size: 60px;
	background-position:20px 5px;
	background-repeat: no-repeat;
	padding: 1.5em 1em 1em 2em;
	border: #666 solid 1px;
	width: 450px;
	height: 70px;
	margin: 0.5em;
}
.x_substyle a:hover {
	opacity: 0.5;
	transition: .3s;
}
.x_substyle a::after {
  content: '';
  display: block;
  width: 10px; /* 矢印の大きさの指定 */
  height: 10px; /* 矢印の大きさの指定 */
  border-top: 2px solid #000; /* 矢印の太さの指定 */
  border-left: 2px solid #000; /* 矢印の太さの指定 */
}
.x_substyle a::after {
  transform: rotate(135deg); /* 矢印の角度の指定 */
  position: absolute; /* 矢印の位置の指定 */
  right: 30px; /* 矢印の位置の指定 */
  top: 27px; /* 矢印の位置の指定 */
}
.note_style a {
	text-align: center;
	font-size: 100%;
	color: #000;
	text-decoration: none;
	display: block;	
	position: relative;
	background-color:#fff;
	background-image:url("../images/note_logo.svg");
	background-size: 100px;
	background-position:20px 16px;
	background-repeat: no-repeat;
	padding: 1.5em 1em 1em 2em;
	border: #666 solid 1px;
	width: 450px;
	height: 70px;
	margin: 0.5em;
}
.note_style a:hover {
	opacity: 0.5;
	transition: .3s;
}
.note_style a::after {
  content: '';
  display: block;
  width: 10px; /* 矢印の大きさの指定 */
  height: 10px; /* 矢印の大きさの指定 */
  border-top: 2px solid #000; /* 矢印の太さの指定 */
  border-left: 2px solid #000; /* 矢印の太さの指定 */
}
.note_style a::after {
  transform: rotate(135deg); /* 矢印の角度の指定 */
  position: absolute; /* 矢印の位置の指定 */
  right: 30px; /* 矢印の位置の指定 */
  top: 24px; /* 矢印の位置の指定 */
}

.para_link a {
	text-align: center;
	font-size: 150%;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	display: block;	
	position: relative;
	background-image:url("../images/hp_image.jpg");
	background-size: 230px;
	background-position: left center;
	background-repeat: no-repeat;
	padding: 1.5em 1em 1em 10em;
	border: #666 solid 1px;
	width: 100%;
	height: 130px;
}
.para_link a::after {
  content: '';
  display: block;
  width: 10px; /* 矢印の大きさの指定 */
  height: 10px; /* 矢印の大きさの指定 */
  border-top: 2px solid #000; /* 矢印の太さの指定 */
  border-left: 2px solid #000; /* 矢印の太さの指定 */
}
.para_link a::after {
  transform: rotate(135deg); /* 矢印の角度の指定 */
  position: absolute; /* 矢印の位置の指定 */
  right: 30px; /* 矢印の位置の指定 */
  top: 55px; /* 矢印の位置の指定 */
}
/*
--------------------------------------------------------------
                          header
-------------------------------------------------------------- 
*/
header {}
.logo a {
	color: #000;
}
.header_image {
  padding-top: 60px;
  position: relative;
}
.header_image h1 {
  font-size: 150%;
  position: absolute;
  top: 55%;
  left: 30%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.header_image img {
  width: 100%;
  height: auto;
}
.header_menu {
  position: fixed;
  background-color: #fff;
  width: 100%;
  height: 60px;
  z-index: 100;
}
.logo a {
  font-family: Arial, Helvetica, "sans-serif";
  font-size: 120%;
  font-weight: bold;
  display: block;
  margin: 20px 0px 0px 20px;
}
/*
--------------------------------------------------------------
                          page
-------------------------------------------------------------- 
*/
h1 {
	font-size: 200%;
	margin-bottom: 2em;
}
section h1 {
	font-size: 170%;
	margin: 2em 0em;
}
section p {
	line-height: 2em;
	margin-bottom: 2em;
}
section img {
	width: 100%;
	height: auto;
	margin-bottom: 2em;
}

/*
--------------------------------------------------------------
                          single
-------------------------------------------------------------- 
*/
section.news h1 {
	font-size: 150%;
}
section.news h2 {
	font-size: 120%;
}
section.news img {
	width: 100%;
	height: auto;
	margin-bottom: 1em;
}
/*
--------------------------------------------------------------
                          category
-------------------------------------------------------------- 
*/
section.news h2 a {
	color: #000;
}
section.news ul {
	margin-left: 0em!important;
}
section.news ul.meta li {
	list-style: none;
	margin-left: 0em!important;
}
.article-title {
	font-size: 120%;
}
/*
--------------------------------------------------------------
                          NAVIGATION
-------------------------------------------------------------- 
*/
.btn-body {
  position: absolute;
  top: 0px;
  right: 45px;
  background: #000;
  height: 37px;
  width: 40px;
  border-radius: 4px;
  z-index: 99;
}
.spmenu_ttl {
  display: none;
}
.spmenu_btn {
  display: block;
  position: absolute;
  top: 25px;
  right: 20px;
  width: 30px;
  height: 9px;
  background: #000;
  border-top: 3px solid #fff;
  border-bottom: 3px solid #fff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 100;
}
.spmenu_btn:before {
  content: '';
  position: absolute;
  width: 30px;
  height: 3px;
  background: #000;
  top: -10px;
  right: 0;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.spmenu_btn:after {
  content: '';
  position: absolute;
  width: 30px;
  height: 3px;
  background: #000;
  bottom: -10px;
  right: 0;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.spmenu_btn.active {
  background: #fff;
}
.spmenu_btn.active:before {
  -moz-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  top: 0;
  right: 0;
}
.spmenu_btn.active:after {
  -moz-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  bottom: 0;
  right: 0;
}
.spmenu {
  display: none;
  position: absolute;
  top: 60px;
  left: 0;
  width: 100%;
  height: 100vh;
  margin: 0;
  background: rgba(0, 0, 0, 0.7);
}
nav {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  font-size: 90%;
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 1em;
}
nav ul a {}
nav ul li a {
  display: block;
  margin-left: 5%;
  width: 90%;
  height: 100%;
  color: #fff;
  padding: 10px 16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  border-bottom: #666 solid 1px;
  text-decoration: none;
}
nav ul li a::after {
  content: '';
  display: block;
  width: 6px; /* 矢印の大きさの指定 */
  height: 6px; /* 矢印の大きさの指定 */
  border-top: 2px solid #fff; /* 矢印の太さの指定 */
  border-left: 2px solid #fff; /* 矢印の太さの指定 */
}
nav ul li a::after {
  transform: rotate(135deg); /* 矢印の角度の指定 */
  position: absolute; /* 矢印の位置の指定 */
  right: 10px; /* 矢印の位置の指定 */
  top: 17px; /* 矢印の位置の指定 */
}
.spmenu ul {
  width: 1000px;
  margin: 0 auto;
  padding-top: 3em;
}
.spmenu li ul li {
  width: 100%;
  font-size: 100%;
}
.spmenu li ul li a {
  color: #fff;
  padding-left: 26px;
  margin-left: 20px;
}
/*----------------------------
bogo  調整
----------------------------*/
.bogoflags, .bogoflags-before:before {
  vertical-align: top !important;
}

/*----------------------------
cotact form 7
----------------------------*/


.cf7__list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px;
}

.cf7__list dt:nth-of-type(n + 2),
.cf7__list dd:nth-of-type(n + 2) {
  margin-top: 30px;
}

.cf7__list dt {
  width: 35%;
  padding-top: 15px;

}
input,textarea,select {
	border-top: none!important;
    border-right: none!important;
    border-bottom: none!important;
    border-left: none!important;
}

.cf7__list dd {
  width: 65%;
}

/* 必須・任意 */
.cf7__required,
.cf7__optional {
  margin-right: 15px;
  padding: 6px 14px;
  color: #fff;
  font-size: 12px;
  vertical-align: 1px;
}

.cf7__required {
  background: #BE1D1D;
}

.cf7__optional {
  background: #878D8E;
}

/* input・textarea */
.cf7__list dd input[type="text"],
.cf7__list dd input[type="tel"],
.cf7__list dd input[type="email"],
.cf7__list dd textarea {
	font-size: revert; 
	font-size: 16px!important;
  width: 100%;
  padding: 15px 20px;
  background: #F4F4F4;
}

/* ドロップダウンメニュー */
.cf7__select {
  position: relative;
	color: #000;
}
.cf7__select:before {
  position: absolute;
  top: 30px;
  right: 20px;
  z-index: 10;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 8px solid #000;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  pointer-events: none;
  content: '';
}

.cf7__select select {
  width: 100%;
  padding: 19px 20px;
  background: #F4F4F4;
  color: #000;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* チェックボックス・ラジオボタン */
.cf7__list dd .wpcf7-checkbox,
.cf7__list dd .wpcf7-radio {
  display: block;
  padding: 15px 0 10px;
}

/* 縦並び（チェックボックス・ラジオボタン） */
.cf7__list dd .wpcf7-list-item {
  display: block;
  margin: 0;
}

.cf7__list dd .wpcf7-list-item:nth-child(n + 2) {
  margin-top: 18px;
}

/* マウスカーソル（チェックボックス・ラジオボタン） */
.cf7__list dd .wpcf7-list-item label {
  cursor: pointer;
}

/* チェックボックス・ラジオボタン */
input[type="checkbox"],
input[type="radio"] {
  position: relative;
  width: 18px;
  height: 18px;
  margin-right: 8px;
  border: 1px solid #bcbcbc;
  vertical-align: -3px;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* チェックボックス */
input[type="checkbox"]:checked {
  border: 1px solid #000;
  background: #000;
}

input[type="checkbox"]:checked:before {
  position: absolute;
  top: 2px;
  left: 5px;
  transform: rotate(50deg);
  width: 6px;
  height: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  content: '';
}

/* ラジオボタン */
input[type="radio"] {
  border-radius: 50%;
}

input[type="radio"]:checked:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #000;
  content: '';
}

/* プレースホルダー */
/* Google Chrome / Safari / Mozilla Firefox / Opera */
.cf7__list dd input[type="text"]::placeholder,
.cf7__list dd input[type="tel"]::placeholder,
.cf7__list dd input[type="email"]::placeholder,
.cf7__list dd textarea::placeholder {
  color: #a5a5a5;
}

/* Microsoft Edge */
.cf7__list dd input[type="text"]::-ms-input-placeholder,
.cf7__list dd input[type="tel"]::-ms-input-placeholder,
.cf7__list dd input[type="email"]::-ms-input-placeholder,
.cf7__list dd textarea::-ms-input-placeholder {
  color: #a5a5a5;
}

/* Internet Explorer */
.cf7__list dd input[type="text"]:-ms-input-placeholder,
.cf7__list dd input[type="tel"]:-ms-input-placeholder,
.cf7__list dd input[type="email"]:-ms-input-placeholder,
.cf7__list dd textarea:-ms-input-placeholder {
  color: #a5a5a5;
}

/* 送信ボタン */
.cf7__button {
  padding-left: 72px;
  text-align: center;
}

input[type="submit"] {
  width: 260px;
  height: 60px;
  background: #000;
  color: #fff;
  transition: opacity .6s;
}

input[type="submit"]:hover {
  opacity: .6;
}

/* ajax-loader */
.wpcf7-spinner {
  vertical-align: middle;
}
input:-webkit-autofill {
    box-shadow: 0 0 0 1000px rgb(244, 244, 244) inset !important; 
    -webkit-text-fill-color: #000 !important;
  }


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

  .cf7__list dt {
    width: 100%;
    margin-bottom: 15px;
    padding-top: 0;
  }

  .cf7__list dd {
    width: 100%;
  }

  .cf7__list dd:nth-of-type(n + 2) {
    margin-top: 0;
  }

  .cf7__list dd .wpcf7-checkbox,
  .cf7__list dd .wpcf7-radio {
    padding: 15px 0 0;
  }

  /* 送信ボタン */
  input[type="submit"] {
    width: 180px;
    height: 56px;
  }

}

