.link:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 5px;
    height: 5px;
    border-top: 1px solid #c01a8a;
    border-right: 1px solid #c01a8a;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    margin: -2px 8px 0 0;
}

.por {
    position: relative;
}

.anchor {
    position: absolute;
    top: -100px;
}

@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, .foo { color: red } /* IE11 */
    .anchor {
        position: absolute;
        top: -130px;
    }
}

@media (max-width: 1000px) {
    .anchor {
        top: -60px;
    }
}

.textLink {
	text-decoration: underline;
}

a.mailLink span i {
    display: inline-block;
    width: 0;
    height: 0;
    font-size: 0;
}

a.mailLink span:after {
    content: "@";
}

.c-title__container h2 {
    width: 840px;
}

@media (max-width: 1000px) {
    .c-title__container h2 {
       width: calc(100% - 80px);
    }
}

.c-bread br.u-for-pc {
    display: none;
}


/**********************************
　announcement
**********************************/
/* トップページ
---------------------------------*/
.is-complete .p-topKv__copy {
    font-family: a-otf-ryumin-pr6n, "游明朝",YuMincho,"Hiragino Mincho ProN W3","ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
    font-weight: 300;
    font-style: normal;
}

.p-top #announcement div {
    width: calc(100% + 40px);
    background-color:#f5f5f5;
    padding:20px;
    margin:-20px 0 10px -20px;
    font-size: 1.4rem;
}

.p-top #announcement div h3 {
    font-size: 1.4rem;
    margin-bottom: 8px;
}



/* 事業内容一覧
---------------------------------*/
.p-store__section__list dt .announcement {
    display: block;
    font-weight: normal;
    font-size: 1.2rem;
}

.p-store__section__list dt .announcement .red {
    color: #d5253a;
}

.p-store__section__list dt .announcement.close {
	display: block;
    font-weight: bold;
    background-color: #ffeeec;
    padding: 3px 5px;
}

.p-store .information .tochimaru,
.p-store__section__list dt .tochimaru {
    display: inline-block;
    font-weight: normal;
    font-size: 1.1rem;
    padding: 0 5px;
    border: 1px solid #000;
    margin-bottom: 5px;

}

@media (max-width: 1000px) {
    .p-storeIndex__logo--off {
        max-width: 300px;
    }
}

/* 事業内容詳細
---------------------------------*/
.p-store #announcement,
.p-store .information {
    background-color:#ffeeec;
    padding:20px;
    margin:30px 0;
}

.p-store #announcement h3,
.p-store .information h3 {
    font-size: 1.6rem;
}

.p-store .info {
    padding:0;
    margin-bottom: 30px;
}

.p-store .info .box {
    padding:20px;
    margin:30px 0 10px;
}

.p-store .information {
    background-color:#f5f5f5;
}

.p-store .info {
  text-align: center;
}

.p-store .info .box {
    background-color:#ffecec;
    border: 2px solid #dd2727;
}

.p-store .info h3 {
  color: #dd2727;
  font-size: 2rem;
}

.p-store .info p a {
  text-decoration: underline;
}

.p-store #announcement h3,
.p-store .information h3 {
    margin-bottom:10px;
}

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

.p-store .close_announcement {
    display: block;
    font-weight: normal;
    font-size: 1.2rem;
    color:#333;
    background: #f5f5f5;
    padding: 5px;
}

.p-store .close_announcement span.red {
    color: #d5253a;
}

.p-store .close_announcement a {
    text-decoration: underline;
}

.p-store .close_announcement a:hover {
    text-decoration: none;
}

.p-store .close_announcement + .close_announcement {
    margin-top: 0.5em;
}


.p-store .snsBtn {
    margin:  30px auto 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    width: 100%;
    text-align: center;
}

.p-store .snsBtn p a {
    display: inline-block;
    padding: 10px;
    font-weight: bold;
}

.p-store .snsBtn p img {
    width: 30px;
    margin-right: 10px;
    vertical-align: bottom;
}

@media print, screen and (min-width: 600px) {
    .p-top #announcement div,
    .p-top .information div {
        width: 550px;
        padding:30px;
        margin: 0 auto 30px ;
    }

    .p-top #announcement div h3,
    .p-top .information div h3 {
        font-size: 1.6rem;
        width: 440px;
        margin: 0 auto 12px;
    }

    .p-top #announcement div p {
        width: 440px;
        margin: 0 auto;
    }

}

