@charset "UTF-8";
/*webサイト大枠のレイアウトスタイル テンプレート共通部分
---------------------------------------------------------*/
/*ヘッダーエリア*/
.lgmnArea{
    width: 100%;
    display: flex;
    padding: 0.1% 2% .2%;
    max-width: 1180px;
    margin: 0 auto;
}
@media screen and (min-width:1700px) {
    .lgmnArea {
        padding: .2% 2% 0.1%;
    }
}
.l-header{
    background-image: url(/common/images/bg_header02.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    border-bottom: #D70050 2px solid;
}
.header-logo{
    width:30%;
    padding:10px 0;
}
.header-logo img{
    width: 90%;
    max-width: 170px;
}
.header-right{
    width:70%;
    text-align: right;
    margin: auto;
}
.header-right ul{
list-style: none;
font-weight: bold;

}
.header-right li{
    display: inline;
    list-style: none;
    padding:1% 1.5%;
    font-size: 1.4rem;
}
.header-right li a{
padding: 1rem 0 .5rem;
   text-decoration: none;
   color:#3E3A39;

}
.header-right li a:hover{
border-bottom: 2px solid #3E3A39;
}
header .btn{
    padding: .5rem 1rem !important;
    font-size: 1.3rem !important;
    color: #fff !important;
    border: 0 !important;
}
.header-right .btn{
    margin: .7rem 0 1rem 0;
  }
.langArea {
    background-color: #fff;
    background-image: url(/common/images/bg_header.png);
    width: 100%;
    height: 20px;
    background-repeat: no-repeat;
}

.lang{
    max-width: 1180px;
    margin: 0 auto;
    text-align: right;
}
.langInner{
    /*background-color: #241816;*/
    padding: .5% 1%;
    width: auto;
    text-align: center;
    margin-right: 3.5%;
    color: #ada78f;
    font-size: 1.5rem;
    max-width: 200px;
    display: inline;

}
.lang a{
    color: #DBD6C1;
    text-decoration: none;
}

@media screen and (max-width:768px) {
    .header-logo{
        width:30%;
        padding:0 10px 10px;
    }
.lang{
        padding: .5% 1%;
        text-align: center;
        margin: 30px 0 0;
        color: #ada78f;
        font-size: 1.5rem;
        float: none;
        background-color: #4F4443;
}
.menu ul li.lang{
    border-bottom: 0 !important;
}
.menu ul li.lang a{
    display: inline;
    color: #DBD6C1;
}
.langArea {
    background-position: right;
}
.l-header{
    background-position: left bottom;
}
.menu-container {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    overflow: hidden;
  }
  
  .menu-button {
    display: block;
    position: fixed;
    top: 2%;
    right: 4%;
    cursor: pointer;
    z-index: 2;
  }
  
  .bar {
    display: block;
    width: 25px;
    height: 3px;
    margin: 5px 0;
    background-color: #D70050;
    transition: 0.4s;
  }
  
  #menu-toggle:checked ~ .menu-button .bar:nth-child(1) {
    transform: rotate(45deg) translate(-2px, 3px);
  }
  
  #menu-toggle:checked ~ .menu-button .bar:nth-child(2) {
    opacity: 0;
  }
  
  #menu-toggle:checked ~ .menu-button .bar:nth-child(3) {
    transform: rotate(-45deg) translate(8px, -13px);
  }
  
  #menu-toggle {
    display: none;
  }
  
  .menu {
    position: fixed;
    top: -100%;
    left: 0;
    width: 100%;
    background-color: #231715;
    transition: 0.4s;
    z-index: 1;
    overflow-y: auto;
    box-shadow: 0px 10px 10px -6px rgba(255, 255, 255, 0.41);
  }
  
  #menu-toggle:checked ~ .menu {
    top: 0;
  }
  
  .menu ul {
    list-style: none;
    padding: 20px;
  }
  .menu ul li{
    border-bottom: #99937b 1px solid;
    padding: 1rem 0;
  }
  
  .menu ul li a {
    text-decoration: none;
    color: #DBD6C1;
    font-size: 1.5rem;
    display: block;
    padding: 10px 0;
    transition: 0.2s;
    text-align: center;
    font-weight: bold;
  }
  .menu ul li a:hover {
    color: #e4d8a8;
  }

}

