@charset "utf-8";
/* CSS Document */
h1{
    width: 100%;
   margin: 40px 0 40px 0;
    text-align: center;
}
/***** コンタクトフォーム *****/
.cp_iptxt {
	position: relative;
	width: 90%;
	margin: 40px 3%;
}
.cp_iptxt input[type='text'] {
	font: 15px/24px sans-serif;
	box-sizing: border-box;
	width: 100%;
	letter-spacing: 1px;
	padding-left: 4em;
}
.cp_iptxt input[type='text']:focus {
	outline: none;
}
.ef {
	padding: 4px 0;
	border: 0;
	border-bottom: 1px solid #1b2538;
	background-color: transparent;
}
.ef ~ .focus_line {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 2px;
	transition: 0.4s;
	background-color: #da3c41;
}
.ef:focus ~ .focus_line,
.cp_iptxt.ef ~ .focus_line {
	width: 100%;
	transition: 0.4s;
}
.ef ~ label {
	position: absolute;
	z-index: -1;
	top: 4px;
	left: 0;
	width: 100%;
	transition: 0.3s;
	letter-spacing: 0.5px;
	color: #aaaaaa;
}
.ef:focus ~ label, .cp_iptxt.ef ~ label {
	font-size: 12px;
	top: -16px;
	transition: 0.3s;
	color: #da3c41;
}
.cp_ipcheck {
	width: 90%;
	margin-left: 2em ;
	text-align: left;
}
.cp_ipcheck ul {
	margin: 0.5rem 0.5rem 2rem 0.5rem;
	padding: 1rem 1rem 0.5rem 1rem;
	list-style: none;
	border: 1px solid #cccccc;
}
.cp_ipcheck .list_item {
	margin: 0 0 0.5rem 0;
	padding: 0;
}
.cp_ipcheck label {
	line-height: 135%;
	position: relative;
	margin: 0.5rem;
	cursor: pointer;
}
.cp_ipcheck .option-input07 {
	position: relative;
	top: -0.375rem;
	margin: 0 1rem 0 0;
	cursor: pointer;
	outline: none;
}
.cp_ipcheck .option-input07:before, .cp_ipcheck .option-input07:after {
	position: absolute;
	z-index: 1;
	top: -0.125rem;
	left: -0.125rem;
	width: 1rem;
	height: 1rem;
	content: '';
	-webkit-transition: all 0.4s ease-in-out;
	        transition: all 0.4s ease-in-out;
	border: 2px solid #da3c41;
	background: #ffffff;
}
.cp_ipcheck .option-input07:after {
	z-index: 0;
	border: none;
}
.cp_ipcheck .option-input07:checked:before {
	-webkit-transform: rotateY(180deg);
	        transform: rotateY(180deg);
	background: #da3c41;
}
* {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	border-color: inherit;
}
.relative{
    position: relative;
    margin: 0;
	padding: 0;
}
.cp_ipselect {
	display: block;
	width: 90%;
	height: 100%;
	margin-left: 2em;
}
.cp_ipselect ul {
	list-style: none;
	padding: 0;
}
.cp_ipselect input {
	color: inherit;
	font: inherit;
	margin: 0;
	background: transparent;
	outline: none;
	border: none;
	border-radius: 0;
	-webkit-appearance: none;
	        appearance: none;
	display:none;
}
.cp_sl08 {
	width: 100%;
	height: 100%;
	cursor: pointer;
	background-color: white;
	-webkit-box-shadow: 0 2px 0 white;
	        box-shadow: 0 2px 0 white;
	border-radius: 2px;
}
.cp_sl08_expand {
	width: 0;
	height: 40px;
	position: absolute;
	top: 0;
	right: 0;
}
.cp_sl08_expand::after {
	position: absolute;
	top: 1.2em;
	right: 0.5em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	pointer-events: none;
	border-top: 6px solid rgba(0, 0, 0, 0.3);
	border-right: 6px solid transparent;
	border-left: 6px solid transparent;
	-webkit-transform: translate(-50%, -50%) rotate(0deg) scaleY(1.75);
	        transform: translate(-50%, -50%) rotate(0deg) scaleY(1.75);
	-webkit-transition: all 250ms cubic-bezier(0.4,0.25,0.3,1);
	        transition: all 250ms cubic-bezier(0.4,0.25,0.3,1);
	z-index: 2;
	opacity: 0.6;
}
.cp_sl08_expand:hover::after {
	opacity: 1;
}
.cp_sl08_expand:checked::after {
	-webkit-transform: translate(-50%, -50%) rotate(180deg) scaleX(-1) scaleY(1.75);
	        transform: translate(-50%, -50%) rotate(180deg) scaleX(-1) scaleY(1.75);
}
.cp_sl08_expandLabel {
	display: block;
	width: 100%;
	height: 40px;
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
}
.cp_sl08_close {
	display: none;
}
.cp_sl08_closeLabel {
	width: 100vw;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	display: none;
    z-index: -1;
}
.cp_sl08_items {
	width: 100%;
	top: 0;
	left: 0;
	border: 2px solid #da3c41;
	border-radius: 2px;
	padding-top: 40px;
}
.cp_sl08_input {
	display: none;
}
.cp_sl08_label {
	-webkit-transition: all 250ms cubic-bezier(0.4,0.25,0.3,1);
	        transition: all 250ms cubic-bezier(0.4,0.25,0.3,1);
	display: block;
	height: 0;
	line-height: 40px;
	overflow: hidden;
	color: #3e3e3e;
	background-color: #ffffff;
	cursor: pointer;
	padding-left: 20px;
}

