@charset "UTF-8";
/* CSS Document */

/* Icon
--------------------*/
.icon_catarog {
  position: absolute;
  right: 0;
  top: 0;
  width: calc(98px - 20px);
  height: calc(100px - 20px);
}
@media screen and (min-width: 768px) {
  .icon_catarog {
    width: calc(98px/4*3);
    height: calc(100px/4*3);
  }
}
/* Image Button
--------------------*/
.img-btn {
  position: relative;
	overflow: hidden;
}
.img-btn .inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0;
  padding: 0;
  text-align: center;
  text-shadow: 0 4px 8px rgba(0, 0, 0, 0.8);
  color: #fff;
	overflow: hidden;
	width: 100%;
}
.img-btn .language {
  position: absolute;
  bottom: 12px;
  right: 12px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 1.1rem;
  font-weight: 300;
}
.img-btn .inner .sub-title {
  font-size: 1.2rem;
  font-weight: 300;
  letter-spacing: 0.05rem;
}
.img-btn .inner .sub-title span.date {
  font-size: 130%;
}
.img-btn .inner .main-title {
  font-size: 2.0rem;
  display: block;
  padding: 4px 0;
  font-weight: 300;
  letter-spacing: 0.4rem;
}
@media screen and (min-width: 768px) and (max-width: 980px) {
  .img-btn .inner .main-title {
    font-size: 1.5rem;
    letter-spacing: 0.1rem;
  }
  .img-btn .inner .sub-title {
    font-size: 1.1rem;
  }
  .img-btn .language {
    display: none;
  }
}
@media screen and (min-width: 1440px) {
  .img-btn .inner .main-title {
    font-size: 2.4rem;
    letter-spacing: 0.4rem;
  }
  .img-btn .inner .sub-title {
    letter-spacing: 0.2rem;
    font-size: 1.4rem;
  }
  .img-btn .language {
    color: rgba(255, 255, 255, 0.8);
    font-size: 1.3rem;
    right: 16px;
    bottom: 16px;
  }
}

/* Link style
--------------------*/

.link-style-01 {
  color:deepskyblue;
}

/* Content title
--------------------*/

.content-main-title-box {
  width: 100%;
	background-color: #000;
  background-size: cover;
  position: relative;
  height:100%;
	overflow: hidden;
}
.content-main-title-box.sm { min-height: 30vh; }
.content-main-title-box.md { min-height: 40vh; }
.content-main-title-box.lg { min-height: 60vh; }
.content-main-title-box.pics-none { min-height: 180px; }
.content-main-title-box.md.fukusa { min-height: 60vh; }

@supports (-ms-ime-align: auto) {
.content-main-title-box.sm { min-height: 280px; }
.content-main-title-box.md { min-height: 360px; }
.content-main-title-box.lg { min-height: 560px; }
}

.content-main-title-box::before,
.content-main-title-box.light::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0,0,0,0.3);
}
.content-main-title-box.light::before {
  background-color: rgba(0,0,0,0.2);
}
.content-main-title-box .inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
	padding: 0 28px;
  color:#fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	width: 100%;
	overflow: hidden;
}

.content-title-box-1 {
  margin-top:    4.0rem;
	margin-bottom: 4.0rem;
}

@media (min-width:768px) {
.content-main-title-box.sm { min-height: 20vh; }
.content-main-title-box.md { min-height: 30vh; }
.content-main-title-box.lg { min-height: 48vh; }
}
@supports (-ms-ime-align: auto) {
.content-main-title-box.sm { min-height: 280px; }
.content-main-title-box.md { min-height: 360px; }
.content-main-title-box.lg { min-height: 600px; }
}
@media (min-width:1440px) {
.content-main-title-box.sm,
.content-main-title-box.md,

.content-main-title-box.pics-none { min-height: 240px; }
.content-main-title-box {
	/*background-attachment: fixed;*/
}
.content-main-title-box .inner {
  max-width: 1000px;
}
}


/* Entry Style
--------------------*/

article.entry {}
article.entry:before, article.entry:after {
  display: table;
  content: "";
  line-height: 0;
}
article.entry .content {}
article.entry .content p {
  letter-spacing: 0.05em;
	font-size: 1.6rem;
	line-height: 1.9;
	text-align: justify;
	margin-bottom: 3.2rem;
}
article.entry .content .wp-block-image {
  margin-bottom: 3.2rem;
}
@media (min-width:980px) {
article.entry .content p {
  font-size: 2.0rem;
	margin-bottom: 6.0rem;
}
article.entry .content .wp-block-image {
  margin-bottom: 6.0rem;
}
}

/* Form Style
--------------------*/

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="zip"] {
    padding: 0;
    border: none;
    border-radius: 0;
    outline: none;
    background: none;
}
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    resize: none;
    padding: 0;
    border: 0;
    outline: none;
    background: transparent;
}
button,
input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    border: none;
    outline: none;
    background: transparent;
		cursor: pointer;
}
input:-webkit-autofill {
    box-shadow: 0 0 0px 1000px #fff inset;
}
.select:focus {
  outline: none;
}

/* Contact Form 7 */

.wpcf7c-conf {
    background-color: #fff!important;
    color: 666!important;
		border: none!important;
}

/* Contact Style
--------------------*/

