/*!
hirayama.css
 */
body {
  padding-top: 50px;
  background-color: #DED8D4;
}

.aka{
	color: #A41F24;
}

.navbar-light .navbar-brand {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
    color: rgba(0, 0, 0, .9)
}

.navbar-hira .navbar-nav .nav-link {
    color: rgba(164,31,36, 1)
}

.navbar-hira .navbar-nav .nav-link:focus,
.navbar-hira .navbar-nav .nav-link:hover {
    color: rgba(164,31,36, .7)
}

.navbar-hira .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, .3)
}

.navbar-hira.navbar-nav .active>.nav-link,
.navbar-hira .navbar-nav .nav-link.active,
.navbar-hira.navbar-nav .nav-link.show,
.navbar-hira .navbar-nav .show>.nav-link {
    color: rgba(0, 0, 0, .9)
}

.navbar-hira .navbar-toggler {
    color: rgba(164,31,36, 1);
    border-color: rgba(164,31,36, 1)
}

.navbar-hira .navbar-toggler-icon {
background-image: url("../img/toggler-icon.png");
}


.navbar-hira .navbar-text {
    color: rgba(0, 0, 0, .5);
}

.navbar-hira .navbar-text a {
    color: rgba(0, 0, 0, .9)
}

.navbar-hira .navbar-text a:focus,
.navbar-hira .navbar-text a:hover {
    color: rgba(0, 0, 0, .9)
}





.title-bc{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-size:4em;
	color: #000000;
		 display: inline-block;
  position: relative;
}
.title-bc:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 4px; /*下線の上下位置調整*/
  display: inline-block;
  width: 50px; /*下線の幅*/
  height: 8px; /*下線の太さ*/
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translate(-50%); /*位置調整*/
  background-color: #A41F24; /*下線の色*/
}
.title-bl{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-size:4em;
	color: #000000;
		 display: inline-block;
  position: relative;
}
.title-bl:before {
  content: '';
  position: absolute;
  left: 13%;
  bottom: 4px; /*下線の上下位置調整*/
  display: inline-block;
  width: 50px; /*下線の幅*/
  height: 8px; /*下線の太さ*/
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translate(-50%); /*位置調整*/
  background-color: #A41F24; /*下線の色*/
}
.title-wc{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-size: 4em;
	color: #ffffff;
	 display: inline-block;
  position: relative;
}
.title-wc:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 4px; /*下線の上下位置調整*/
  display: inline-block;
  width: 50px; /*下線の幅*/
  height: 8px; /*下線の太さ*/
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translate(-50%); /*位置調整*/
  background-color: #A41F24; /*下線の色*/
}
.title-wc2{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-size: 4em;
	color: #ffffff;
	 display: inline-block;
  position: relative;
}
.title-wc2:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 4px; /*下線の上下位置調整*/
  display: inline-block;
  width: 50px; /*下線の幅*/
  height: 8px; /*下線の太さ*/
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translate(-50%); /*位置調整*/
  background-color: #ffffff; /*下線の色*/
}
.title-wl{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-size: 4em;
	color: #ffffff;
	 display: inline-block;
  position: relative;
}
.title-wl:before {
  content: '';
  position: absolute;
  left: 13%;
  bottom: 4px; /*下線の上下位置調整*/
  display: inline-block;
  width: 50px; /*下線の幅*/
  height: 8px; /*下線の太さ*/
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translate(-50%); /*位置調整*/
  background-color: #A41F24; /*下線の色*/
}




/*topページ------------------------------------------*/
.carousel-item {
  height: 80vh;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.insta{
	padding: 50px 10px 40px 10px;
	text-align: center;
}
.insta p{
	margin: 20px 0 10px 0;
}
#new{
   display: block;
   margin-top:-300px;
   padding-top:300px;
}

div#news  {
    width:740px;
    height: 120px;
    margin: 50px auto 20px auto;
    overflow: auto;
    background-color: #ffffff;
    border-radius: 5px;
	box-shadow: 0 0 7px rgba( 0, 0, 0, 0.2 );
}
@media screen and (max-width: 768px){   
div#news   { 
    width:85%;
    height: 120px;
	}
}

div#information div {
  margin: 5px 0;
  border-top: 1px dotted #333333;
  padding: 15px;
}

div#information div:first-child {
  border-top: none;
  padding-top: 20px;
}
div#news dl dt {
    font-weight:bold; 
	font-size:12px;
}



.promise {
	text-align: center;
	background-image: url("../img/promise-back.png");
  background-size: cover;
	padding: 120px 20px 0 20px;
}
@media screen and (max-width: 768px){   
.promise { 
	padding: 10px 20px 0 20px;
	}
}

