/*greeting*/

@media screen and (min-width: 64.0625em)
    {
    .tp--ab__in {
        max-width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }
}

.tp--ab__in {
   /* width: 100%;
    margin: 0 auto;
    max-width: 600px;*/
}
span._c {
    /*display: inline-block;
    white-space: nowrap;
    position: relative;*/
}
.a--dye.is-v, .is-v .a--dye {
    -webkit-transition: opacity 0.6s cubic-bezier(0.47, 0.05, 0.1, 1),-webkit-transform 0.6s cubic-bezier(0.47, 0.05, 0.1, 1);
    transition: opacity 0.6s cubic-bezier(0.47, 0.05, 0.1, 1),-webkit-transform 0.6s cubic-bezier(0.47, 0.05, 0.1, 1);
    -o-transition: transform 0.6s cubic-bezier(0.47, 0.05, 0.1, 1),opacity 0.6s cubic-bezier(0.47, 0.05, 0.1, 1);
    transition: transform 0.6s cubic-bezier(0.47, 0.05, 0.1, 1),opacity 0.6s cubic-bezier(0.47, 0.05, 0.1, 1);
    transition: transform 0.6s cubic-bezier(0.47, 0.05, 0.1, 1),opacity 0.6s cubic-bezier(0.47, 0.05, 0.1, 1),-webkit-transform 0.6s cubic-bezier(0.47, 0.05, 0.1, 1);
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

span._o, span._i {
    display: inline-block;
}
.a--dye {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    opacity: 0;
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
}

.m--th__ttl {
    font-size: 1.375rem;
    letter-spacing: .07em;
    line-height: 1.54545;
    margin: 0.5rem 0 0;
}
.f--en {
    font-family: "OptimaLTProRoman", YakuHanMP, yu-mincho-pr6n, 'YuMincho', 'Hiragino Mincho ProN', 'Yu Mincho', 'MS PMincho', 'Times New Roman', serif;
}
@media screen and (min-width: 64.0625em)
{
    .m--th__ttl._l {
        font-size: 2.125rem ;
        line-height: 1.47059;
        margin: 0.5rem 0 0;
    }
}

.m--th__ttl._l {
    font-size: 2rem ;
    line-height: 1.38462;
    margin: 0.625rem 0;
}
.img-staff{
    /*width: 20%;*/
    max-width: 100%;
    width: 100%;
}
@media screen and (max-width: 480px)
{
    .greeting-content{
        font-size: 1rem
    }
}
.greeting-content {
    padding-left: 0 !important
}


.block .fukidashi {
    position: relative;
    display: inline-block;
    margin: 1em 0;
    padding: 20px 30px 30px;
    min-width: 120px;
    max-width: 100%;
    color: #555;
    font-size: 16px;
    background: #8e6e4b;
    -webkit-clip-path: polygon(67% 0,100% 20%,98% 62%,81% 91%,52% 88%,48% 100%,43% 89%,7% 82%,0 45%,8% 9%);
    clip-path: polygon(67% 0,100% 20%,98% 62%,81% 91%,52% 88%,48% 100%,43% 89%,7% 82%,0 45%,8% 9%);
}

.block .fukidashi h2 {
    color: #fff;
    margin: 0;
    padding: 0;
    font-weight: 700;
    font-family: 'M PLUS Rounded 1c',sans-serif;
    font-size: 18px;
}
.block .fukidashi h2 span {
    display: block;
}

 
.fukidashiList ul {
  border: solid 2px skyblue;/*線の設定*/
  padding: 0.5em 1em;
  position: relative;
  margin:0;
}

.fukidashiList ul li {
  line-height: 1.5;
  padding: 0.5em 0;
  list-style: none!important;
  font-weight: bold;
}

.fukidashiList ul li i {
    color: #84ceed;
}


.block__title {
    text-align: center;
    font-weight: 700;
    color: #666;
    font-family: 'M PLUS Rounded 1c',sans-serif;
    font-size: 18px;
}
.block__title:after {
    content: "";
    display: block;
    background: linear-gradient(to bottom right,#ef749c,#e25d5d);
    padding-top: 2px;
    width: 80px;
    margin: 8px auto 0;
}
.block__feature {
    padding: 20px 0;
    text-align: center;
}
.block__feature-box {
    width: 46%;
    padding: 18px 0;
    margin: 3% .5%;
    border: solid 2px #8e6e4b;
    border-radius: 20px;
    display: inline-block;
}

@media only screen and (min-width: 48em) {
	.block__feature-box {
	    width: 31% !important;
	}
	.block__feature-box img {
    	height: 60px !important;
	}
	.block__feature-box h3 {
	    font-size: 16px !important;
	}
	.block__feature-box p {
	    font-size: 14px !important;
	}
}
.block__feature-box img {
    width: auto;
    height: 40px;
    margin-bottom: 10px;
}
.block__feature-box h3 {
    font-size: 14px;
    color: #8e6e4b;
    margin-bottom: 8px;
}
.block__feature-box p {
    font-size: 10px;
}
.block__feature-box h3 span {
    display: block;
}



.mg__top__xl {
    margin-top: 80px!important;
}
.bg__yellow {
    background-color: #fac83c;
}
.pd__bottom__xl {
    padding-bottom: 80px!important;
}
.pd__top__xl {
    padding-top: 80px!important;
}
.mg__bottom__l {
    margin-bottom: 40px!important;
}
.text__xl {
    font-size: 2.5rem;
}
.text__bold {
    /*font-weight: 700;*/
}
.sub, .sup {
    font-size: 50%;
}
.sup {
    vertical-align: text-top;
}
.fa-registered:before {
    content: "\f25d";
}
.fa-registered:before {
    content: "\f25d";
}

.protein__reason {
    border-radius: 10px;
    padding: 40px;
}

.bg__white {
    background-color: #fff;
}
.protein__markpen {
    color: #ff9b00;
}
.mg__bottom__s {
    margin-bottom: 10px!important;
}
.text__xxxl {
    font-size: 4.5rem;
}
.text__justify {
    text-align: justify;
}
.text__m {
	font-size: 1.5rem
}
.protein__reason__text {
    line-height: 1.8;
    border-bottom: 2px solid #f0f0f0;
}
.pd__bottom__l {
    padding-bottom: 40px!important;
}
.mg__bottom__l {
    margin-bottom: 40px!important;
}
.text__center{
	text-align:center;
}


.bg__yellow p:last-child {
    margin-bottom: 0;
}

.bg__yellow p:last-child {
    margin-bottom: 0;
}
.mg__top__m {
    margin-top: 20px!important;
}


.protein__image{
    width: 100%;
    height: auto;
}
.text__s {
    font-size: 1rem;
}
.block-food p, .block-senmon p, .guest p{
    color: #5a5a5a;
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}

.mg__bottom__s {
    margin-bottom: 10px!important;
}
.mg__top__s {
    margin-top: 10px!important;
}
.protein__doctor, .protein__voice {
    border-radius: 10px;
    border: 2px solid #f0f0f0;
}

.protein__doctor {
    padding: 30px;
}
.mg__bottom__m {
    margin-bottom: 20px!important;
}

.bg__gray {
    background-color: #f0f0f0;
}

.protein__voice {
    height: 100%;
    padding: 30px 30px 40px;
}

.protein__doctor, .protein__voice {
    border-radius: 10px;
    border: 2px solid #f0f0f0;
}
.protein__voice__title {
    line-height: 2;
}
.text__right {
    text-align: right;
}
.text__gray__dark {
    color: #828282;
}

.protein__gift, .protein__qa {
    display: table;
    width: 100%;
}
.protein__qa:nth-child(odd) {
    margin-bottom: 15px;
}
.protein__qa dt{
    width: 50px;
}

.protein__qa dd, .protein__qa dt {
    display: table-cell;
    vertical-align: top;
}
.protein__qa:nth-child(2n) {
    margin-bottom: 50px;
}
.protein__qa, .protein__qa   {
    display: table-cell;
    vertical-align: top;
}
.protein__qa {
    width: calc(100% - 50px);
    display: inline-block;
}
.protein__qa:nth-child(odd) dd {
    padding-top: 7px;
}
.protein__qa dd {
    width: calc(100% - 50px);
}
.protein__qa dd, .protein__qa dt {
    display: table-cell;
    vertical-align: top;
}
.protein__markpen{
    color: #ff9b00;
}

.protein__markpen {
    color: #ff9b00;
}

.tag__point, .text__black {
    color: #5a5a5a;
}
.btn.round {
    line-height: 44px;
    border-radius: 44px;
    padding: 0 20px;
    border: 1px solid #5a5a5a
}
.btn_round .btn{
    outline: none !important;
    outline-offset: 0 !important;
    box-shadow: none !important;
}
.footer-link  {
    text-align: center;
    margin-top: 4em;
    margin-bottom: 2em;
}
.footer-link li{
    font-size: .9em;
    margin-bottom: 1em;
    list-style: none;
}
.footer-link a {
	color: #5a5a5a
}
#copy {
    border-top: 1em solid #f7cf51;
    text-align: center;
    font-size: .75em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0.5em;
}



/* regist form*/

.required .formHeading:after {
    background: #ff0095;
}

.required .formHeading:after {
    color: #FFFFFF;
}
.required .formHeading:after {
    content: "必須";
    display: inline-block;
    padding: 1px 4px;
    border-radius: 3px;
}
.required .formHeading:after {
    font-size: 11px;
}
.col-form-label {
	font-weight: normal;
}
.block-register .form-group:after {
    display: block;
    margin: 0 15px 15px 15px;
    padding-bottom: 20px;
    height: auto;
    width: 100%;
    border-bottom: dotted 1px #CCC;

}

.btn-submit:hover{}
.block-register .btn {
    color: #FFFFFF !important;
	
}
.btn-submit {
    background-color: #3f2425 !important;
    border-color: #357EBD  !important;
}
.btn-lg {
    padding: 12px 55px !important;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

.error input, .error textarea, .error select, .error span.value label {
    background-color: #FFE1E1;
}
.error-msg{
	color: red
}

/* end regist form */


.slider .protein__doctor{
    padding: 10px;
}