@media print, screen and (min-width: 1001px) {
    /* トップページ
    ---------------------------------*/
/*
	.p-topKv {
		max-height: 350px;
	}
*/
    .p-top #announcement div,
    .p-top .information div {
        width: 700px;
        padding:30px;
        margin: -65px auto 30px ;
    }

    .p-top #announcement div h3,
    .p-top .information div h3 {
        font-size: 1.6rem;
        width: 430px;
        margin: 0 auto 12px;
    }

    .p-top #announcement div p {
        width: 430px;
        margin: 0 auto;
    }

	.p-topInfo__time {
		width: 110px;
	}

	.p-newsrelease .p-topInfo__time {
		width: 150px;
		position: relative;
	}

	.p-newsrelease .p-topInfo__time:after {
	    content: '';
	    vertical-align: middle;
	    width: .3em;
	    height: .3em;
	    border-top: 1px solid #c01a8a;
	    border-right: 1px solid #c01a8a;
	    -webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	    transform: rotate(45deg);
	    margin: -2px .5em 0 0;
	    position: absolute;
	    right: 0;
	    top:50%;
	}

	.p-newsrelease .p-topInfo__word {
		margin-left: 10px;
	}

	.p-topInfo__icon--pdf {
		margin: 0 0 0 2em;
	}

	a.p-topInfo__anchor span:not(.p-topInfo__icon--pdf) {
		position: relative;
		margin-right: 10px;
	}

	a.p-topInfo__anchor span:not(.p-topInfo__icon--pdf):after {
	    content: '';
	    vertical-align: middle;
	    width: .3em;
	    height: .3em;
	    border-top: 1px solid #c01a8a;
	    border-right: 1px solid #c01a8a;
	    -webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	    transform: rotate(45deg);
	    margin: -2px .5em 0 0;
	    position: absolute;
	    right: -25px;
	    top:50%;
	}


    /* 事業内容詳細
    ---------------------------------*/
    .p-store #announcement,
    .p-store .information {
        width: 900px;
        padding:30px;
        margin:50px auto;
    }

    .p-store #announcement h3,
    .p-store .information h3 {
        font-size: 1.7rem;
    }

    .p-store .gotoEat {
        width: 900px;
        margin:50px auto 0;
    }

    .p-store .gotoEat.listArea {
        width: 1000px;
        padding: 0;
        margin-bottom: 40px;
    }

    .p-store .gotoEat + .gotoEat {
      margin-top: 0;
    }
    /*店舗詳細
    ---------------------------------*/
    .p-store__modal #announcement {
        width: 100%;
        padding: 10px;
        font-size: 1.3rem;
        line-height: 1.6;
        margin: 20px 0 ;
    }

    .p-store__modal .information {
        width: 100%;
        padding: 10px;
        font-size: 1.3rem;
        line-height: 1.6;
        background-color: #f5f5f5;
        margin: 20px 0 ;
      }

    .p-store__modal .gotoEat {
        width: 100%;
        padding: 10px;
        font-size: 1.3rem;
        line-height: 1.6;
        background-color: #ddd;
        margin: 20px 0 ;
    }
}

/**********************************
    お問い合わせ
**********************************/
.p-contact__container .note {
    width: 750px;
    margin: 50px auto;
    padding: 40px;
    background-color: #f5f5f5;
}

.p-contact__container .note li {
    list-style-type: square;
    padding-left: 10px;
    margin-left: 1.5em;
}

.p-contact__container .note li + li {
    margin-top: 8px;
}

.p-contact__container .note .inlineLink {
    text-decoration: underline;
}

.p-contact__container .note .inlineLink:hover {
    text-decoration: none;
}

@media (max-width: 1000px) {
    .p-contact__container .note {
        width: 100%;
        margin: 20px 0;
        padding: 10px;
    }
}

.c-form__error {
    background: #1f4069;
    color: #fff;
    padding: 30px;
    margin: 0 0 45px;
}

.c-form fieldset+fieldset {
    margin-top: 15px;
}

.c-formBlock__postcode {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.c-formBlock__w120 {
    width: 120px;
}

.c-formBlock__postcode__sep {
    width: 10px;
    height: 1px;
    background: #222;
    margin: 0 5px;
}

.c-form__checkbox, .c-form__radio {
    position: relative;
    margin-right: 1em;
}

.c-form__checkbox input+span, .c-form__radio input+span {
    position: relative;
    display: inline-block;
    padding: 0 0 0 25px;
}

.c-form__checkbox input, .c-form__radio input {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    opacity: 0;
}

.c-form__checkbox input+span:after, .c-form__checkbox input+span:before, .c-form__radio input+span:after, .c-form__radio input+span:before {
    content: '';
    display: inline-block;
    -webkit-transition: all .25s ease 0s;
    transition: all .25s ease 0s;
    position: absolute;
    top: 50%;
}

.c-form__radio input+span::after, .c-form__radio input+span::before {
    border-radius: 100%;
}

.c-form__checkbox input+span:before, .c-form__radio input+span:before {
    width: 16px;
    height: 16px;
    background: #fff;
    border: 2px solid #ddd;
    left: 0;
    margin: -10px 0 0;
}

.c-form__checkbox input+span:after, .c-form__radio input+span:after {
    width: 10px;
    height: 10px;
    background: #1f4069;
    -webkit-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2);
    opacity: 0;
    left: 5px;
    margin-top: -5px;
}

.c-form__checkbox input:checked+span:before, .c-form__radio input:checked+span:before {
    border: 2px solid #1f4069;
}

.c-form__checkbox input:checked+span:after, .c-form__radio input:checked+span:after {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.c-form__submit.send {
    margin: 80px 15% 0 15%;
}

.c-form__compalete {
    text-align: center;
}

.c-form__compalete strong {
    display: block;
    font-size: 1.8rem;
    margin-bottom: 20px;
}

.c-form__compalete .check ul {
    background-color: #f5f5f5;
    width: 500px;
    margin: 10px auto;
    padding: 20px 0;
}

.c-form__compalete__btn {
    margin: 50px auto 0;
    width: 300px;
}

@media (max-width: 1000px) {
      .c-form__compalete {
        text-align: left;
    }

    .c-form__compalete .check ul {
        width: 100%;
        padding: 20px 0;
    }
}

/**********************************
    50周年用
**********************************/
@media (min-width: 1100px) {
    .p-topSec.aniv_50th .p-topSec__container{
        min-width: 410px;
    }
}

@media (min-width: 1000px) and (max-width: 1100px) {
    .p-topSec.aniv_50th .p-topSec__container{
        padding: 40px 50px;
    } 
}

/**********************************
    サイトマップ調整
**********************************/
.l-footer__sitemap dl {
    width: calc((100% - 270px)/3 - 15px) ;
}

.l-footer__sitemap dl:nth-of-type(4) {
    width: 270px;
}