@charset "utf-8";
/*===============================================
●共通
===============================================*/
#dogindoor{color: #5b0000;}
#mainImage{margin: 0 auto;}
#mainImage img {
  width: 100%;
}
.inner{padding: 0 10px;}
#intro{
	width: 100%;
	/*background-image: url("../images/dogindoor/block01.png");  
	background-size:100%;
	background-repeat: no-repeat;*/
	border-bottom: 11px inset #DE2A23;}
#intro h1 {
  font-size: 50px;
  /*font-family: 'Kaisei Opti', serif;*/
  letter-spacing:-1px;
  color: #000000;
  margin-bottom: 40px;
}
#royal h2,#searchArea h2,
.itemArea .textWrap h3,#otherSearch h2,
#consultation h2,footer h2 {
  font-size: 30px;
  /*font-family: 'Kaisei Opti', serif;*/
  letter-spacing:-1px;
  color: #000000;
  line-height: 42px;
}
#intro{
  width: 100%;
  background-color: #FFFFFF;
}
#intro, #royal, #searchArea {
  padding:10px 0;
}
#Rlogo {text-align: center;}
.searchBtnWrap {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
#searchArea h2,#otherSearch h2,footer h2 {
  text-align: center;
  margin: 0 0 30px;
}
#searchArea h2:before,#otherSearch h2:before {
  content:"";
  display: inline-block;
  width: 22px;
  height: 24px;
  background-image: url(../images/dog/searchIcon.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}
#searchArea a:hover{
  opacity:0.8;
  background-color: #fff;
}
#searchArea{background-color: #FFF7E3;}
.searchBtn img, .searchBtn a {
  width: 100%;
  height: 100%;
}
.itemArea .textWrap h3 {
  padding-left: 1em;
  text-indent: -1em;
}
.itemArea {padding: 20px 20px;}

.itemArea h2{
	text-align: center;
    font-size: 35px;
  /*  font-family: 'Kaisei Opti', serif;*/
    letter-spacing:-1px;
    color: #ffffff;
    line-height: 50px;
	padding: 10px;
	border-radius: 30px;
}
#dogindoor99.itemArea h2{
	color: #ffffff;
	border-radius: 0px;
}

#dogindoor01.itemArea h2{background: #0088c7;}
#dogindoor02.itemArea h2{background: #00762e;}
#dogindoor03.itemArea h2{background: #7158a0;}
#dogindoor99.itemArea h2{background: #00762e;}

#dogindoor01.itemArea h3,
#dogindoor02.itemArea h3,
#dogindoor03.itemArea h3{
	font-size: 30px;
}

#dogindoor01.itemArea h3,#dogindoor01.itemArea h4.tokucho{color: #0088c7;}
#dogindoor02.itemArea h3,#dogindoor02.itemArea h4.tokucho{color: #00762e;}
#dogindoor03.itemArea h3,#dogindoor03.itemArea h4.tokucho{color: #7158a0;}
#dogindoor99.itemArea h3 {
	color: #00762e;
    border-bottom: 5px inset #00762e;
}
#dogindoor99.itemArea h4 {
	/*padding-left: 10px;
    border-left: 4px inset #5b0000;*/
	font-size: 24px;
	font-weight:bold;
	margin-bottom: 10px;
}
.itemArea h4.tokucho{
	font-size: 24px;
	font-weight:bold;
	margin-bottom: 5px;
}

.itemArea h3{font-size: 30px;}
.itemArea h2:after{
    content:"";
    display: inline-block;
    width: 47px;
    height: 36px;
    background-image: url(../images/dog/titleIcon.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
}
.itemArea a:hover{opacity: 0.8;}
.itemArea .flexBox{
  display: flex;
}
.itemArea .textWrap h3 {margin-bottom: 10px!important;}
.itemArea .textWrap h3:before{
  content:"";
  display: inline-block;
  width: 28px;
  height: 33px;
  background-image: url(../images/dog/foodIcon.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-right: 5px;
}
.itemArea .foodItem h3 {
  font-size: 30px;
  /*font-family: 'Kaisei Opti', serif;*/
  letter-spacing:-1px;
  color: #DE2A23;
  text-align: center;
  margin-bottom: 10px;
}
.foodItem .itemBox .foodImg img {width: 100%;}
.foodImg {margin-bottom: 10px;}
.foodItem .itemBoxWrap .itemBox h4 {
  font-size: 30px;
  text-align: center;
  font-weight: normal;
  margin: 0 0 10px;
}
.dogImg img {width: 100%;}
.itemBox p {margin-bottom: 10px;}
.itemBoxTop {height: calc(100% - 150px);}
.itemBoxBottom {
  height: 150px;
  text-align: center;
}
#otherSearch{
  padding: 100px 0;
  background-color: #FFFDE1;
}
#otherSearch .btnWrap{
  width: 100%;
  display: flex;
  justify-content: space-between;
}
#consultation {background-color: #FFF3F3;}
#consultation .inner {
  display: flex;
  align-items:center;
  justify-content: space-between;
}
#consultation h2 {color: #DE2A23;}
#consultation .inner .textWrap .btn a:hover{ opacity: 0.8;}
#license {border-bottom: 11px none #DE2A23;}
#license .inner {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
}
footer .contactWrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
footer .tel p {
  color: #000000;
  font-size: 14px;
  text-align: center;
}
footer small{
  display: block;
  color: #fff;
  text-align: center;
  background-color: #DE2A23;
  font-size: 14px;
  line-height: 1em;
  width: 100%;
  padding: 10px 0;
}