.promisename{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-size: 20px;
	font-weight: bold;
	color: #ffffff;
	margin: 20px 0 -20px 0
}
.promisefive{
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	font-size: 50px;
	color: #ffffff;
}
.promiseread{
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	font-size: 18px;
	color: #ffffff;
}
@media screen and (max-width: 768px){   
.promiseread { 
	font-size: 16px;
	text-align: justify;
	}
}
.promisetitle{
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	font-size: 70px;
	font-weight: bold;
	color: #ffffff;
	margin: 20px 0 0 0;
}
@media screen and (max-width: 768px){   
.promisetitle  { 
	font-size: 42px;
	line-height: 48px;
	margin: 0 auto 20px auto;
	}
}
.promisesub{
	font-weight: bold;
	color: #ffffff;
}
@media screen and (max-width: 768px){   
.promisesub { 
	font-size: 16px;
	text-align: justify;
	}
}

.cardmidashi{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-size: 30px;
	font-weight: bold;
	color:#ffffff;
}


.item {
	background-image: url("../img/item-back.png");
	background-repeat: no-repeat;
	background-position: right bottom;
	padding: 250px 0px 250px 0px;
	margin: -160px 0 0 0;
}
@media screen and (max-width: 768px){   
.item { 
	background-position: 60% bottom;
	padding: 200px 0px 50px 0px;
	background-size: 330%;
	}
}
.item h2{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-size: 30px;
	font-weight: bold;
	margin: 15px 0 15px 0;
}
.item p{
	width: 400px;
	margin-bottom: 10px;
}

.movie {
    background-image: url("../img/movie-back.png");
    background-repeat: no-repeat;
    background-position: center top;
	background-size:  100% 60%;
    padding: 50px 0px 30px 0px;
	text-align: center;
}
.movie h2{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-size: 30px;
	font-weight: bold;
	color: #ffffff;
	margin: 15px 0 15px 0;
}
.movie p{
	color: #ffffff;
	margin-bottom: 20px;
}
.iframe-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.iframe-wrapper iframe {
  position: absolute;
  top: 10px;
  left: 15%;
  width: 70%;
  height: 70%;
}


.shop {
	background-image: url("../img/shop-back.png");
	background-repeat: no-repeat;
	  background-size: cover;
		background-attachment: fixed;
	padding: 100px 0 100px 0;
	text-align: center;
}
@media screen and (max-width: 768px){   
.shop { 
	background-image: url("../img/shop-back-sp.png");
	background-repeat: no-repeat;
	 background-size: cover;
	background-attachment: fixed;
	padding: 70px 20px 70px 20px;
	text-align: center;
	margin-bottom: 70px;
	}
}
.shop h2{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-size: 30px;
	font-weight: bold;
	color: #ffffff;
	margin: 15px 0 15px 0;
}
.shop p{
	margin-bottom: 10px;
	color: #ffffff;
}
@media screen and (max-width: 768px){   
.shop p{
	text-align: justify;
}
}
.top-contact{
	padding: 130px 0 20px 0;
	position:relative;
    border-bottom: 1px solid #A41F24;
}
@media screen and (max-width: 768px){   
.top-contact { 
	padding: 360px 20px 20px 20px;
	}
}
.top-contact img{
	position: absolute;
	bottom: -20px;
}
@media screen and (max-width: 768px){   
.top-contact img { 
	left:25%;
	width: 50%;
	}
}
.top-contact h2{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-size: 30px;
	font-weight: bold;
	color: #000000;
	margin: 15px 0 15px 0;
}
@media screen and (max-width: 768px){   
.top-contact p { 
	text-align: justify;
	}
}

.area{
	padding: 50px 20px 0 20px;
	position: relative;
}
.area h2{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-size: 30px;
	font-weight: bold;
	color: #000000;
	margin: 15px 0 15px 0;
}
.area p{
	margin-bottom: 80px;
}
@media screen and (max-width: 768px){   
  .area p { 
	margin-bottom: 180px;
	}
}

.area-img{
	position: absolute;
	bottom: 0px;
}



footer {
    background-color: #A41F24;
    width: 100%;
    bottom: 0;
    color: #ffffff;
    padding: 40px 0 20px 0;
    background-image: url(../img/footer-logo.png);
    background-repeat: no-repeat;
    background-position: 50% 40px;
}
@media screen and (max-width: 768px){   
footer  { 
	text-align: center;
	background-image: url(../img/footer-logo-sp.png);
    background-repeat: no-repeat;
    background-position: 50% 80%;
	}
}


footer h3{
    font-weight:lighter;
}

footer p{
    text-align : justify;
    font-size : 12px;
	margin:0 0 20px 0; 
}
@media screen and (max-width: 768px){   
footer p  { 
	text-align: center;
	}
}
.footer-menu{
	margin: 0 20px 0 0;
	float:left;
	font-size: 14px;
}
@media screen and (max-width: 768px){   
.footer-menu  { 
		margin: 0;
	float:none;
	}
}
footer a{
	color: #ffffff;
}
footer a:hover{
	text-decoration: none;
	color:#42090c;
}
.copyright{
	margin: 140px auto 0 auto;
	text-align: center;
}











.topimage{
	position: relative;
	margin-bottom: 60px;
}
@media screen and (max-width: 768px){   
.topimage{
	margin: 20px 0 20px 0;
}
}