.cp_sl08_placeholder {
	height: 40px;
	vertical-align: middle;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0.6;
	background-color: transparent;
}
.cp_sl08_placeholder:focus{
    color: transparent;
}
.cp_sl08_expand:checked + .cp_sl08_closeLabel {
	display: block;
}
.cp_sl08_expand:checked + .cp_sl08_closeLabel + .cp_sl08_options .cp_sl08_label {
	height: 40px;
}
.cp_sl08_expand:checked + .cp_sl08_closeLabel + .cp_sl08_options .cp_sl08_label:hover {
	background-color: #f7f7f7;
}
.cp_sl08_expand:checked + .cp_sl08_closeLabel + .cp_sl08_options + .cp_sl08_expandLabel {
	display: none;
    color: transparent;
}
.cp_sl08_input:checked + .cp_sl08_label {
	height: 40px;
	margin-top: -40px;
}
.m-form-item-textarea textarea {
    height: 300px;
}

.m-form-textarea {
    display: block;
    width: 90%;
    padding: 4px 16px;
    border-radius: 4px;
    border: 2px solid #da3c41;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    resize: vertical;
}

.m-form-textarea:focus {
    outline: 0;
    box-shadow: 0 0 0 2px rgb(33, 150, 243) inset;
}
textarea{
    margin-left: 2em;
    margin-bottom: 40px;
}
h2{
    margin-top: 24px;
    margin-bottom: 12px;
    text-align: center;
}
 
.container{
    width: 90%;
    margin: 0 auto;
}
#breadcrumb {
    width: 100%;
  padding: 10px 0 0 10px;
    background-color: #3251EE;
    line-height: 1.5;
    
}
.archive #breadcrumb {
  padding: 0;
  background: transparent;
}
#breadcrumb ul {
  margin: 0;
}
#breadcrumb li {
  display: inline;
  list-style: none;
  font-size: 0.87em;
    color: #fff;
}
#breadcrumb li:after {
  padding: 0 6px;
  color: #fff;
  content: ">";
  font-size: 14px;
}
#breadcrumb li a {
  text-decoration: none;
    color: #fff;
}

#breadcrumb li a:hover {
  color: gray;
  text-decoration: none;
} 
.btn {
  font-family: "Yu Gothic", YuGothic, Verdana, 'Hiragino Kaku Gothic ProN','Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'メイリオ', Meiryo, sans-serif;
  text-align: center;
  padding-top: 40px;
    padding-bottom: 40px;
    position: relative;
}
.btn-open {
  display: block;
  width: 230px;
  height:60px;
  text-align: center;
  background-color: #FF082F;
  font-size: 14px;
  line-height: 57px;
  color: #FFF;
  text-decoration: none;
  font-weight: bold;
  border: 2px solid #FF082F;
  position: relative;
  overflow: hidden;
  z-index: 1;
   margin: 0 auto 40px auto;
}
.btn a span{
    position: absolute;
    top: -13px;
    left: 0;
    transform: rotate(-15deg);
    font-size: 12px;
}
.btn-open:after{
  width: 100%;
  height: 0;
  content:"";
  position: absolute;
  top: 50%;
  left: 50%;
  background : #FFF;
  opacity: 0;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transition: .2s;
  z-index: -1;
}
.btn-open:hover{
  color: #FF082F;
}
.btn-open:hover:after{
  height: 260%;
  opacity: 1;
}
.btn-open:active:after{
  height: 300%;
  opacity: 1;
}