/* トップページ以外の設定 */

header {
    width: 1000px;
    min-width: 1000px;
    min-height: 125px;
    margin: 0 auto;
    box-sizing: border-box;
}

#logo_main {
    /* h1 */
    width: 346px;
    height: 80px;
    position: relative;
    z-index: 2;
    padding-top: 35px;
}

#logo_main a {
    width: 346px;
    height: 80px;
    display: block;
}

#logo_main a img {
    border: none;
    display: block;
    width: 190px;
    height: auto;
}

h2 {
    font-weight: normal;
    font-size: 9pt;
    margin-top: -65px;
}

#tel {
    position: absolute;
    right: 0;
    top: 15px;
}

#blog_fb {
    display: block;
    position: absolute;
    z-index: 7;
    top: -140px;
    right: 366px;
}

p {
    line-height: 1.7em;
}

hr {
    border: 0;
    border-bottom: dashed 1px #b3a387;
    margin: 60px auto;
    width: 1000px;
}


/* パンくずリスト*/

ol.panlist {
    list-style-type: none;
    font-size: 9pt;
    color: #99806c;
    padding-bottom: 5px;
    border-bottom: dashed 1px #b3a387;
    margin-top: 20px;
    margin-bottom: 60px;
}

ol.panlist li {
    display: inline;
}

ol.panlist li a {
    padding-right: 12px;
    background: url(../image/panlist.gif) no-repeat right;
    color: #99806c;
    text-decoration: none;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    transition: 0.2s;
}

ol.panlist li a:hover {
    color: #d0b83d;
}


/* ↓ここから個々のページの設定 */


/* ------------------- cafe.html ------------------- */

ul.picture {
    display: table;
    width: 100%;
}

ul.picture li {
    display: table-cell;
    vertical-align: bottom;
    text-align: left;
}

ul.picture li p {
    width: 349px;
    padding-left: 1em;
    box-sizing: border-box;
}

.frame {
    display: inline-block;
    position: relative;
    overflow: hidden;
    /* 不要部分を消す */
    padding: 6px;
    /* 6px だけは写真からはみ出す */
}

.frame:before,
.frame:after {
    content: "";
    position: absolute;
    z-index: 1;
    width: 57px;
    height: 50px;
    background: #f4efe4;
    /* 背景色 */
    transform: rotate(-40deg);
}


/* 左上 */

.frame:before {
    box-shadow: 0 8px 8px -12px rgba(0, 0, 0, 0.8);
    top: -24px;
    bottom: auto;
    right: auto;
    left: -26px;
}


/* 右下 */

.frame:after {
    box-shadow: 0 -8px 10px -10px rgba(0, 0, 0, 0.7);
    top: auto;
    bottom: -22px;
    right: -25px;
    left: auto;
}

section#menu article {
    width: 1000px;
    margin-top: 60px;
    background-image: url(../image/cafe/menu_frame.png);
    background-repeat: no-repeat;
    background-position: top center;
}

section#menu article div {
    background-image: url(../image/cafe/menu_frame02.png);
    background-repeat: repeat-y;
    background-position: top center;
    margin-top: 20px;
}

section#menu article div:after {
    content: url(../image/cafe/menu_frame03.png);
}

section#menu h3 {
    background-image: url(../image/h3_orange.jpg);
}

section#menu dl:first-child {
    margin-left: 25px;
}

section#menu dl {
    width: 315px;
    padding-left: 25px;
    padding-right: 25px;
    margin-bottom: 30px;
    float: left;
    box-sizing: border-box;
}

section#menu dt {
    font-size: 13pt;
    padding: 7px;
    margin-bottom: 10px;
    color: #765c30;
    background-color: rgba(255, 255, 255, 0.5);
}

section#menu dd {
    line-height: 1.8em;
    margin-bottom: 15px;
    margin-left: 7px;
    font-weight: bold;
}

section#menu dl.drink {
    border-right: dashed 1px #b3a387;
    border-left: dashed 1px #b3a387;
}

section#menu dl.drink dd {
    margin-bottom: 5px;
}

section#menu dd.hosoku {
    font-weight: normal;
    font-size: 8pt;
    color: #C00;
    margin-bottom: 20px;
    margin-left: 0em;
}

section#menu dd ul {
    list-style-type: circle;
    margin-left: 1.3em;
    font-weight: normal;
}

div#exGallery {
    width: 100%;
}

div#exGallery table td {
    vertical-align: top;
}

div#exGallery table td:first-child {
    padding-right: 10px;
}

div#exGallery ul {
    display: table;
    width: 100%;
    table-layout: fixed;
    margin-top: 6px;
    margin-bottom: 30px;
}

div#exGallery ul li {
    display: table-cell;
}

