@charset "UTF-8";

* {
    box-sizing: border-box;
    line-break: strict;
}

body {
}

img {
    max-width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.sp {
    display: none;
}

.pc {
    width: 100%;
}

.cv {
    padding: 30px 20px 70px;
    width: 100%;
}

.cv a {
    display: block;
    max-width: 370px;
    width: 30%;
    margin: 0 auto;
    transition: 0.3s;
}

.cv a:hover {
    opacity: 0.7;
    cursor: pointer;
}

.cv a img {
    border-radius: 5px;
}

.jelly {
    -moz-animation: gelatine 1s infinite;
    animation: gelatine 1s infinite;
}

@keyframes gelatine {

    from,
    to {
        transform: scale(0.95, 0.95);
    }

    50% {
        transform: scale(1, 1);
    }
}

.map {
    position: relative;
}

.map iframe {
    position: absolute;
    width: 18%;
    height: 37%;
    bottom: 31%;
    left: 25%;
    right: 0;
    margin: auto;
}

.present {
    display: block;
    text-align: center;
    width: 100%;
    background-color: #ffffff;
    padding: 0 0 15px;
    color: #696969;
}

.present label {
    cursor: pointer;
}


/*ポップアップ*/
.popup_wrap input {
    display: none;
}

.popup_overlay {
    display: flex;
    justify-content: center;
    overflow: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    opacity: 0;
    transition: opacity 0.5s, transform 0s 0.5s;
    transform: scale(0);
    font-size: 12px;
}

.popup_trigger {
    position: absolute;
    width: 100%;
    height: 100%;
}

.popup_content {
    position: relative;
    align-self: start;
    margin: 10% auto;
    width: 90%;
    max-width: 800px;
    padding: 50px 90px;
    box-sizing: border-box;
    background: #fff;
    line-height: 1.4em;
    border-radius: 4px;
    transition: 0.5s;
}

.close_btn {
    position: absolute;
    top: 14px;
    right: 16px;
    font-size: 40px;
    cursor: pointer;
}

.popup_wrap input:checked ~ .popup_overlay {
    opacity: 1;
    transform: scale(1);
    transition: opacity 0.5s;
}

.amzpDl,
.amzpList {
    margin: 0;
    padding: 0
}

.amzpDl:not(:first-child),
.amzpList:not(:first-child) {
    margin-top: 1em
}

.amzpDl__item,
.amzpList__item {
    padding-left: 1.5em
}

.amzpDl__item:before,
.amzpList__item:before {
    content: "※";
    display: inline-block;
    width: 1.25em;
    margin-left: -1.25em;
    vertical-align: top
}

.amzpDl__item--disc:before,
.amzpList__item--disc:before {
    content: "・"
}

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

    .popup_content {
        padding: 48px 20px 20px 20px;
        align-self: start;
        margin: 20px auto;
    }

}




@media screen and (max-width: 600px) {
    .pc {
        display: none;
    }

    .sp {
        display: block;
    }

    .cv {
        padding: 36px 0;
    }

    .cv a,
    .cv a img {
        max-width: 335px;
        width: 94%;
        text-align: center;
    }

    .map iframe {
        width: 70%;
        height: 28%;
        bottom: 21%;
        left: 0;
    }
    
    .present {
        font-size: 10px;
        padding: 0 0 5px;
    }
}


/*スケジュール追加CSS*/
.date_wrap {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	background: url("../img/schedule_bg.png") no-repeat center center;
	background-size: cover;
	padding: 0px 20px 60px;
	/*font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";*/
	font-family: a-otf-futo-min-a101-pr6n, serif;
font-weight: 400;
font-style: normal;
	color: #38130b;
}
.date_wrap .date_inner {
	max-width: 800px;
	margin: 0 auto;
}
.date_wrap .date_inner .sche_tit {
	    background: #c2272d;
    text-align: center;
    padding: 15px 0;
    font-size: 27px;
    margin-bottom: 30px;
    color: #fff;
}
.date_wrap .date_inner .sche_pla {
	    background: #fff;
    text-align: center;
    padding: 20px;
    font-size: 20px;
    line-height: 1.6;
    border: 2px #c2272d solid;

}
.date_wrap .date_inner ul {
	margin-bottom: 65px;
}
.date_wrap .date_inner ul li {
	position: relative;
    background: #fff;
    text-align: center;
    font-size: 22px;
    padding: 12px 0;
    margin-bottom: 25px;
    font-weight: bold;
    border: 2px #c2272d solid;
}
.full_con {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	/*border-radius: 10px;*/
	top: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	color: red;
	font-weight: bold;
	font-size: 30px;
}
@media (max-width: 600px) {
	.date_wrap .date_inner .sche_tit {
		padding: 6px 0;
    font-size: 18px;
    margin-bottom: 20px;
	}
	.date_wrap .date_inner .sche_pla {
		padding: 15px;
		font-size: 15px;
	}
	.date_wrap .date_inner ul {
		margin-bottom: 30px;
	}
	.date_wrap .date_inner ul li {
		font-size: 15px;
    margin-bottom: 15px;
    padding: 0px;
	}
	.full_con {
		font-size: 20px;
	}
}
@media (max-width: 320px) {
	.date_wrap .date_inner ul li {
		font-size: 13px;
	}
}