.topimage img{
	width:100%;
}
.toptext{
   position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
	text-align: center;
}
.topimage h2{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-size: 24px;
	font-weight: bold;
	color: #ffffff;
	margin: 15px 0 15px 0;
}




.philosophy{
    padding: 0 80px 0 80px;
    margin: auto;
    writing-mode: tb-rl; /* IE独自仕様 */
    writing-mode: vertical-rl;
    -ms-writing-mode: vertical-rl; /* for MS IE8+ */
    -o-writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    background-image: url(../img/philosophy-mark.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 45%;
}

.philosophy h3{
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	font-size: 50px;
	font-weight: bold;
	color: #A41F24;
}
.philosophy p{
	line-height: 32px;
}
@media screen and (max-width: 768px){   
.philosophy{
    padding: 0;
    margin: auto;
    writing-mode: lr-tb; /* IE独自仕様 */
    writing-mode: vertical-tb;
    -ms-writing-mode: vertical-tb; /* for MS IE8+ */
    -o-writing-mode: vertical-tb;
    -webkit-writing-mode: vertical-tb;
    background-image: url(../img/philosophy-mark.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 65%;
	text-align: justify;
}

.philosophy h3{
	text-align: center;
		font-size: 40px;
}
.philosophy p{
	line-height: 26px;
}
}


.shouhin{
	margin-top:100px;
}
.shouhin-text{
		text-align: center;
	}
@media screen and (max-width: 768px){   
.shouhin-text{
		text-align: justify;
}
.shouhin-icon{
		text-align: center;
		margin: 0 auto;
	}
}

.rekishi{
	margin-top:100px;
}
.rekishi p{
	margin-top:30px;
	line-height: 34px;
}

.works{
	margin: 100px 0 100px 0;
	padding: 50px 0 50px 0;
	background-color: #A41F24;
}
.works p{
	color: #ffffff;
}
.works-text{
	text-align: center;
}
.works-midashi{
	text-align: center;
    font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
    font-size: 24px;
}
@media screen and (max-width: 768px){   
.works-text{
		text-align: justify;
}
	.works-midashi{
	text-align: center;
}
}



.midashi{
	text-align: center;
    font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
    font-size: 40px;
    font-weight: bold;
    color: #A41F24;
	margin-bottom: 20px;
}
.midashi-line{
	text-align: center;
    font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
    font-size: 40px;
    font-weight: bold;
    color: #A41F24;
	padding-bottom: 6px;
	margin-bottom: 20px;
    border-bottom: 1px solid #A41F24;
}
.midashi-w{
	text-align: center;
    font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
    font-size: 40px;
    font-weight: bold;
    color: #ffffff;
	margin-bottom: 20px;
}
@media screen and (max-width: 768px){   
.midashi{
    font-size: 30px;
}
.midashi-line{
    font-size: 30px;
}
.midashi-w{
    font-size: 30px;
}
}




#access{
   display: block;
   margin-top:-100px;
   padding-top:100px;
}




.overview{
	width:100%;
    padding: 70px 0 100px 0;
    margin: 10px 0 100px 0;
    background-image: url("../img/overview-back.png");
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 100%;
}
.overview-t{
	width:50%;
	margin:20px auto 100px auto;
	background-color: #ffffff;
	
}
@media screen and (max-width: 768px){
.overview{
	width:100%;
    padding: 50px 0 10px 0;
    margin: 10px 0 100px 0;
	background-image: url("../img/overview-back-sp.png");
}
.overview-t{
	width:85%;
	margin:20px auto 100px auto;
	background-color: #ffffff;
	font-size: 14px;
}
}


#shop-info{
   display: block;
   margin-top:-200px;
   padding-top:200px;
}

.contact p{
	text-align: center;
}
@media screen and (max-width: 768px){
.contact p{
	text-align: justify;
	}
}
.contact-tel{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	color: #A41F24;
	margin: 15px 0 35px 0;
}
.contact-tel{
	text-decoration: none;
}
.contact-tel:hover{
	text-decoration: none;
	color:#771015;
}

.contactform{
	margin: 50px 0 0 0 ;
}

.contact-coment{
	text-align: center;
    border-bottom: 1px solid #A41F24;
	padding: 0 20px;
}


.contact-text{
	margin-top: 50px;
}

.document{
	background-color: #ffffff;
	margin: 80px auto;
	padding: 60px;
}
.document h2{
	font-size: 20px;
	font-weight: bold;
	border-bottom: 1px solid  #A41F24;
}
@media (max-width: 768px) {
.document{
	margin: 60px auto 40px auto;
	padding: 25px;
}
}
.document a{
	color: #A41F24;
}
.document a:hover{
	text-decoration: none;
	color:#771015;
}


@media (min-width: 751px) {
.nav-link a[href*="tel:"] {
pointer-events: none;
cursor: default;
text-decoration: none;
}
}



@media screen and (min-width: 768px) {
    .tel {
        pointer-events: none;
        cursor: default;
    }
}


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


.img-sp {
    display: none;
}

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

    .img-sp {
        display: block;
    }
}