div#exGallery ul li img {
    width: 100px;
    height: auto;
    border: #fff solid 2px;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    transition: 0.2s;
}

div#exGallery ul li img:hover {
    border: #99806c solid 2px;
    filter: alpha ( opacity=75);
    -moz-opacity: 0.75;
    opacity: 0.75;
    cursor: pointer;
}


/* ------------------- form.html ------------------- */

section#contact p,
section#form p {
    margin-left: 1em;
}

section#contact h3 {
    background-image: url(../image/h3_orange.jpg);
}

section#form h3 {
    background-image: url(../image/h3_green.jpg);
}

p#contact_tel {
    font-size: 20pt;
    letter-spacing: 0.05em;
    display: block;
    float: left;
    margin-right: 10px;
    color: #99806c;
}

p#contact_tel span {
    margin-right: 3px;
}

#contact_time {
    margin-top: 10px;
}

section#form {
    clear: both;
    min-height: 600px;
}

section#form table {
    width: 800px;
    box-sizing: border-box;
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
}

section#form table td {
    padding: 15px;
    border-bottom: dashed 1px #b3a387;
}

section#form table tr:last-child td {
    border: 0;
}

section#form table td span {
    margin-right: 3px;
}

section#form table tr td:first-child {
    width: 190px;
    text-align: right;
    box-sizing: border-box;
    vertical-align: top;
}

section#form table td input {
    width: 250px !important;
    height: 20px !important;
}

section#form table td input#zip {
    width: 70px !important;
}

section#form table td input.check {
    width: inherit !important;
}

section#form table td textarea {
    width: 550px !important;
    height: 150px !important;
}

section#form #submitButton {
    border: 2px solid #fff;
    background-color: #eae0c7;
    padding: 15px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    font-weight: bold;
    color: #765c30;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    transition: 0.2s;
}

section#form #submitButton:hover {
    border: 2px solid #99806c;
    background-color: #FFF;
    cursor: pointer;
}

section#form p#submitTop {
    width: 1000px;
    text-align: center;
    margin-top: 30px;
}

#policy {
    width: 800px;
    height: 200px;
    margin: 0 auto;
    overflow: auto;
    border: dashed 1px #b3a387;
    box-sizing: border-box;
    padding: 25px;
    line-height: 1.6em;
}

#policy dl {
    padding-bottom: 10px;
}

#policy dd {
    margin-left: 1em;
    margin-bottom: 10px;
}


/* ------------------- about.html ------------------- */

div#about_top {
    background-image: url(../image/petitdog.jpg);
    background-position: 0px 8px;
    background-repeat: no-repeat;
    width: 100%;
    min-height: 250px;
    box-sizing: border-box;
    padding-left: 520px;
    clear: both;
}

div#about_top table {
    width: 470px;
}

div#about_top table td {
    padding-bottom: 5px;
    padding-top: 10px;
    border-bottom: dashed 1px #b3a387;
}

div#about_top table tr:last-child td {
    border-bottom: 0;
}

div#about_top table td.title {
    padding-right: 10px;
    padding-left: 5px;
}

ul#attention {
    font-size: 9pt;
    color: #900;
    line-height: 1.7em;
    margin-top: 40px;
    margin-left: 1.5em;
}

div#about_top ul li {
    list-style-type: circle;
    margin-bottom: 5px;
    margin-left: 0.5em;
    line-height: 1.4em;
}

div#about_bottom {
    background-image: url(../image/petitdog02.jpg);
    background-position: top right;
    background-repeat: no-repeat;
    width: 100%;
    min-height: 250px;
    box-sizing: border-box;
    padding-top: 25px;
}

div#about_bottom dl {
    background-image: url(../image/layer.jpg);
    background-repeat: repeat;
    width: 470px;
    box-sizing: border-box;
    padding: 15px;
    margin-top: 15px;
}

div#about_bottom dt {
    margin-bottom: 5px;
}

div#about_bottom dd {
    margin-left: 1em;
    line-height: 1.7em;
}

div#about_bottom #contact_tel {
    float: none;
}

section#about h3 {
    background-image: url(../image/h3_blue.jpg);
}

section#access h3 {
    background-image: url(../image/h3_orange.jpg);
}


/* ------------------- trimming.html ------------------- */

section#trimming h3 {
    background-image: url(../image/h3_orange.jpg);
}

section#petitset h3 {
    background-image: url(../image/h3_blue.jpg);
}

section#trimming h4 {
    font-size: 12pt;
}

dl.which_dl {
    display: table;
    line-height: 1.6em;
    background-color: rgba(231, 188, 172, 0.4);
    width: 100%;
    margin-top: 15px;
}