/*===============================================
●画面の横幅が729px以下(スマホのみ)
===============================================*/
@media screen and (max-width: 729px){
  .inner{
    width:100%;
  }

  #intro h1{
    text-align: center;
  }
  #intro p {margin-bottom: 30px;}
  #royal h2{
    text-align: center;
  }
 .imgWrap{
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  .searchBtnWrap{width: 100%;}
  .searchBtn {
    width:30%;
    margin: 0 1% 1%;
  }
  .itemArea .flexBox{
    flex-flow: column-reverse;
  }
  .itemArea h2{text-align: center;}
  .dog3col .foodItem .itemBoxWrap .itemBox {
    width: 100%;
    margin: 0 2% 20px;
  }
.itemArea h2{font-size: 25px;}
.dog2col  {
    width: 100%;
    margin: 0 2% 70px;
  }
  .itemArea .foodItem h3 {margin-top: 70px;}.itemBoxBottom
  .itemArea .textWrap h3 {
    text-indent: -1em;
    padding-left: 1em;
    line-height: 1.2em;
    margin-bottom: 10px;
  }
  .itemBoxWrap{
    display: block;
  }
  .dogImg {
    width: 100%;
    text-align: center;
  }
  .dogImg img {width: 100%;}
  #consultation,#license {
    padding: 50px 0;
  }
  #consultation .inner {flex-flow: column-reverse;}
  #consultation h2 {text-align: center;}
  #consultation .textWrap{
    width: 100%;
    margin-bottom: 30px;
  }
  #consultation .inner .textWrap .btn {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  #otherSearch .btnWrap .btn {
    width: 32%;
  }
  #consultation .img {
    width: 100%;
    text-align: center;
  }
  #license .inner .logo, #license .inner p{
    width: 100%;
    text-align: center;
  }
  #license .inner .logo{text-align: center;}
  footer .inner {padding: 50px 10px;}
  footer .contactform{
    width: 100%;
    text-align: center;
  }
  footer .tel{
    width: 100%;
    text-align: center;
    margin-bottom: 10px;;
  }
}

/*===============================================
●画面の横幅が730px以上(PCのみ)
===============================================*/
@media screen and (min-width: 730px){

  .inner {
    max-width: 990px;
    margin: 0 auto;
  }

  .flexBox {
    display: flex;
    justify-content: space-between;
  }
#intro{
	width: 100%;
	background-image: url("../images/dogindoor/block01.png");  
	background-size:100%;
	background-repeat: no-repeat;
	border-bottom: 11px inset #DE2A23;
}
  #intro .textWrap{
    width: 650px;
    margin-right:10px;
	margin-bottom: 80px;
  }
 #intro .textWrap p.text{
	 font-size:32px;
  }
#intro .textWrap p.text2{
	 font-size:22px;
	 line-height: 1.5;
  }
  #royal .textWrap {
    max-width: 455px;
    margin-right: 10px;
  }
  #royal .flexBox {
    align-items: center;
  }
  .searchBtn {
    width:17%;
    margin: 0 1% 1%;
  }
  .dog3col .foodItem .itemBoxWrap {
    display: flex;
    justify-content: space-between;
  }
  .dog2col .foodItem .itemBoxWrap {
    display: flex;
    justify-content: space-between;
  }
  .searchBtn:nth-child(5n){margin-right: 0!important;}
  .itemArea .dogImg {
	width: 45%;
	padding-top: 30px;}
  .itemArea .textWrap{width: 50%;}

  .foodItem .itemBoxWrap{margin-bottom: 60px;}
  .dog3col .foodItem .itemBoxWrap .itemBox {
    width: 29%;
    margin: 0 2%;
  }
  .dog2col .foodItem .itemBoxWrap .itemBox {
    width: 42%;
    margin: 0 4%;
    padding: 0 20px;
  }
  .dog1col .foodItem .itemBoxWrap .itemBox {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 30px;
  }
  .dog1col .foodItem .itemBoxWrap .itemBox .foodTxt  h4 {text-align: left!important;}
  .dog1col .foodImg {width: 30%;}
  .dog1col .foodTxt {width:61%;}
  .dog1col .foodTxt .itemBoxBottom {text-align: left;}
  #otherSearch .btnWrap .btn {
    width: 29%;
  }
  #otherSearch a:hover {opacity: 0.8;}
  #consultation {
    padding: 85px 0;
  }
  #consultation .textWrap {width: 56%;}
  #consultation .img {width: 29%;}
  #license {padding: 100px 0;}
  #license .inner .logo{width: 30%;}
  #license .inner p{width: 47%;}
  footer .contactform{width: 37%;}
  footer .contactform a:hover {opacity: 0.8;}
  footer .tel{width: 47%;}
  footer .inner{padding: 100px 10px;}
}