/*formArea*/
#formArea {
    background: #d4c993;
  }
  
  #formArea .content {
    width: 700px;
    margin: 0 auto;
  }
  
  @media (max-width: 768px) {
    #formArea .content {
      width: 90%;
    }
  }
  
  #formArea .content .formTxt {
    text-align: center;
  }
  
  #formArea .content ::-webkit-input-placeholder {
    color: #ccc;
  }
  
  #formArea .content :-ms-input-placeholder {
    color: #ccc;
  }
  
  #formArea .content ::-ms-input-placeholder {
    color: #ccc;
  }
  
  #formArea .content ::placeholder {
    color: #ccc;
  }
  
  #formArea .content button, #formArea .content input, #formArea .content select, #formArea .content textarea {
    font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
  }
  
  #formArea .content table.formTable td, #formArea .content table.formTable th {
    width: 100%;
    display: block;
  }
  
  #formArea .content input[type="date"] {
    position: relative;
  }
  
  #formArea .content input, #formArea .content select {
    background-color: #fff;
    color: inherit;
    border: 1px solid #fff;
    border-radius: 5px;
    padding: 12px 15px;
    font-size: 14px;
    font-size: 1.4rem;
    outline: 0;
  }
  
  @media (max-width: 768px) {
    #formArea .content input, #formArea .content select {
      width: 100%;
    }
  }
  
  #formArea .content .termsTxt {
    text-align: center;
    margin-top: 50px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  
  #formArea .content .textarea-primary:focus, #formArea .content input:focus, #formArea .content select:focus {
    background-color: #fff;
    outline: none;
  }
  
  #formArea .content .radios input[type="radio"] {
    float: left;
    height: 0;
    margin: 0;
    opacity: 0;
    padding: 0;
    width: 0;
  }
  
  #formArea .content .radios input[type="radio"] + label {
    background: rgba(0, 0, 0, 0) url(../images/radio_off.svg) no-repeat scroll left center/24px 24px;
    cursor: pointer;
    display: inline-block;
    min-height: 24px;
    padding: 6px 20px 6px 30px;
    font-weight: normal;
  }
  
  #formArea .content .radios input[type="radio"]:checked + label {
    background: rgba(0, 0, 0, 0) url(../images/radio_on.svg) no-repeat scroll left center/24px 24px;
  }
  
  #formArea .content .radios label {
    margin: 0;
  }
  
  #formArea .content .textarea-primary {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    padding: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 5px;
    border: 1px solid #fff;
    font-size: 14px;
    outline: none;
    line-height: 2.0;
    background: #fff;
    resize: none;
    min-height: 120px;
  }
  
  #formArea .content input[type="submit"] {
    background: #d54013;
    border-radius: 5px;
    text-decoration: none;
    display: block;
    padding: 15px 20px;
    color: #fff !important;
    font-weight: bold;
    text-align: center;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-box-shadow: 0 5px 0 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 5px 0 0 rgba(0, 0, 0, 0.1);
    opacity: 1.0;
    font-size: 18px;
    font-size: 1.8rem;
    width: 260px;
    margin: 15px auto 0;
    position: relative;
    border: 0;
    cursor: pointer;
    -webkit-appearance: none;
  }
  
  #formArea .content input[type="submit"]:hover {
    opacity: 0.7;
  }
  
  #formArea .content table.formTable {
    width: 100%;
    margin: 0 auto;
    border-collapse: collapse;
  }
  
  #formArea .content table.formTable th {
    text-align: left;
    font-weight: bold;
    margin: 50px 0 5px;
  }
  
  @media (max-width: 768px) {
    #formArea .content table.formTable th {
      margin: 30px 0 5px;
    }
  }
  
  #formArea .content table.formTable th .mandatory {
    font-size: 12px;
    font-size: 1.2rem;
    color: #fff;
    background: #FF9900;
    padding: 2px 5px;
    margin-left: 10px;
    border-radius: 5px;
  }
  
  @media (max-width: 768px) {
    #formArea .content table.formTable th .mandatory {
      padding: 2px 5px;
    }
  }
  
  #formArea .content table.formTable td .w100 {
    width: 100%;
  }
  
  @media (max-width: 768px) {
    #formArea .content table.formTable td .w100 {
      width: 100%;
    }
  }
  
  #formArea .content table.formTable td .w300 {
    width: 300px;
    margin-right: 15px;
    text-align: left;
  }
  
  @media (max-width: 768px) {
    #formArea .content table.formTable td .w300 {
      height: 46px;
      width: 100%;
    }
  }
  