/*パンくずリスト*/
.breadcrumb {
    color: #fff;
    margin-bottom: 2rem;
}
.breadcrumb ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.3rem;
    line-height: 1em;
    list-style: none;
    padding-left: 0;
}
.breadcrumb ul li {
    position: relative;
    margin-right: 3rem;
}
.breadcrumb ul li:after {
    content: "";
    position: absolute;
    top: 0;
    right: -1.5rem;
    bottom: .3rem;
    width: 5px;
    height: 5px;
    margin: auto;
    border-top: 1px solid;
    border-right: 1px solid;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.breadcrumb ul li:last-of-type:after {
	content: none;
}
/*h2デザイン*/
.h2-under{
margin: 0 auto;
border-top:2px solid #D70050;
width: 40%;
font-weight: bold;
color:#e481a5;
text-align: center;
padding-top: 1rem;
}

/*下層ページタイトル (h1)*/
.l-pageTitle-area{
    margin-bottom:50px;
    padding:25px 25px 50px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}
.l-pageTitle-area .inner {
    max-width: 1180px;
    margin: 0 auto;
    padding: 3rem;
}


@media screen and (max-width:768px) {
    .l-pageTitle-area{
        padding: 5rem 0 0;
        margin-bottom:30px;
    }
    .l-pageTitle-area .inner{
        padding: 5rem 0 8rem;
    }
}
   
/*フッター エリア*/
 .l-footer .footerArea{
    flex-wrap: wrap;
    display: flex;
    padding: 2rem 0;
    border-bottom: 1px solid #969696;
 }
 .footerLogo{
    width: 60%;
    display: flex;
        flex-direction: column;
 }
 .footerLogo img{
    max-width:140px;
    width: 80%;
    margin: 1rem 3rem;
 }
 .footerLogo{
 }
 .btn-pk {
    color: #fff;
    background-color: #D70050;
    font-size: 1.4rem;
    width: 130px;
}
.footerLogo .btn, a.btn, button.btn {
    margin:2rem 5%;
    color: #fff;
}
 .l-footer ul{
    list-style: none;
    border-left: 1px solid #5f5f5f;
 }
 .l-footer ul a{
    text-decoration: none;
    color: #969696;
 }
 .l-footer ul a:hover{
    color: #c4c4c4;
 }
 .l-footer .menu01{
    width: 20%;
    line-height: 2;
    font-weight: bold;
 }
 .l-footer .menu02{
    width: 20%;
    line-height: 1.8;
 }
 .l-footer .menu02 a{
    font-size: 1.4rem !important;
 }
 .copyright{
    text-align: center;
    margin-top: 2rem;
    font-size: 1.4rem;
 }
 @media screen and (max-width:768px) {
    .l-footer .inner {
        padding-top: 0;
    }
    .footerLogo{
        width: 100%;
        flex: 1 600px;
        text-align: center;
        margin-bottom: 4%;
        display: unset;
     }
     .l-footer .menu01{
        width: 50%;
     }
     .l-footer .menu02{
        width: 50%;
     }

     .footer-nav{
        background-color: #4F4443;
        position: fixed;
        bottom: 0;
        z-index: 1;
        width: 100%;
        text-align: center;
        padding: 1rem 0 .3rem;
        height: 90px;
     }
     .footer-nav .btn{
        padding: 1.5rem 2.5rem;
        font-size: 1.5rem;
     }
     .footer-nav .btn span{
        background-image: url(/common/images/icon_mail.png);
        background-repeat: no-repeat;
        background-size: 1.8rem;
        padding-left: 2.3rem;
     }
     .copyright{
        padding-bottom: 65px;
     }
        
}

/*問い合わせフォーム*/
.contactArea .h2-under{
    margin: 0 auto;
    border-top:2px solid #00B7B7;
    color:#9AD8D6;
    }

.contactBox {
    margin-bottom: 4rem;
    margin: 2rem auto 3rem;
    background: #fff;
    max-width: 890px;
    padding: 3rem;
    width: 90%;
    border-radius: 20px;
}
.contactBox dl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-bottom: 1px dotted #ddd;
}