dl.which_dl dt,
dl.which_dl dd {
    display: table-cell;
    vertical-align: middle;
}

dl.which_dl dt {
    width: 200px;
    box-sizing: border-box;
    vertical-align: middle;
    text-align: center;
    line-height: 1.4em;
    font-size: 12pt;
    font-weight: bold;
    color: #d9927b;
}

dl.which_dl dt:after {
    content: "　｜";
}

dl.which_dl dd {
    padding: 15px 0 15px 0px;
}

dl.which_dl02 {
    background-color: rgba(196, 216, 191, 0.4);
}

dl.which_dl02 dt {
    color: #91af8c;
}

dl.which_dl03 {
    background-color: rgba(241, 211, 174, 0.6);
    line-height: 2.0em;
}

dl.which_dl03 dt {
    color: #d79151;
}

dl.which_dl03 span {
    font-size: 8pt;
    margin-right: 3px;
    margin-left: 3em;
}

dl.which_dl03 span:first-child {
    margin-left: 0;
}

#trimming table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

#trimming table th {
    text-align: center;
    padding: 10px;
    background-color: #ffe0b2;
}

#trimming table td {
    padding: 10px;
    text-align: center;
    vertical-align: middle;
    border-bottom: dashed 1px #b3a387;
}

#trimming table td.size {
    background-image: url(../image/layer.jpg);
    font-size: 11pt;
    vertical-align: middle;
    width: 120px;
    border-bottom: solid 1px #fff;
}

#trimming table td.option {
    vertical-align: middle;
    line-height: 1.6em;
    border-bottom: solid 1px #fff;
    width: 240px;
}

#trimming table tr:last-child td {
    border: 0;
}

#trimming table td.option span {
    display: block;
    width: 10em;
    margin: 0 auto;
    margin-top: 10px;
    padding: 10px 10px;
    box-sizing: border-box;
    text-align: left;
    background-image: url(../image/layer.jpg);
}

#trimming table td.course01 {
    background-color: rgba(231, 188, 172, 0.4);
    width: 150px;
}

#trimming table td.course02 {
    background-color: rgba(196, 216, 191, 0.4);
    width: 150px;
}

#trimming table tr:hover td {
    background-color: rgba(255, 255, 255, 0.7);
    cursor: default;
}

#trimming table tr:hover td.option {
    background-color: transparent;
}

#trimming table tr:hover td.course01 {
    background-color: rgba(254, 229, 220, 0.5);
}

#trimming table tr:hover td.course02 {
    background-color: rgba(224, 245, 219, 0.5);
}

section#trimming #attention {
    margin-top: 20px;
    color: #666;
}


/* ------------------- option.html ------------------- */

section#option h3 {
    background-image: url(../image/h3_green.jpg);
}

.option_dl,
.option_dl02,
.option_dl03 {
    display: table;
    width: 1015px;
    table-layout: fixed;
    border-collapse: separate;
    /* セルの間隔を空ける */
    border-spacing: 15px 0;
    margin-bottom: 15px;
}

.option_dl dl,
.option_dl02 dl,
.option_dl03 dl {
    display: table-cell;
    padding: 15px;
    line-height: 1.6em;
    background-image: url(../image/option.png);
    background-position: right top;
    background-repeat: no-repeat;
}

.option_dl dt,
.option_dl02 dt,
.option_dl03 dt {
    font-weight: bold;
    font-size: 11pt;
    background-color: rgba(255, 255, 255, 0.6);
    padding: 7px;
    width: 10em;
    box-sizing: border-box;
    text-align: center;
    margin-top: -5px;
    margin-left: -25px;
    margin-bottom: 20px;
    -moz-transform: rotate(-20deg);
    -webkit-transform: rotate(-20deg);
    -o-transform: rotate(-20deg);
    -ms-transform: rotate(-20deg);
    transform: rotate(-20deg);
}


.option_dl dd,
.option_dl02 dd,
.option_dl03 dd {
    margin-left: 1em;
    margin-bottom: 1em;
}

.option_dl dl {
    background-color: rgba(196, 216, 191, 0.4);
}

.option_dl dl:nth-child(2) {
    background-color: rgba(231, 188, 172, 0.4);
}

.option_dl02 dl {
    background-color: rgba(241, 211, 174, 0.4);
}

.option_dl02 dl:nth-child(2) {
    background-color: rgba(214, 228, 179, 0.4);
}

.option_dl03 dl {
    background-color: rgba(196, 216, 191, 0.4);
}

.option_dl03 dl:nth-child(2) {
    background-color: rgba(246,239,229,1);
}




section#pethotel table {
    margin-left: 10px;
    background-image: url(../image/layer.jpg);
}

section#pethotel table td {
    padding: 15px 15px 15px 0;
}

