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

.wf-kokoro { font-family: "Kokoro"; }
.wf-noto_serif { font-family: "Noto Serif"; }

@media screen and (min-width: 769px) {
.pc {
    display: block;
}
.sp {
    display: none;
}
}

html {
		font-family:"Noto Sans","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Osaka, Sans-Serif;
}
.inner {
    max-width: 1080px;
    width: 100%;
}
body {
    background: #fff;
    color: #000000;
    max-width: 1600px;
    margin: 0 auto;
}
.marker {
		background: linear-gradient(transparent 60%, rgba(249, 240, 78, 0.8) 60%);
}
.yellow {
    color: #ffff00;
}
.red {
    color: #fc4761;
}
.pink {
    color: #f04898;
}


.xlarge {
		font-size: 2.1em;
}
.large {
    font-size: 1.5em;
}

header {
    background: #8d6b52;
    background: #b18a38;
    background: -moz-linear-gradient(top, #b18a38 0%, #edb374 100%);
    background: -webkit-linear-gradient(top, #b18a38 0%,#edb374 100%);
    background: linear-gradient(to bottom, #b18a38 0%,#edb374 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b18a38', endColorstr='#edb374',GradientType=0 );
    padding: 10px 0 14px;
}
header .inner {
    align-items: center;
    justify-content: center;
}
header p {
		color: #fff;
    font-size: 18px;
    line-height: 1.2em;
}
.mv {
	background: url(../images/bg_mv.jpg) no-repeat center;
    background-size: cover;
    padding: 4em 0 4em;
}
.mv .logo {
    margin-bottom: 0.5em;
}
.mv_bloc {
    text-align: left;

}
.mv_bloc h1 {
	
}
.mv_sub_bloc {
    text-align: left;
    margin-top: 1em;
}
.mv_sub_bloc p {
	
}
.mv_sub_bloc p + p {
		margin-top: 0.5em;
}





.band_title.bg_red {
    background: #b82f44;
}


.band_title {
    position: relative;
    color: #fff;
    padding: 0.5em 0;
    background: linear-gradient(to bottom, #b18a38 0%,#edb374 100%);
}
.band_title span {
    line-height: 1.4em;
}
.band_arrow:after {
	content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 30px 0 30px;
    border-color: #edb374 transparent transparent transparent;
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
    margin: 0 auto;
}


.cv {

}
.cv_bloc {
    background: url(../images/bg_cv.jpg) no-repeat center bottom;
    padding-bottom: 2em;
}
.cv_upper {
		max-width: 1010px;
    margin: 0 auto 0.5em;
    padding: 4em 0 0;
    position: relative;
    z-index: 2;

}
.cv_upper p {
		align-items: center;
    justify-content: center;
    position: relative;
}
.cv_upper p .month {
    position: absolute;
    top: 50%;
    left: -50px;
    margin-top: -65px;
    z-index: 2;
}

.cv_bottom {
    padding: 2em 0;
    position: relative;
    z-index: 1;
}
.cv_bottom h2 {
		margin-bottom:1em;
}
.cv_bottom p {

}
.cv_bottom_bloc {
    align-items: center;
    justify-content: center;
    margin-bottom: 1em;
}
.cv_bottom_bloc.between {
    justify-content: space-between;
}


.cv_bottom p + p {
		margin-top:1em;
}

.cv_btn_bloc {

}
.cv_btn_bloc a {

}
.cv_btn_bloc a img {
	
}
.cv_btn_bloc p {
    margin-top: 1em;
    font-size: 16px;
}
.cv_btn {
    align-items: center;
		justify-content: space-between;
}
.campaign_bloc {
    margin-top: 1em;
}
.campaign_bloc .ttl {
	
}
.campaign_bloc p {
    position: relative;
    padding-left: 1em;
    margin-top: 0;
    display: inline-block;
    text-align: left;
    font-size: 14px;
    line-height: 1.4em;
}
.campaign_bloc p:before {
		content:"※";
		position:absolute;
		top:0;
		left:0;
}

/*coupon*/
@media (min-width: 769px) {
.coupon {
    padding: 3em;
}
}
@media (max-width: 768px) {
.coupon {
    padding: 1em;
}
}

.sec01 h2 {
    margin-bottom: 1em;
}
.sec01 h3 {
    margin-bottom: 2em;
}
.sec01_bloc {
    position: relative;
    margin-bottom: 2em;
    padding-bottom: 75px;
}
.sec01_bloc figure {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.sec01 p {

}

.sec02 {
	
}
.sec02 .band_title {
    background: #8d6b52;
    background: #b18a38;
    background: -moz-linear-gradient(top, #b18a38 0%, #edb374 100%);
    background: -webkit-linear-gradient(top, #b18a38 0%,#edb374 100%);
    background: linear-gradient(to bottom, #b18a38 0%,#edb374 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b18a38', endColorstr='#edb374',GradientType=0 );
}
.sec02 .band_title .logo {
		margin-bottom: 0.5em;
}

.sec02_bloc {
    padding: 4em 0;
}
.sec02_item {
	
}

.sec02_item .bloc {
    align-items: center;
    justify-content: space-between;
}
.sec02_item + .sec02_item {
    margin-top: 2em;
}
.sec02_item .upper {
    text-align: left;
    box-sizing: border-box;
    padding-right: 0;
    flex: 1 0 0%;
}
.sec02_item .upper h3 {
    margin-bottom: 1em;
}
.sec02_item .upper h3 .image {
    display: block;
    text-align: left;
    margin-bottom: 1em;
}
.sec02_item .upper h3 .text {
    display: block;
    text-align: left;
    font-size: 40px;
    line-height: 1.2em;
    font-weight: normal;
}
.sec02_item .upper h3 .text:first-letter {
    color: #b82f44;
}



.sec02_item .upper p {
    font-size: 17px;
    font-weight: bold;
}
.sec02_item figure {
margin: 0;
}
.sec02_item .bottom {
    width: 100%;
    box-sizing: border-box;
    margin-top: 2em;
    border: solid 1px #000;
    padding: 1em;
    position: relative;
    text-align: center;
}
.sec02_item .bottom h4 {
    font-size: 30px;
    line-height: 1.2em;
    font-weight: normal;
    /* color: #fff; */
    text-align: center;
    /* display: inline-block; */
    align-items: center;
    justify-content: flex-start;
    margin: 0 0 0.5em;

}
.sec02_item .bottom h4 figure {
    margin-right: 0.5em;
}
.sec02_item .bottom h4 span {

}
.sec02_item .bottom p {
		font-size: 15px;
    text-align: left;
}
.sec02_item .bottom .detail {

}
.sec02_item .bottom .detail + p {
		text-align: right;
}
.sec02_item .bottom .detail dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin: 0;

}
.sec02_item .bottom .detail dl + dl {
    margin-top: 0.5em;
}
.sec02_item .bottom .detail dl dt {
    font-size: 16px;
    line-height: 1.4em;
    font-weight: 700;
    color: #b82f44;
    width: 178px;
    text-align: left;
}
.sec02_item .bottom .detail dl dd {
    font-size: 15px;
    line-height: 1.4em;
    margin: 0;
    flex: 1 0 0%;
    text-align: left;
    padding-left: 1em;
    padding-bottom: 2%;
    font-weight: bold;
}

.sec02 + .cv2 {
    background: none;
    border: none;
    padding: 0;
}


.cv2 {
		background: url(../images/bg_cv.jpg) repeat center top;
    border-top: solid 5px #8d6b52;
    padding: 4em 0;
}
.cv2 .upper {
		margin-bottom:2em;
}
.cv2 .bottom {

}
.cv2 .inner .upper figure {
    margin: 0;
}

.sec03 {

}
.sec03 .band_title2 {
    background: #574043;
    padding: 1em 0;
}

.sec03_wrap {
    padding: 6em 0;
    background: url(../images/bg_sec03.jpg) no-repeat center bottom;
    background-size: cover;
}
.sec03_wrap　.inner {
    margin-left: 4%;
}
.sec03_bloc {
    margin-right: auto;
    margin-bottom: 4em;
}


.sec03 .band_title {
    background: #8d6b52;
    background: #b18a38;
    background: -moz-linear-gradient(top, #b18a38 0%, #edb374 100%);
    background: -webkit-linear-gradient(top, #b18a38 0%,#edb374 100%);
    background: linear-gradient(to bottom, #b18a38 0%,#edb374 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b18a38', endColorstr='#edb374',GradientType=0 );
}

.sec03 .band_arrow:after {
    border-color: #edb374 transparent transparent transparent;
}


.sec03_item {
    align-items: center;
    justify-content: space-between;
}
.sec03_item + .sec03_item {
    margin-top: 4em;
}
.sec03_item figure {

}
.sec03_item .detail {
		flex: 1 0 0%;
    text-align: left;
    margin-left: 1em;
}
.sec03_item .detail h3 {
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
}
.sec03_item .detail h3 .image {
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1em;
}
.sec03_item .detail h3 .text {
		display: block;
    text-align: left;
    font-size: 45px;
    line-height: 1.2em;
    font-weight: bold;
    color: #b82f44;
    /* font-weight: normal; */
    flex: 1 0 0%;
}
.sec03_item .detail p {
    font-size: 17px;
    font-weight: bold;
}


.sec03_bottom {
    background: rgba(255, 255, 255, 0.47);
    padding: 1.5em 1em;

}
.sec03_bottom p {
    font-size: 20px;
    line-height: 2em;
    font-weight: bold;
    margin: 0 auto;
}

.cv3 {

}
.cv3 .band_title {
    background: #b82f44;
}
.cv3 .cv_bloc {
    background: url(../images/bg_cv2.jpg) no-repeat center top;
    background-size: cover;
    padding: 4em 0 4em;
}
.cv3 .cv_bloc .logo {
    margin-bottom: 2em;
}

.sec04 {

}

.sec04 .band_title {
    background: #8d6b52;
    background: #b18a38;
    background: -moz-linear-gradient(top, #b18a38 0%, #edb374 100%);
    background: -webkit-linear-gradient(top, #b18a38 0%,#edb374 100%);
    background: linear-gradient(to bottom, #b18a38 0%,#edb374 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b18a38', endColorstr='#edb374',GradientType=0 );
}

.sec04 .band_arrow:after {
		border-color: #edb374 transparent transparent transparent;
}

.sec04 .band_title .logo {
    margin-bottom: 1em;
}
.sec04_bloc {
		background: url(../images/bg_sec04.jpg) no-repeat center bottom;
    padding: 3em 0 3em;
    box-sizing: border-box;
    height: 1020px;
}
.sec04_bloc .inner {
    width: 100%;
    height: 100%;
    position: relative;	
}
.sec04_bloc ul {
	list-style: none;
}
.sec04_bloc ul li {
		position:absolute;
}
.sec04_bloc ul li:nth-child(1) {
    left: -8em;
    top: 19em;
}
.sec04_bloc ul li:nth-child(2) {
    left: -10em;
    top: 3em;
}
.sec04_bloc ul li:nth-child(3) {
    right: 22.5em;
    top: -1em;
}
.sec04_bloc ul li:nth-child(4) {
    right: -42px;
    top: 0em;
}
.sec04_bloc ul li:nth-child(5) {
    right: -108px;
    top: 13em;
}

.sec04_bloc h3 {
		position: absolute;
    bottom: 0em;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.sec05 {

}

.sec05 .band_title {
		background:#b82f44;
}
.sec05 .band_arrow:after {
    border-color: #b82f44 transparent transparent transparent;
}

.sec05 .band_title2 {
		color:#fff;
    background: #8d6b52;
    background: #b18a38;
    background: -moz-linear-gradient(top, #b18a38 0%, #edb374 100%);
    background: -webkit-linear-gradient(top, #b18a38 0%,#edb374 100%);
    background: linear-gradient(to bottom, #b18a38 0%,#edb374 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b18a38', endColorstr='#edb374',GradientType=0 );
    padding: 2em 0 1em;
}
.sec05 .band_title2 .xlarge {
    font-size: 4em;
    line-height: 1;
}

.sec05_bloc {
    padding: 4em 0;

}
.sec05_bloc ol {
		margin-bottom:0;
}
.sec05_bloc ol li {
    align-items: center;
    justify-content: space-between;
}

.sec05_bloc ol li + li {
		margin-top:0;
}
.sec05_bloc ol li figure {
    margin-left: 1em;
}
.sec05_bloc ol li .detail {
    flex: 1 0 0%;
}
.sec05_bloc ol li .detail h3 {
    text-align: left;
}
.sec05_bloc ol li .detail h3 .image {

}
.sec05_bloc ol li .detail h3 .text {
    display: block;
    text-align: left;
    font-size: 38px;
    line-height: 1.2em;
    font-weight: normal;
    /* flex: 1 0 0%; */
    margin-top: 0.5em;
    width: 100%;
}

.sec05_bloc ol li .detail h3 .text:first-letter {
    color: #b82f44;
}

.sec05_bloc ol li .detail p {
    padding: 1em;
    text-align: left;
    font-size: 17px;
    font-weight: bold;
}

.sec05_bloc ol li:nth-child(even) {
    flex-direction: row-reverse;
}

.sec05_bloc ol li:nth-child(even) figure {
    margin-left: 0;
		margin-right: 1em;
}

.sec05_bloc .sec05_catch {

}

.sns {
    padding: 4em 0;
}

.sec06 {
    padding: 4em 0;
    background: url(../images/bg_sec06.jpg) no-repeat center top;
}
.sec06 h2 {
    margin-bottom: 2em;
}

.voice {
    background: url(../images/bg_voice.jpg) no-repeat center top;
    background-size: cover;
    padding: 0;
}

.voice .band_title {
		color: #fff;
    background: #8d6b52;
    background: #b18a38;
    background: -moz-linear-gradient(top, #b18a38 0%, #edb374 100%);
    background: -webkit-linear-gradient(top, #b18a38 0%,#edb374 100%);
    background: linear-gradient(to bottom, #b18a38 0%,#edb374 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b18a38', endColorstr='#edb374',GradientType=0 );
}
.voice .band_arrow:after {
    border-color: #edb374 transparent transparent transparent;
}

.voice h2 {
    margin-bottom: 2em;
}
.voice_bloc {
    padding: 4em 0 2em;	
}
.voice_bloc ul {

}
.voice_bloc ul li {
    align-items: flex-start;
    justify-content: center;
    width: 48%;
		margin-bottom:2em;
}
.voice_bloc ul li figure {
    margin-right: 1em;
}
.voice_bloc ul li .detail {
    flex: 1 0 0%;
    text-align: left;
}

.voice_bloc ul li .detail .age {
    font-size: 18px;
    line-height: 1em;
    color: #fff;
    background: #000;
    padding: 10px;
    display: inline-block;
}

.voice_bloc ul li .detail h3 {
		display: block;
    text-align: left;
    font-size: 28px;
    line-height: 1.2em;
    color: #b82f44;
    font-weight: normal;
    flex: 1 0 0%;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}
.voice_bloc ul li .detail p {
    text-align: left;
    font-size: 15px;
    font-weight: bold;
}

.b_f{
    background: url("../images/b_f_bak.jpg");
    background-size: cover;
    padding: 30px 0px 40px;
}

.b_f_inner02 ul li{
    display: inline-block;
    width: 47.5%;
    margin-right: 3%;
}

.b_f_inner02 ul li:nth-child(even){
    margin-right: 0px;
}

.sec05 + .cv2 {
    background: url(../images/bg_cv2.jpg) no-repeat center top;
    border: none;
    padding: 4em 0 0;
}

.info {
	padding: 0 0 4em;
    max-width: 1000px;
    margin: 0 auto;
}

.info .band_title {
    color: #fff;
    background: #8d6b52;
    background: #b18a38;
    background: -moz-linear-gradient(top, #b18a38 0%, #edb374 100%);
    background: -webkit-linear-gradient(top, #b18a38 0%,#edb374 100%);
    background: linear-gradient(to bottom, #b18a38 0%,#edb374 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b18a38', endColorstr='#edb374',GradientType=0 );
}
.info .band_arrow:after {
    border-color: #edb374 transparent transparent transparent;
}

.infotitle {
    margin-top: 5%;
}

.info h2 {
		margin-bottom: 1em;
}
.info h2 + h3 {
    margin-bottom: 1em;
    background: #e73968;
    color: #fff;
    font-size: 31px;
    line-height: 1.2em;
    padding: 0.3em;
}
.info figure {
    margin-top: 4em;
    margin-bottom: 4em;
}
.info_bloc {
		color:#313131;
}
.info_bloc h3 {
		font-size: 36px;
    font-style: italic;
    font-weight: normal;
    color: #313131;
    font-weight: bold;
}
.info_bloc h4 {
    font-size: 33px;
    font-weight: bold;
    margin-bottom: 0.5em;
}
.info_bloc p {
    font-weight: bold;
}
.info iframe {
    margin-bottom: 5%;
}
.info_bloc dl {
    color: #313131;

    margin: 0 auto;
}
.info_bloc dl + dl {
    margin-top: 2em;
}
.info_bloc dl dt {
    text-transform: uppercase;
    font-size: 27px;
    position: relative;
    margin: 0 auto 1em;
    max-width: 710px;
}
.info_bloc dl dt:after {
	content: "";
    border-top: solid 1px #1b1b1b;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 21px;
    left: 0;
    margin-top: 5%;
}
.info_bloc dl dt span {
    background: #fff;
    /* color: #fff; */
    position: relative;
    z-index: 1;
    display: inline-block;
    font-style: italic;
    line-height: 1;
    width: 300px;
    box-sizing: border-box;
    font-weight: bold;
}
.info_bloc dl dd {
    margin: 0;
    line-height: 1.4em;
}
.info_bloc dl dd p {
    font-weight: bold;
}
.info_bloc dl dd h4 {
    font-size: 28px;
    line-height: 1.4em;
    color: #edb374;
    margin-bottom: 1em;
    font-weight: normal;
}

.info_bloc dl dd .map {
    margin-top: 2em;
}
.info_bloc dl dd .map iframe {
    width: 100%;
}

.access_bloc {
		margin-top:2em;
}

.tel_bloc {
    margin-bottom: 2em;
}

/*main(access footer)*/
main {
    display: block;
}
#l-access {
    color: #fff;
    padding: 63px 0;
}
.c-inr {
    width: 90%;
    margin: 0 auto;
    max-width: 1000px;
}
.c-bg-wine {
    background-color: #935c54;
}
.c-wing-h2.c-wing-h2__white {
    color: #fff;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
}
.u-font-bold {
    font-weight: 700;
}
.c-wing-h2 p {
    margin-top: 23px;
    margin-bottom: 10px;
    font-size: 35px;
}
l-access__content__inr figure{
    display: flex;
}

@media screen and (min-width: 769px) {
figure {
    margin: 0 auto;
    display: flex !important;
}
.l-access__content__info--gmap iframe {
    width: 450px;
    height: 450px;
}
}
.l-access__content__img {
    width: 100%;
    letter-spacing: -.4em;
    margin-bottom: 20px;
}
.l-access__content__img img {
    width: 49%;
}
.l-access__content__info h3 {
    font-size: 17px;
    font-size: 1.7rem;
    margin-bottom: .5em;
}
.l-access__content__info p {
    margin-bottom: 20px;
    font-weight: bold;
    color: #fff;
    font-size: 13px;
}
.l-access__content__info .l-access__content__info--gmap, .ui-spinner, .ui-spinner-button {
    overflow: hidden;
}
footer {
		background: #fff;
    /* color: #fff; */
    max-width: 1600px;
    margin: 0 auto;
    padding: 3em 0 0;
}
footer .foot_logo {
	margin-bottom: 1em;
    width: 35%;
    margin: 0 auto;
}

footer address {
    font-size: 14px;
    font-style: normal;
    margin-bottom: 2em;	
}
footer address span {
    font-size: 18px;
    line-height: 1.4em;
    font-weight: bold;
    display: block;
    margin-bottom: 1em;
}

footer .copy {
		background: #b82f44;
    color: #fff;
    font-size: 14px;
    line-height: 1;
    padding: 14px 0 10px;
}

@media screen and (min-width: 769px) {
/*form*/
form{
    background: #fff;
    padding: 50px 100px;
    background-image: url("../images/contact_img_bak.jpg");
    background-position: right bottom 1000px;
    background-repeat: no-repeat;
    background-size: 600px;
    border:solid 5px #ececec;
    border-radius: 10px;
    text-align: left;
    margin: 0 auto;
}
}

.p-top-contact__h {
    text-align: center;
    background: #7a1c0f;
    padding: 23px 0;
    color: #fff;
    font-size: 30px;
}

.p-top-contact_form_dl {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.p-top-contact_form_dl dt {
    width: 50%;
    box-sizing: border-box;
    font-size: 18px;
    margin-right: 3%;
    font-size: 15px;
}
.p-top-contact_form_dl dd {
    width: 100%;
    box-sizing: border-box;
    font-size: 15px;
}
.p-top-contact_form_dl dd, .p-top-contact_form_dl dt {
    color: #825f28;
    font-weight: 700;
    line-height: 1;
    padding: 1%;
}
.p-top-contact_form_item-state {
    font-size: 15px;
    border-radius: 5.5px;
    display: inline-block;
    color: #fff;
    padding: 5px 10px;
    text-align: center;
    margin-right: 10px;
    vertical-align: middle;
}
.p-top-contact_form_hissu {
    background-color: #ff665e;
}
.p-top-contact_form_none{
    background-color: #825f28;
}

[type="text"], [type="tel"], [type="email"], [type="number"], select, textarea {
    width: 100%;
    border: 1px solid #c0af93;
    border-radius: 7.5px;
    color: #825f28;
    padding: 10px;
    font-size: 15px;
    box-sizing: border-box;
    height: auto;
    min-height: auto;
}
input.name{
    margin-left: 5px;
    width: auto;
    max-width: 150px;
}
input.age {
    max-width: 110px;
}
input.tel {
    width: 110px;
    margin: 0px 7px;
    margin-left: 7px;
}
input.tel:first-child {
    margin-left: 0px;
}
input.tel:last-child{
    margin-right: 0px;
}
dd.form-in2 span {
    font-size: 13px;
    font-weight: normal;
    color: #e38f51;
    margin-top: 5px;
    display: block;
}
dd.form-in2 select{
    width: auto;
    min-width: 155px;
    margin-right: 5px;
    height: auto;
    min-height: auto;
}
dd.form-in2 select:first-child{
    margin-bottom: 13px;
}
dd.form-in3_radio label{
    display: block;
    margin-bottom: 3px;
}
dd.form-in3_radio label:last-child{
    margin-bottom: 0px;
}
dd.form-in4 input, dd.form-in4 select{
    width: auto;
    width: 155px;
    min-width: 155px;
    margin-right: 5px;
}
button, input, select, textarea{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
form input[type="checkbox"] {
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
    appearance: checkbox;
}

form input[type="radio"]{
    -webkit-appearance: radio;
    -moz-appearance: radio;
    appearance: radio;
    position: relative;
    top: 2px;
    margin-right: 5px;
}
dd.form-in_radio span{
    display: inline-block;
    margin: 7px 10px 7px 0px;
    color: #825f28;
    font-size: 15px;
}

.submit_btn input {
    background: #ff665e;
    border-radius: 8px;
    width: 90%;
    margin: 0 auto;
    max-width: 345px;
    display: block;
    color: #fff;
    font-size: 28px;
    letter-spacing: 1px;
    padding: 8px 0;
    border:0px;
}
div.p-top-contact_form_privacy dt, div.p-top-contact_form_privacy dd{
    font-size: 11px;
    color: #5b3b27;
}
div.p-top-contact_form_privacy dl{
    margin-bottom: 14px;
}

.privacy_policy{
    margin-top: 3%;
}
.privacy_policy h2{
    background: #ff9e49;
    color: #fff;
    padding: 10px;
    margin-bottom: 15px;
    text-align: center;
}
.privacy_policy p.small{
    font-size: 13px;
}


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

.sp {
    display: block;
}
.pc {
    display: none;
}    
body {
    min-width: initial;
    height: auto;
}

header {
    padding: 10px;
    padding-top: 23%;
}
header p {
    font-size: 15px;
    margin: 3px;
}

/* sp header popup */
div.head_box{
    background:#b82f44;
    position: fixed;
    z-index: 10;
    width: 100%;
}
div.head_box .inner{
    overflow: hidden;
    width: 100%;
    margin: 0px auto;
    padding: 10px 0px;
}
div.head_box .inner .left{
    float: left;
    width: 30%;
    padding-left: 3%;
}
div.head_box .inner .left p{
    padding: 0px;
    margin: 0px;
    padding-top: 8%;
}
div.head_box .inner .right{
    float: right;
    width: 57%;
}
div.head_box .inner .right ul{
    padding: 0;
    margin: 0;
}
div.head_box .inner .right ul li{
    display: inline-block;
    margin-right: 3%;
    width: 25%;
}
div.head_box .inner .right ul li a img{
    vertical-align: top;
}

.mv {
    background: url(../images/bg_mv_sp.jpg) no-repeat center;
    background-size: cover;
    padding: 1em;
}
.mv .logo {
    text-align: left;
    width: 20vw;
}
.mv_bloc {
    width: 52vw;
}
.mv_sub_bloc {
    margin-top: 0.5em;
}
.mv_sub_bloc p:nth-child(1) {
		width: 60vw;
}
.mv_sub_bloc p:nth-child(2) {
    margin-top: 0.5em;
}

.band_title {
    padding: 0.5em;
}
.band_title p {
    font-size: 5vw;
}
.band_title span.xlarge {
    font-size: 6vw;
}
.band_title span.large {
    font-size: 7vw;
}

.cv_bloc {
    padding: 1em;
}
.cv_bottom {
    padding: 0;
    margin-bottom: 1em;
}
.cv_btn_bloc a {
    margin: 0 auto;
}
.cv_btn_bloc a + a {
    margin-top: 0.5em;
}

.sec01 {
    padding: 1em 1em 3em;
}
.sec01 h3 {
    margin-bottom: 1em;
}
.sec01_bloc figure {
    width: 20vw;
}
.sec01_bloc {
    padding-bottom: 10vw;
    margin-bottom: 1em;
}
.sec01 h2 {
    margin-bottom: 0.5em;
}
.sec02 .band_title .logo {
    width: 50vw;
    margin: -10vw auto 0.5em;
}
.sec02_bloc {
    padding: 1em;
}
.sec02_item + .sec02_item {
    margin-top: 3em;
}
.sec02_item .upper {
    width: 100%;
    padding: 0;
    flex: none;
}
.sec02_item .upper h3 .image {
    margin-bottom: 0.5em;
    text-align: center;
}
.sec02_item .upper h3 .image img {
    width: 95%;
    display: inline-block;
}
.sec02_item .upper h3 .text {
    font-size: 22px;
    text-align: center;
}
.sec02_item .upper h3 {
    margin-bottom: 0.5em;
}
.sec02_item .upper p {
    font-size: 14px;
    line-height: 1.4em;
}
.sec02_item figure {
    width: 60vw;
    margin: 0 auto 0;
}
.sec02_item .bottom {
    margin-top: 1em;
}
.sec02_item .bottom h4 {
    font-size: 19px;
}
.sec02_item .bottom h4 figure {
    width: 30vw;
    margin: 0 auto 0.5em;
}
.sec02_item .bottom h4 span {
    width: 100%;
}

.sec02_item .bottom .detail dl {
    width: 100%;
    display: block;
}
.sec02_item .bottom .detail dl dt {
    font-size: 15px;
    max-width: 100%;
    width: auto;
    margin: 0 auto;
    text-align: center;
    padding: 4% 0;
}
.sec02_item .bottom .detail dl dd {
    font-size: 13px;
}
.sec02_item:nth-child(even) .upper {
    padding: 0;
}
.sec02_item .bottom p {
    font-size: 14px;
    line-height: 1.4em;
}
.sec02_item .bottom .detail {
    margin-top: 0;
}


.cv2 {
    padding: 1em;
}
.cv2 .upper {
    margin-bottom: 1em;
    align-items: center;
    justify-content: space-between;
}
.cv2 .upper figure {
    width: 50%;
    margin: 0 auto;
}
.cv2 .upper h2 {
    width: 42%;
    margin: 0 1em 0 0;
}
.sec03 .band_title2 {
    padding: 1em;
}
.band_arrow:after {
    border-width: 15px 15px 0 15px;
    bottom: -15px;
}


.sec03 {

}
.sec03_wrap {
    background: url(../images/bg_sec03_sp.jpg) no-repeat right top;
    background-size: cover;
    padding: 1em;
}
.sec03_item .detail {
    margin: 0;
    width: 100%;
    flex: unset;
}
.sec03_item .detail h3 {
    margin-bottom: 0.5em;
    justify-content: center;
        margin-top: 0;
}
.sec03_item .detail h3 .text {
    font-size: 22px;
    text-align: left;
    flex: unset;
}
.sec03_item .detail p {
    text-align: left;
    font-size: 14px;
}
.sec03_item figure {
    width: 21vw;
    margin: 0 auto 0.5em;
}
.sec03_item:nth-child(even) .detail {
    margin-left: 0;
    margin-right: 0;
}
.sec03_bottom p {
    font-size: 16px;
}
.sec03_bloc {
    margin-bottom: 1em;
    width: 100%;
}

.cv3 .band_title {
		padding: 0.5em;
    letter-spacing: -1px;
}
.cv3 .cv_bloc {
    padding: 1em;
}
.cv3 .cv_bloc .logo {
    width: 60vw;
    margin: 0 auto 1em;
}

.sec03_item {
		background: rgba(255, 255, 255, 0.5);
    padding: 0.5em;
    border-radius: 10px;
}
.sec03_item + .sec03_item {
    margin-top: 1em;
}
.sec03_item .detail h3 .image {
    margin-bottom: 0;
    max-width: 80px;
}

.sec04 .band_title .logo {
    width: 50vw;
    margin: -10vw auto 0.5em;
}
.sec04_bloc {
    padding: 1em 1em 1em;
    height: 100vw;
    background: url(../images/bg_sec04_sp.jpg) no-repeat center bottom;
    background-size: 130%;
}
.sec04_bloc h3 {
    bottom: 0em;
}
.sec04_bloc ul li {
    width: 30vw;
}
.sec04_bloc ul li:nth-child(1) {
    left: 0vw;
    top: 28vw;
    width: 18vw;
}
.sec04_bloc ul li:nth-child(2) {
		left: 3vw;
    top: 6vw;
    width: 36vw;
}
.sec04_bloc ul li:nth-child(3) {
		right: 22vw;
    top: 2vw;
    width: 30vw;
}
.sec04_bloc ul li:nth-child(4) {
		right: 1vw;
    top: 17vw;
    width: 31vw;
}
.sec04_bloc ul li:nth-child(5) {
    right: 0vw;
    top: 32vw;
    width: 17vw;
}
.sec05 .band_title2 .xlarge {
    font-size: 6.3vw;
    line-height: 1;
}
.sec05 .band_title2 {
    padding: 1em;
}
.sec05 .band_title2 img {
    width: 60vw;
}
.sec05_bloc {
    padding: 1em;
}
.sec05_bloc ol {
    margin-bottom: 0;
    padding: 0;
}
.sec05_bloc ol li .detail h3 .text {
	font-size: 23px;
    width: auto;
    /*flex: 1 0 0%;*/
    margin-left: 0.5em;
}
.sec05_bloc ol li .detail p {
    font-size: 14px;
    line-height: 1.4em;
}
.sec05_bloc ol li .detail {
    flex: unset;
    margin-bottom: 0;
    width: 100%;
}
.sec05_bloc ol li .detail h3 .image {
    display: block;
    width: 20vw;
}
.sec05_bloc ol li .detail h3 {
	text-align: left;
    align-items: center;
    justify-content: center;
    margin: 0px;
}

.sec05_bloc ol li figure {
    margin: 0 auto;
    width: 60vw;
}
.sec05_bloc ol li:nth-child(even) {
    flex-direction: unset;
}
.sec05_bloc ol li:nth-child(even) figure {
    margin: 0 auto;
}
.sec05_bloc ol li + li {
    margin-top: 1em;
}
.sec05 + .cv2 {
    padding: 1em 0 0.5em;
}
.sec05 + .cv2 .upper {
		margin:0;
}

.voice {
    padding: 0;
    background-size: cover;
    background: url(../images/bg_voice_sp.jpg) center top;
}
.voice h2 {
    margin-bottom: 1em;
}
.voice_bloc {
    padding: 2em 1em 0;
}
.voice_bloc ul li {
    width: 100%;
}
.voice_bloc ul li figure {
    margin: 0 auto;
    width: 14vw;
}
.voice_bloc ul {
    padding: 0;
    margin: 0px;
}
.voice_bloc ul li .detail {
    flex: unset;
    text-align: center;
}
.voice_bloc ul li .detail h3 {
    font-size: 22px;
    text-align: center;
}
.voice_bloc ul li .detail p {
    font-size: 14px;
    line-height: 1.4em;
    padding: 0.5em;
}
.voice_bloc ul li + li {

}
.voice_bloc ul li .detail .age {
    font-size: 15px;
}

.b_f{
    padding: 7% 3%;
}

.b_f_inner02 ul{
    margin: 0px;
    padding: 0px;
}

.b_f_inner02 ul li{
    width: 80%;
    margin-right: 0px;
    margin-bottom: 3%;
}

.b_f_inner02 ul li:last-child{
    margin-bottom: 0px;
}

.sec06 {
    padding: 1em;
}
.sec06 h2 {
    width: 40vw;
    margin: 0 auto 1em;
}


.barrier{
    margin: 3% 3% 7%;
}

.info_bloc dl dd h4 {
    margin-top: 0.4em;
}
.info_bloc dl dd p {
    font-size: 16px;
    text-align: left;
}

.info {
    position: relative;
    padding: 0;
    /* margin-top: -2vw; */
    z-index: 2;
    background-size: contain;
}
.info figure {
    margin: 2em 1em 0;
}
.info h2 {
    width: 100%;
    margin: 0 auto;
    padding: 1em 0 0.5em;
    color: #fff;
    font-size: 6vw;
}
.info h2 + h3 {
    font-size: 6vw;
}


.info_bloc {
    padding: 1em;
}
.access_bloc {
    margin-top: 1em;
}
.info_bloc dl dt {
    font-size: 1.1em;
    margin-bottom: 0.5em;
}
.info_bloc dl dt span {
    font-size: 30px;
}
.info_bloc dl dt:after {
    top: 16px;
}
.info_bloc dl + dl {
    margin-top: 1em;
}

.info_bloc h3 {
    font-size: 1.4em;
}
.info_bloc h4 {
    font-size: 1.3em!important;
    line-height: 1.2em;
}
.info_bloc dl dd {
    margin: 0;
    font-size: 14px;
}
#l-access {
    color: #fff;
    padding: 1px 0;
}

footer {
		padding: 1em 0 0;
}
.foot_logo {
    max-width: 160px;
    margin: 0 auto;
    width: 20vw;
}
footer .copy {
    margin-top: 0.5em;
    font-size: 10px;
    padding-bottom: 27%;
}
footer address {
		padding: 0 1em;
    margin-bottom: 1em;
    font-size: 12px;
    line-height: 1.4em;

}
footer address span {
		font-size: 14px;
    line-height: 1em;
    font-weight: bold;
    margin-bottom: 0;
    display: block;
    font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
}
.footer_design {
    height: 100px;
    background: url(../images/bg_footer_design_sp.jpg) no-repeat center;
}

/*form*/
form {
    background: #fff;
    padding: 3%;
    background-image: url(../images/contact_img_bak.jpg);
    background-position: left bottom 43%;
    background-repeat: no-repeat;
    background-size: 600px;
    border: solid 5px #ececec;
    border-radius: 10px;
    text-align: left;
    margin: 0 auto;
}
.form-in1 {
    width: 100%!important;
}
.form-in2 {
    width: 100%;
    margin-left: 0;
}
dd.form-in2 select{
    min-width: 135px;
}
input.name {
    max-width: 100px;
}
input.tel {
    width: 27%;
}
.info h2 {
    text-align: center;
}

figure {
    margin: 0 auto;
    display: block!important;
}
.l-access__content__img img {
    max-width: 100%;
}
.l-access__content__info--gmap iframe {
    width: 100%;
    height: 350px;
}

/* footer popup */
footer p.btn{
    position: fixed;
    bottom: 0px;
    z-index: 10;
    width: 100%;
    text-align: center;
}
footer p.btn a{
    margin-right: 0!important;
}
footer p.btn img{
    display: inline;
}


}