.innerContact .contactBox {
    background-color: #fafafa;
    margin-top: 30px;
    padding: 2rem 2rem 4rem;
}

.contactText{
    font-size: 1.4rem;
    text-align: left;
    padding: 5px 10px;
    border-bottom:1px solid #0fbebe;
}
.contactText p{
    padding: 10px 0;
}

.contactText strong{
    background: linear-gradient(transparent 50%, #f1efa2 50%);
}

.contactText span{
    font-weight:bold;
}

.contactBox dl:last-of-type {
	margin-bottom: 2.5rem;
	border-bottom: none;
}
.contactBox dl dt,
.contactBox dl dd {
	padding: 1.5rem 1rem;
	background: none;
}
.contactBox dl dt {
	position: relative;
	width: 250px;
    font-size: 1.4rem;
    text-align: left;
}
.contactBox dl dd {
	position: relative;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    text-align: left;
}
.contactBox small {
	font-size: .8rem;
}
.require:before {
	content: "必須";
	margin-right: 1rem;
	padding: .4rem 1rem .5rem;
	color: rgb(255,255,255);
	font-size: 1.1rem;
	background: #D70050;
    border-radius: 5px;

}
.any:before {
	content: "任意";
	margin-right: 1rem;
	padding: .4rem 1rem .6rem;
	color: rgb(255,255,255);
	font-size: 1.1rem;
	background: rgb(80,120,200);
    border-radius: 5px;
}

input[type="submit"] {
	position: relative;
	min-width: 400px;
	padding: 2rem 6.5rem 2rem 5rem;
    color: rgb(255,255,255);
	font-size: 2.4rem;
	font-weight: 900;
    background: #0fbebe;
	border: 3px solid rgb(255,255,255);
    border-radius: 15px;
	cursor: pointer;
    margin:0 auto;
}
input[type="submit"][disabled] {
	text-shadow: none;
  background-color: rgb(200,200,200);
  cursor: not-allowed;
}

.caution {
	position: absolute;
	bottom: -.5rem;
	left: 2rem;
	color: rgb(209,96,96);
	font-size: 1.3rem;
}

.contactBox input,select,textarea {
	min-width: 235px;
	padding: .8rem 1rem;
	font-size: 1.4rem;
	border: 1px solid rgb(200,200,200);
	border-radius: 5px;
}
span.select {
	position: relative;
}

textarea {
	width: min(100%,500px);
	height: 200px;
}
input[type="submit"] {
	position: relative;
	min-width: 300px;
	padding: 2rem 6.5rem 2rem 5rem;
    color: rgb(255,255,255);
	font-size: 1.7rem;
	font-weight: 900;
    background: #0fbebe;;
	border: 3px solid rgb(255,255,255);
    border-radius: 1rem;
	line-height: 1.2em; 
}
 @media screen and (max-width:520px) {
    .contactBox {
        margin-bottom: 2rem;
    }
.contactBox dl {
	display: block;
}
	
.contactBox dl {
	display: block;
}
.contactBox dl dt {
	width: 100%;
	padding: .5rem 1rem;
    font-size: 1.6rem;
}

input,select,textarea {
	width: 100%;
}
input[type="submit"] {
	width: 90%;
    min-width: auto;
    margin: auto;
    padding: 1.5rem 1.5rem 1.5rem 1rem;
    font-size: 1.6rem;
} 
ul.imgBox > li {
    width: calc(100% / 2 - (1rem / 2));
    margin: 0 1rem 1rem 0;
}

ul.imgBox > li:nth-of-type(3n) {
	margin-right: 1rem;
}
ul.imgBox > li:nth-of-type(2n) {
	margin-right: 0;
}
.require:before {
    padding: .2rem .4rem .3rem;
}
.contactBox dl dd {
	padding: .7rem .5rem 1em;
	background: none;
}
.contactBox dl dt {
	padding: 1.2rem .5rem 0.2rem;
	background: none;
}
 }