section#pethotel table td.size {
    width: 150px;
    background-image: url(../image/doghotel.jpg);
    background-repeat: no-repeat;
    background-position: 0 17px;
}

section#pethotel table td.size span {
    background-color: #ede5ce;
    padding-right: 5px;
    padding-left: 15px;
}

section#pethotel table td.price {
    padding-left: 7px;
    font-weight: bold;
}

section#pethotel table td.time {
    background-image: url(../image/doghotel02.jpg);
    background-repeat: no-repeat;
    background-position: 0px 27px;
    padding-left: 20px;
    vertical-align: middle;
}

p#belongings,
p#belongings span {
    margin-left: 1em;
}

section#pethotel #attention {
    margin-top: 15px;
    color: #666;
}

section#pethotel h3 {
    background-image: url(../image/h3_pink.jpg);
}

section#pethotel h3:nth-of-type(2) {
    background-image: url("../image/h3_orange.jpg");
}
.option-inner01 {
	text-align: center;
}
.option-inner02 {
	text-align: end;
}
.option-image {
	width: 150px;
	height: auto;
	border-radius: 50%;
}
.option-image01 {
	width: 120px;
	height: auto;
	border-radius: 40%;
}

/* ------------------- serbice.html ------------------- */

.contents {
	padding-top: 100px;
}

.contents_innner {
    padding-top: 100px;
    margin-top:-100px;
}


/* ------------------- infoboard ------------------- */

#news p#title {
    margin-bottom: 10px;
    font-size: 11pt;
    background-image: url(../image/layer.jpg);
    padding: 10px;
}

#news p#date {
    margin-bottom: 10px;
    text-align: right;
}


/* service */

#service h4 img,
#service h5 img {
    vertical-align: middle;
    padding-right: 10px;
}

#service h4 {
    font-size: 13pt;
    color: #765c30;
    background: rgba(231, 188, 172, 0.4);
    padding: 10px;
}

#service p.grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
    padding: 0 30px;
}

#service p.grid img {
    width: 100%;
}

#service .nano {
    padding: 0 30px;
}

#service .nano>div {
    background: rgba(255, 255, 255, 0.6);
    margin-bottom: 10px;
    padding: 20px;
    border-radius: 20px;
}

#service .nano>div h5 {
    font-size: 12pt;
    color: #765c30;
}

#service .nano>div p.ml_text {
	margin-left: 17px;
}

#service .nano>div.ml_box {
    background: rgba(255, 255, 255, 0.6);
    margin-bottom: 10px;
	margin-left: 50px;
    padding: 20px 30px;
    border-radius: 20px;
}

/* ------------------- staff.html ------------------- */

section#staff h3 {
    background-image: url(../image/h3_pink.jpg);
}

.staff_dl,
.staff_dl02,
.staff_dl03 {
    display: table;
    width: 1015px;
    table-layout: fixed;
    border-collapse: separate;
    /* セルの間隔を空ける */
    border-spacing: 15px 0;
    margin-bottom: 15px;
}

.staff_dl dl,
.staff_dl02 dl,
.staff_dl03 dl {
    display: table-cell;
    padding: 15px;
    line-height: 1.6em;
    background-position: right top;
    background-repeat: no-repeat;
}

.staff_dl dt,
.staff_dl02 dt,
.staff_dl03 dt {
    font-weight: bold;
    font-size: 11pt;
    background-color: rgba(255, 255, 255, 0.6);
    padding: 7px;
    width: 20em;
    box-sizing: border-box;
    text-align: center;
    margin-top: -5px;
    margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
}


.staff_dl dd,
.staff_dl02 dd,
.staff_dl03 dd {
    margin-left: 1em;
    margin-bottom: 1em;
}

.staff_dl dl {
	text-align: center;
	background-color: rgba(215, 216, 191, 0.4);
}

.staff_dl dl:nth-child(2) {
    background-color: rgba(231, 188, 172, 0.4);
}

.staff_dl02 dl {
    background-color: rgba(241, 211, 174, 0.4);
}

.staff_dl02 dl:nth-child(2) {
    background-color: rgba(214, 228, 179, 0.4);
}

.staff_dl03 dl {
    background-color: rgba(231, 255, 46, 0.1);
	text-align: center;
}

.staff_dl03 dl:nth-child(2) {
    background-color: rgba(246,239,229,1);
	text-align: center;
}
.staff-image {
	width: 400px;
	height: auto;
}
.staff-image-1 {
	width: 400px;
	height: auto;
}

.option-wrapper {
	display: flex;
	align-items: center;
}

.be-natural {
	display: flex;
	justify-content: flex-end;
}
.be-natural-image {
	width: 130px;
	line-height: 150px;
}