.contact {
	border-top: 1px dotted rgba(0,0,0,.25);
}
.contact.border-none { border: none; }
.contact dl {
  padding: 2rem 0;
	border-bottom: 1px dotted rgba(0,0,0,.25);
}
.contact dl dt {
    width: 100%;
}
.contact dl dd {
  width: 100%;
	position: relative;
	padding: 0.5rem 0;
}
.contact dl dd .spec-area {
}
.contact dl dd input,
.contact dl dd textarea,
.contact dl dd select {
    width: 100%;
		padding: 1.2rem;
  	border: 1px dotted rgba(0,0,0,.25);
  	background-color: #fbfbfb;
}
.contact dl dd.seireki input,
.contact dl dd.seireki textarea,
.contact dl dd.kuchisu select {
    width: 100%;
		max-width: 100px;
		text-align: center;
}
.contact dl dd select {
	-webkit-appearance: none;
  appearance: none;
}
.contact dl dd.select-box {
  position: relative;
}
.contact dl dd.select-box::after {
  content:  "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  right: 24px;
  top: 26px;
  border-bottom: #333 1px solid;
  border-right: #333 1px solid;
  transform: rotate(45deg)translateY(-30%);
}

textarea::placeholder,
input::placeholder {
  color: #bbbbbb;
}
.contact [type="button"],
.contact [type="submit"] {
  text-align: center;
  font-size: 1.8rem;
  height: 5.6rem;
  line-height: 5.6rem;
  display: block;
  color: #fff;
  border-radius: 2.8rem;
  background-color: #000;
  max-width: 240px;
	width: 100%;
  margin: 1em auto;
	cursor: pointer;
	border: none;
}
.contact [type="radio"] {
  padding: 0;
	width: auto;
	margin-right: 0.8rem;
	display: inline-block;
}
.contact [type="checkbox"] {
  width: auto;
}

select option {
  padding-right: 15px;
}

* html select option {
    padding-right: 0;
    _padding-right: 15px;
}
label {
    cursor: pointer;
}
fieldset {
    border: none;
}
input {
    padding: 0;
}
input.err {
    border: 3px solid #00bbcc !important;
}
textarea.textarea {
    width: 100%;
    height: 80px;
    padding: 8rem;
}
span.wpcf7-list-item {
	margin: 0 1.2rem 0 0!important;
}
.contact [type="submit"]:disabled {
    background-color: #888;
		cursor:inherit;
}

@media only screen and (min-width: 768px) {
.contact dl {
	display: flex;
	display: -webkit-flex;
	align-items: center;
}
.contact dl dt {
    max-width: 220px;
    padding: 0;
}
.contact [type="button"],
.contact [type="submit"] {
  width: 320px;
  margin: 1em;
  height: 6.4rem;
  line-height: 6.4rem;
	border-radius:3.2rem;
}
}

.pum-container.pum-responsive.pum-responsive-medium {
    margin-left: -40%!important;
    width: 80%!important;
}

.recaptcha-policy {
  padding: 0;
  margin: 0;
  font-size: 11px !important;
  color: #777 !important;
}
.recaptcha-policy a {
  font-size: 11px !important;
  color: deepskyblue !important;
}
.grecaptcha-badge { visibility: hidden; }

/*
.wpcf7 .ajax-loader {
  display: none!important;
}
*/

.contact-att {
  border-width: 3px;
}

/* 125th ShibaPRJ
--------------------*/
.slider{ width: 100%; margin: 0; padding: 0; }
.slider img{ width: 100%; height: auto; }

.txt{ padding: 20px 0 40px; font-size: 16px; color: #2F2F2F; text-align: center; }
* {
	box-sizing: border-box;
}

body {
	margin: 0;
	padding: 0;
	font-weight: bold;
}

.tab_contents {
    width: 100%;
    padding: 0;
    margin: 20px auto;
}

.tab_wrap {
	width: 100%;
	margin: 50px auto;
	opacity: 0.8;
}
@media screen and (max-width:900px) {
	.tab_wrap {
		width: 100%;
		margin: 0 auto;
		opacity: 0.8;
	}
}

/*タブボタンデザイン*/
.tab_lab1, .tab_lab2, .tab_lab3 {
	font-size: 16px;
	background: #242424;
	color: #fff;
	padding: 15px;
}

/*タブにチェック入ったとき*/
#tab1:checked~.tab_lab1 {
	background: #FFC022;
	color: #242424;
}
#tab2:checked~.tab_lab2 {
	background: #FFCD51;
	color: #242424;
}
#tab3:checked~.tab_lab3 {
	background: #FFD97D;
	color: #242424;
}

/*タブボタンとボックス連動*/
#tab1:checked~.panels #area1 {
	display: block;
	background: #FFC022;
}
#tab2:checked~.panels #area2 {
	display: block;
	background: #FFCD51;
}
#tab3:checked~.panels #area3 {
	display: block;
	background: #FFD97D;
}

/*チェックボックスとボックス非表示*/
input[name="check"] {
	display: none;
}
.panel {
	width: 100%;
	padding: 24px;
	display: none;
}
.panel_content{ width: 100%; margin: 0; padding: 0; }
.panel li{ list-style: none; margin: 0;  padding: 8px 8px; }
.panel li img{ width: 100%; height: auto; box-shadow: 0 0 8px 0 rgba(194, 194, 194, 0.5); }


/*アニメーション設定*/
@keyframes SlideUp {
	0% {
		transform: translateY(50px);
		/* Y軸方向に50px */
		opacity: 0;
		/* 透明 */
	}
	100% {
		transform: translateY(0);
		/* Y軸方向に0px */
		opacity: 1;
		/* 不透明 */
	}
}
/*アニメーション設定end*/

/*ボックスを下から上へ*/
.panel_content {
	animation-name: SlideUp;
	animation-duration: 2s;
	background-color: #fff;
	width: 100%;
}

