@charset "utf-8";


/* =Reset default browser CSS.
Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table.table, caption, tbody, tfoot, thead, tr, th, td {border: 0;font-family: inherit;font-size: 100%;font-style: inherit;font-weight: inherit;margin: 0;outline: 0;padding: 0;vertical-align: baseline;}
:focus {outline: 0;}

ol, ul {list-style: none;}
table.table {border-collapse: separate;border-spacing: 0;}
caption, th, td {font-weight: normal;text-align: left;}
blockquote:before, blockquote:after,q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
a img{border: 0;vertical-align: bottom;}
img {vertical-align:bottom}
figure{margin:0}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
/* -------------------------------------------------------------- */
html {
  font-size: 62.5%;
}

body {
color:#666;
font-size: 1.4em;
font-family:verdana,"ヒラギノ丸ゴ ProN W4","Hiragino Maru Gothic ProN","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
-webkit-text-size-adjust: none;
}

P{
line-height:1.8em;
font-size: 1.2em;    
}

.pc{
    display: block;
}

.sp{
    display: none;
}


/* 画像設定
------------------------------------------------------------*/

img.W100par{
    width: 100%;
}


/* フロート
------------------------------------------------------------*/

.L{float: left;}
.R{float: right;}

/* リンク設定
------------------------------------------------------------*/
a{color:#74b4df;text-decoration:none;
display: inline-block;
vertical-align: bottom;}
a:hover{color:#006699;}
a:active, a:focus {outline:0;}

a img:hover{
    opacity: 0.8;
}

/* 全体
------------------------------------------------------------*/
#wrapper{
clear: both;
margin:0 auto;
padding:0 1%;
width:98%;
position:relative;
background:#fff;
}




/*************
/* ヘッダー
*************/
#header{
    display: block;
    overflow: hidden;
    margin-bottom: 20px;
}

#header h1{
padding:5px 0 0 0;
font-size:1rem;
font-weight:normal;
    color: #ddd;
}

#header a{
color:#333;
}

#header a:hover{
color:#888;
}

/*************
/* ロゴ
*************/
.logo{
float:left;
width: 25%;
margin-top: 30px;
}

.logo img{
    width: 100%;
    float:left;
}

.logo span{display:block;}

/*************
/* 電話番号
*************/
.info{
float:right;
text-align:right;
}

.info .open, .info .address, .info .time{font-size:1.4rem;line-height: 1.2em;}

/*************
/* ロゴ+電話番号
*************/
.info .tel{
margin-top:0;
font-size:2rem;
font-weight:bold;
line-height: 1.2em;   
}

.info span{
color:#333;
font-size:1.2rem;
font-weight:normal;
}


/**************************
/* メイン画像（トップページ+サブページ）
**************************/
#mainBanner{
margin: 0 auto;
padding:0;
width:100%;
position:relative;
line-height:0;
}

#mainBanner img{
max-width:100%;
height:auto;
z-index: 0;
}

#mainBanner .copy-box{
    z-index: 1;
    background-color: rgba(255, 243, 103, 0.9);
    max-width: 38%;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 3% 3%;
    color: #047e9b;
    overflow: hidden;
}

#mainBanner .copy-box p{
line-height: 1.5;
}

#mainBanner .copy-box p span{
    display: inline-block;
    font-size: 2rem;
    margin-bottom: 2%
}

#mainBanner a.btn{
    display: inline-block;
    margin-top: 30px;
    border: 1px solid;
    padding: 20px;
    background: #fff;
    font-size: 1.2em;
    color: inherit;
}




/**************************
/* タイトル
**************************/
#titleLine{
    position: relative;
    margin-top: 50px;
    margin-bottom: 20px;
    border-top: 1px solid #047e9b;
    text-align: center;
}
#titleLine:first-child{
    margin-top: 30px;
}


#titleLine .titleBox{
color: #047e9b;
font-size: 1.6em;
font-weight: bold;
margin: -15px auto 0;
        
}

#titleLine .titleBox h2{
    display: inline-block;
    padding: 0 20px;
    background-color: #FFF;
    
}

#titleLine .titleBox h2 span{
    display: block;
    font-size: 0.8em;
    
}

/**************************
/* グリッド
**************************/
.gridWrapper{
padding:10px 0 20px;
overflow: hidden;
}

* html .gridWrapper{height:1%;}
	
.grid{
float:left;
border-radius:5px;
background:#fff;
}

.box{
margin:0;
}

.box img{
width:100%;
height:auto;
}

.box h3{padding:10px 0 5px;}

.box h3, .box p{text-align:left;}

.box p.readmore{
padding:10px 5px 5px;
text-align:right;
}



/*************
メイン コンテンツ
*************/
#main{
margin-top:25px;
}

section.content article{
padding-top:20px;
margin-bottom:30px;
overflow:hidden;
}

* html section.content article{height:1%;}

section.content p{margin-bottom:5px;}

h3.heading{
font-weight:normal;
line-height:36px;
border-bottom:1px solid #D6D6D6;
color:#333;
}

section.content img{
max-width:90%;
height:auto;
}

.alignleft{
float:left;
clear:left;
margin:3px 10px 10px 0;
}

.alignright{
float:right;
clear:right;
margin:3px 0 10px 10px;
}

/*************
2カラム
*************/

.culum1Wrap {
    clear: both;
    display: block;
    overflow: hidden;
    width: 90%;
    margin: 20px auto 0;
}

/*************
2カラム
*************/

.culum2Wrap {
    clear: both;
    display: block;
    overflow: hidden;
    width: 100%;
    margin-top: 20px
}

.culum2Wrap .culum2Box{
    width: 48%;
    float: left;
    margin-right: 4%;
}

.culum2Wrap .culum2Box:nth-child(2n){
    margin-right: 0;
}


/*************
3カラム
*************/

.culum3Wrap {
    clear: both;
    display: block;
    overflow: hidden;
    width: 70%;
    margin: 20px auto 0;
}

.culum3Wrap .culum3Box{
    display: inline-block;
    position:relative;
    width: 23.14%;
    height: 100%;
    float: left;
    margin-right: 15.29%;
}

.culum3Wrap .culum3Box:nth-child(3n){
    margin-right: 0;
}

.culum3Wrap .culum3Box a{
    display: inline-block;
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}

.culum3Wrap .culum3Box a:hover{
    background-color:#FFF;
    filter:alpha(opacity=20);
    -moz-opacity: 0.2;
    opacity: 0.2;
}

.culum3Wrap .culum3Box .l-textBox {
    width: 100%;
    float: left;
}

.culum3Wrap .culum3Box .l-textBox img{
    width: 100%;
}
.culum3Wrap .culum3Box .r-textBox {
    display: block;
    overflow: hidden;
    float: none;
    text-align: center;
    width: 100%;
    padding-top: 8%;
}


.culum3Wrap .culum3Box .r-textBox strong{
    color: #047e9b;
    font-size: 1.2em;
    font-weight: bolder;
    display: block
}

.culum3Wrap .culum3Box .r-textBox span{
	color:#888888;
	font-size:1.4rem;
    font-weight: bolder;
    line-height: 1.8;
	}

/*About*/

.culum3Wrap .about-3Box{
    display: inline-block;
    position: relative;
    width: 23.14%;
    height: 152px;
    float: left;
    margin-right: 15.29%;
    text-align: center;
    background-color: #047e9b;
}

.culum3Wrap .about-3Box:nth-child(3n){
    margin-right: 0;
}

.culum3Wrap .about-3Box a{
    display: inline-block;
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}

.culum3Wrap .about-3Box a:hover{
    background-color:#FFF;
    filter:alpha(opacity=20);
    -moz-opacity: 0.2;
    opacity: 0.2;
}

.culum3Wrap .about-3Box strong{
    color: #FFFFFF;
    font-size: 1.2em;
    font-weight: bolder;
    display: block;
    margin-top: 48px;
}

.culum3Wrap .about-3Box span{
    color: #FFFFFF;
    font-size: 1.4rem;
    font-weight: bolder;
    line-height: 1.8;
	}


/*************
4カラム
*************/

.culum4Wrap {
    clear: both;
    display: block;
    overflow: hidden;
    width: 90%;
    margin: 20px auto 0;
}

.culum4Wrap .culum4Box{
    display: inline-block;
    position:relative;
    width: 18%;
    height: 100%;
    float: left;
    margin-right: 9.3%;
}

.culum4Wrap .culum4Box:nth-child(4n){
    margin-right: 0;
}

.culum4Wrap .culum4Box a{
    display: inline-block;
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}

.culum4Wrap .culum4Box a:hover{
    background-color:#FFF;
    filter:alpha(opacity=20);
    -moz-opacity: 0.2;
    opacity: 0.2;
}

.culum4Wrap .culum4Box .l-textBox {
    width: 100%;
    float: left;
}

.culum4Wrap .culum4Box .l-textBox img{
    width: 100%;
}
.culum4Wrap .culum4Box .r-textBox {
    display: block;
    overflow: hidden;
    float: none;
    text-align: center;
    width: 100%;
    padding-top: 8%;
}


.culum4Wrap .culum4Box .r-textBox strong{
    color: #047e9b;
    font-size: 1.2em;
    font-weight: bolder;
    display: block
}

.culum4Wrap .culum4Box .r-textBox span{
	color:#888888;
	font-size:1.4rem;
    font-weight: bolder;
    line-height: 1.8;
	}

/*************
facebook
*************/

.facebook-wrapper ._2p_a {
    background-color: transparent;
}

/*************
お問い合わせバナー
*************/


.contactWrap {
    width: 100%;
    margin-top: 50px;
    text-align: center
}

.contactWrap a{
    width: 414px;
    margin: 0 auto;
}

/*************
テーブル
*************/
table.table{
border-collapse:collapse;
margin:5px auto 15px auto;
}

table.table td{
border-collapse:collapse;
background-color:#F9F9F9;
text-align:left;
padding:8px;
border:1px solid #D6D6D6;
line-height:20px;
}

table.table th{
background-color:#F5F5F5;
text-align:right;
padding:8px;
white-space:nowrap;
color: #151515;
border-top:1px solid #D4D4D4;
border-right:4px solid #D4D4D4;
border-bottom:1px solid #D4D4D4;
border-left:1px solid #D4D4D4;
font-size:1.3rem;
font-weight:normal;
letter-spacing:1px;
background-repeat:repeat-x;
background-position:top;
}


/*************
/* サイドバー
*************/
#sidebar ul{padding-top:10px;}

#sidebar li{
margin-bottom:10px;
padding-bottom:10px;
list-style:none;
border-bottom:1px dashed #f1f1f1;
}

#sidebar li:last-child{
border:0;
margin-bottom:0px;
}

#sidebar li a{
font-size:1.2rem;
display:block;
color:#333;
}

#sidebar li a:hover{
color:#888;
}

#sidebar ul.list li{
clear:both;
margin-bottom:5px;
padding:5px 0;
overflow:hidden;
border:0;
}

ul.list li{height:1%;}

ul.list li img{
float:left;
margin-right:10px;
}

ul.list li{
font-size:1.2rem;
line-height:1.35;
}


/*************
/* フッター
*************/
#footer{
clear:both;
overflow:hidden;
padding:10px 10px 20px 10px;
margin-top: 50px;
background: #aaaaaa;
border-top: 2px solid #ffff99;

}

* html #footer{height:1%;}

#footer .grid{
padding:10px 0 5px;
margin:0;
background:transparent;
}

#footer .foot-l{
    width: 28%;
    float: left;
}
#footer .foot-r{
    width: 70%;
    float: right;
}

#footer #info .logo, #footer #info .info{float:none;}

#footer #info .info{
clear:both;
    float: right;
padding:10px 0 0 15px;
text-align:left;
}

#footer .logo{font-size:1.8rem;}



#footer .info .tel,#footer .info .tel span,#footer .info .open, #footer .info .address, #footer .info .time {
font-size:1.2rem;
color:#FFF;
}

ul.footnav{
clear: both;
float:right;
padding:10px 0;
text-align: right;
}

ul.footnav li{
float:left;
margin-bottom:10px;
padding:0 7px 0 8px;
font-size:1.1rem;	
border-right:1px solid #b6b6b6;
}

#footer a{color:#FFF;}
#footer a:hover{color:#888;}

address{
clear:both;
padding:0 0 10px 0;
text-align:right;
font-style:normal;
font-size:1rem;
color:#fff;
}

/*************
ページ要素
*************/


.mainCopy{
    margin: 20px auto 0;
}

.mainCopy h3{
    font-size: 2em;
    text-align: center;
}

.mainCopy p{
    margin: 20px 0;
    line-height: 1.8em;
}


.mainCopy .ph-box-wrap{
    clear: both;
    display: block;
    margin: 30px 0 0 0;
}

.mainCopy .ph-box{
    display: inline-block;
    position:relative;
    width: 32%;
    height: 100%;
    float: left;
    margin-right: 2%;
    margin-bottom: 2%;
}

.mainCopy .ph-box:nth-of-type(3n+3){
    margin-right: 0;
}

.mainCopy .ph-box img{
    width: 100%;
}


.comment-box {
    display: block;
    clear: both;
    overflow: hidden;
    /*background-color: #ffd47f;*/
    background: url(/img/bg-wall.png);  
    padding: 1.5%;
    margin: 40px auto 0;
}


.comment-box p.title{
    font-size: 1.6em;
    margin: 5px 0 15px;
}

.comment-box .ph-box{
    display: inline-block;
    position:relative;
    width: 30%;
    height: 100%;
    float: left;
    margin-right: 2%;    
}

.comment-box .ph-box img{
    width: 100%;
}

.cont-box2,
.cont-box3 {
    display: block;
    clear: both;
    overflow: hidden;
    margin: 40px auto 0;
}


.cont-box2 p.title,
.cont-box3 p.title{
    font-size: 1.6em;
    margin: 5px 0 10px;
    text-align: center;
}

.cont-box2 p.title span:before,
.cont-box2 p.title span:after,
.cont-box3 p.title span:before,
.cont-box3 p.title span:after{
    content: "■";
    color: #047e9b;
}

.cont-box2 p.copy,
.cont-box3 p.copy{
    margin-bottom: 30px;
}

.cont-box2 .ph-box{
    display: block;
    float: left;
    width: 40%;
    height: 100%;
    margin-right: 5%;
    margin-left: 5%;
    margin-bottom: 10px;
}

.cont-box2 .ph-box:nth-of-type(2n+2){
    margin-right: 0;
}

.cont-box3 .ph-box{
    display: block;
    float: left;
    width: 30%;
    height: 100%;
    margin-right: 5%;
    margin-bottom: 10px;
}
.cont-box3 .ph-box:nth-of-type(3n+3){
    margin-right: 0;
}

.cont-box2 .ph-box img,
.cont-box3 .ph-box img{
    width: 100%;
}

.cont-box2 .ph-box p,
.cont-box3 .ph-box p{
    color: #047e9b;
    padding: 5px 0;
    text-align: center;
}

.cont-box {
    display: block;
    clear: both;
    overflow: hidden;
    margin: 40px auto 0;
}

.cont-box p.title{
    font-size: 1.4em;
    margin: 5px 0 10px;
}

.cont-box .ph-box-L,
.cont-box .ph-box-R{
    display: inline-block;
    position:relative;
    width: 45%;
    height: 100%;
}

.cont-box .ph-box-L{
    float: left;
    margin: 0 2% 2% 0;
}

.cont-box .ph-box-R{
    float: right;
    margin: 0 0 2% 2%;
}

.cont-box .ph-box-R.short{
margin-top: 20px;
}


.cont-box .ph-box-L img,
.cont-box .ph-box-R img{
    width: 100%;
}

.dot-box{
    padding: 0.2em 0.5em;
    margin: 2%;
    background: #fffeca;
    box-shadow: 0px 0px 0px 10px #fffeca;
    border: dashed 2px #fcb35a;
    border-radius: 8px;
    display: block;
    overflow: hidden;
    }

.dot-box p{
    margin-bottom: 20px;
}
.dot-box p.title{
    margin: 15px 0 10px;
    text-align: center;
}

h3.price {
    text-align: center;
    margin: 30px 0;
    font-size: 1.6em;
    color: #047e9b;
}

/* ホテル料金表
------------------------------------------------------------*/
table.price{
    width: 100%;
    border-collapse:collapse;
    border-spacing:0;
    font-size: 1.2em;
}

table.price th,table.price td{
    padding: 1%;
    border: 1px solid #cccccc;
}

table.price th{
    text-align: center;
    background-color: #efefef;
}
table.price td{
    vertical-align: middle;
    text-align: right;
}

table.price td span{
    font-size: 0.8em;
}

table.price tr.type-line{
    border-top: 3px double #aaa;
}


table.price td.type{
    text-align: center;
}


.tax-att{
    text-align: right;
    font-size: 0.9em;
}


.price-btn{
    text-align: center;
}
    
.price-btn a{
    width: 50%;
    background-color: #ff9;
    padding: 16px;
    text-align: center;
    font-size: 1.4em;
    color: #555;
    margin: 20px auto 0;
}

.price-btn a:hover{
    background-color: #f8ffd7;    
}

/* 店舗情報
------------------------------------------------------------*/


.staff-box {
    display: block;
    clear: both;
    overflow: hidden;
    background-color: #ffefcf;
    padding: 3%;
    margin: 40px auto 0;
}

.staff-box:first-child{
    margin-top: 0;
}

.staff-box p.Position{
    font-weight: bold;
}
.staff-box p.name{
    font-size: 1.4em;
    margin: 0 0 10px;
    border-bottom: 1.5px solid #777;
    display: block;
    overflow: hidden;
    padding-bottom: 5px;
}
.staff-box p.name span{
    font-size: 0.8em;
}
.staff-box .ph-box{
    display: inline-block;
    position:relative;
    width: 32%;
    height: 100%;
    float: left;
    margin-right: 4%;    
}

.staff-box .ph-box img{
    width: 100%;
}

.staff-rec-box{
padding: 0.2em 0.5em;
    margin: 40px 2% 2%;
    background: #fffeca;
    box-shadow: 0px 0px 0px 10px #fffeca;
    border: dashed 2px #fcb35a;
    display: block;
    overflow: hidden;
}

.staff-rec-box p{
    text-align: center;
}

.staff-rec-box p.title{
    font-weight: bold;
    margin: 0 0 2%;
}

table.shop{
    width: 100%;
    border-collapse:collapse;
    border-spacing:0;
}

table.shop th,table.shop td{
    padding: 3%;
    border: 1px solid #cccccc;
    vertical-align: middle;
}

table.shop th{
    text-align: center;
    background-color: #efefef;
}
table.shop td{

}

.ggmap {
position: relative;
padding-bottom: 48.5%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

/* お問い合わせ
------------------------------------------------------------*/
#formWrap {
	margin:0 auto;
}

#formWrap .att{
    margin: 20px auto;
    color: #F00;
    line-height: 1.8;
    text-align: center;
}

#formWrap .att span{
    display: block;
}

table.formTable{
	width:99%;
	margin:20px auto;
	border-collapse:collapse;
    font-size: 1.2em;
}
table.formTable td,table.formTable th{
	border:1px solid #ccc;
	padding:10px;
}
table.formTable th{
	width:30%;
	font-weight:normal;
	background:#efefef;
	text-align:left;
    vertical-align: middle;
}

input[type="text"],
textarea {
    width: 100%;
}

input[type="text"][size="20"] {
    width: 170px;
}
 
input[type="text"][size="30"] {
    width: 230px;
}

#formWrap p{
    line-height: 2em;
}

#formWrap p.error_messe{
    color: #ef1414;
}
/* プライバシーポリシー
------------------------------------------------------------*/
.policy h3{
    font-size: 1.4em;
    margin-bottom: 20px;
}

.policy p{
    margin-bottom: 30px;
}


/* 色設定
------------------------------------------------------------*/

/*一時お預かり*/
.shortstay #titleLine,
.shortstay #titleLine .titleBox,
.shortstay h3.price,
.shortstay .cont-box2 p.title span:before,
.shortstay .cont-box2 p.title span:after,
.shortstay .cont-box3 p.title span:before,
.shortstay .cont-box3 p.title span:after{
    border-color: #ffac47;
    color: #ffac47;
}

/*ホテル*/
.hotel #titleLine,
.hotel #titleLine .titleBox,
.hotel h3.price,
.hotel .cont-box2 p.title span:before,
.hotel .cont-box2 p.title span:after,
.hotel .cont-box3 p.title span:before,
.hotel .cont-box3 p.title span:after{
    border-color: #3d9c37;
    color: #3d9c37;
}

/*トリミング*/
.trimming #titleLine,
.trimming #titleLine .titleBox,
.trimming h3.price,
.trimming .cont-box2 p.title span:before,
.trimming .cont-box2 p.title span:after,
.trimming .cont-box3 p.title span:before,
.trimming .cont-box3 p.title span:after{
    border-color: #9e7e07;
    color: #9e7e07;
}

/*終生お預かり*/
.secondlife #titleLine,
.secondlife #titleLine .titleBox,
.secondlife h3.price,
.secondlife .cont-box2 p.title span:before,
.secondlife .cont-box2 p.title span:after,
.secondlife .cont-box3 p.title span:before,
.secondlife .cont-box3 p.title span:after{
    border-color: #fa7676;
    color: #fa7676;
}

/*デイタイム*/
.daytime #titleLine,
.daytime #titleLine .titleBox,
.daytime h3.price,
.daytime .cont-box2 p.title span:before,
.daytime .cont-box2 p.title span:after,
.daytime .cont-box3 p.title span:before,
.daytime .cont-box3 p.title span:after{
    border-color: #80CCE3;
    color: #80CCE3;
}


/* PC用
------------------------------------------------------------*/
@media only screen and (min-width: 960px) , print{
	#header,#wrapper{
	width:960px;
	padding:0;
	margin:0 auto;
    display: block;
    overflow: hidden;
	}
    .inner{
        width: 940px;
        margin: 0 auto;
    }

	#header{
    margin: 0 auto 10px;    
    }

.head-r-box {
    width: 75%;
    float: right;
}
    

  nav#mainNav{
	clear:both;
	overflow:hidden;
	position:relative;
 	}
	
	nav#mainNav{
    padding: 2px 5px 0 14px;
	}

	nav#mainNav ul li{
	float: left;
	position: relative;
    width: 12.4%;
	}

	nav#mainNav li:last-child{border-right:1px dotted #ebebeb;}

	nav#mainNav ul li a{
	display: block;
	text-align: center;
	font-size:1.3rem;
	height:40px;
	padding-top:15px;
	color:#333;
	border-left:1px dotted #ebebeb;
	}

	nav#mainNav ul li a span,nav#mainNav ul li a strong{
	display:block;
	}

    nav#mainNav ul li a strong{
    color: #047e9b;
    font-size: 1.2rem;
    }
	nav#mainNav ul li a span{
	color:#cdcdcd;
	font-size:1.2rem;
	}

	nav div.panel{
	display:block !important;
    float: right;
    width: 100%;
	}

	a#menu{display:none;}

	nav#mainNav li.active a, nav#mainNav li a:hover{
	color:#909090;
  background:#f9f9f9;
	padding-top:15px;
	}

    #wrapper{padding-bottom:20px;}

	#mainBanner{
        
    }
	#subpage #mainBanner{margin:17px auto;}
	
	#main{
	float:right;
	width:657px;
	padding-right:15px;
	}
	
	#sidebar{
	float:left;
	width:245px;
	padding:25px 0 0 15px;
	overflow:hidden;
	}
	
	#sidebar article{
	padding-top:7px;
	margin-bottom:20px;
	overflow:hidden;
	}
	
	/* グリッド全体 */
	.gridWrapper{
	width:100%;
	margin:0 auto;
	}
	
	#gallery article{padding:10px 0 10px 10px;}
	
	/* グリッド */
	.grid{
	float:left;
	width:32%;
	margin:10px 0 0 1%;
	}
	
	#subpage .grid{width:auto;}
	
  #gallery .grid{
	width:auto;
	margin:10px 0 2px 10px;
	}
}


@media only screen and (max-width:959px){
	*{
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
	}
	
	.logo{
    margin-top: 6px;
    margin-left: 10px;    
	}

    .info {
    margin-top: 10px;
    margin-right: 10px;
    }
    
    nav#mainNav{
	clear:both;
	width:100%;
	margin:0 auto;
	padding:0;
  border:1px solid #e4e4e4;
	}

	nav#mainNav a.menu{
	width:100%;
	display:block;
	height:40px;
	line-height:40px;
	font-weight: bold;
	text-align:left;
	}

	nav#mainNav a#menu span{
	padding-left:10px;
	color:#333;
	}
	nav#mainNav a.menu span:before{content: "→ ";}
	nav#mainNav a.menuOpen span:before{content: "↓ ";}

	nav#mainNav a#menu:hover{cursor:pointer;}

	nav .panel{
	display: none;
	width:80%;
	position: relative;
	right: 0;
	top:0;
	z-index: 1;
	}

	nav#mainNav ul li{
	float: none;
	clear:both;
	width:100%;
	height:auto;
	line-height:1.2;
	}

	nav#mainNav ul li a,nav#mainNav ul li.current-menu-item li a{
	color:#333;
	display: block;
	padding:15px 10px;
	text-align:left;
	border-bottom:1px dashed #ccc;
	}
	
	nav#mainNav ul li a span{padding-left:10px;}
	
	nav#mainNav ul li:first-child a{
	border-top:1px solid #e4e4e4;
	}
	
	nav#mainNav ul li:last-child a{border:0;}
	
	nav#mainNav ul li.active a{color:#888;}

	nav div.panel{float:right;}
	
	#subpage #mainBanner{max-width:668px;}
	
	#sidebar{padding-bottom:30px;}
	
	#sidebar article{padding:7px 0 15px;}
    
    
    #mainBanner .copy-box{
    max-width: 100%;
    max-height: 35%;
    position: relative;
    padding: 2% 4%;
}
	
#mainBanner a.btn {
    margin-top: 15px;
    }

	ul.footnav li{float:none;display:inline-block;}
	
	.grid{
	width:32%;
	margin:10px 0 0 1%;
	}
	
	#gallery .grid{
	float:left;
	width:31%;
	margin:0 0 0 1%;
	}
	
	#footer .grid img, #footer .info{float:none;}
	#footer .grid p{display:block;}
	#footer #info .info{float:none;text-align:center;}


	#footer .logo p{float:none;display:block;}
	#footer .logo img{float:none;padding:0;}
}


/* スマートフォン 横(ランドスケープ) */
@media only screen and (max-width:640px){
    
.pc{
    display: none;
}

.sp{
    display: block;
}
    
	#header{
	height:auto;
	}
	
	#header h1,.logo,.info{text-align:center;}
	
	.logo{
	clear:both;
	width:80%;
	float:none;
    margin: 6px auto 0;
	}
	
	.info{
	clear:both;
	width:100%;
	float:none;
	}
    
    .logo p{float:none;display:block;}
	.logo img{float:none;padding:0;}
	
	.box img{
	float:left;
	margin-right:5px;
	}
	
	.box h3{padding-top:0;}

  .alignleft,.alignright{
	float:none;
	display:block;
	margin:0 auto 10px;
	}
	
	#gallery .grid{float:left;}

    
 
    
#footer .foot-l{
    width: 100%;
    float: none;
}
#footer .foot-r{
    width: 100%;
    float: none;
}

ul.footnav{
float:none;
text-align: center;
}
    
address{
text-align:center;
}
    
.culum1Wrap {
    width: 100%;
}
    
    
.culum3Wrap {
    width: 100%;
}

.culum3Wrap .culum3Box .r-textBox {
    padding-top: 2%;
}

/*About*/

.culum3Wrap .about-3Box{
    width: 100%;
    height: 60px;
    margin-bottom: 10px;
}    

.culum3Wrap .about-3Box:nth-child(4n) {
    margin-bottom: 0;
}  
    
.culum3Wrap .about-3Box strong {
    margin-top: 5px;
}

  
    
.culum4Wrap {
    width: 100%;
}

.culum4Wrap .culum4Box .r-textBox {
    padding-top: 2%;
}

.mainCopy {
    margin: 0 auto;
}
    
.mainCopy p {
    margin: 0 0 20px;
}
    


.comment-box {
    padding: 2%;
    margin: 0 auto;
}    
    
.comment-box .ph-box{
    width: 100%;
    height: auto;
    float: none;
    margin-right: 0;    
}

.comment-box p.title {
    font-size: 1.2em;
}    
.cont-box2 p.title,
.cont-box3 p.title{
    font-size: 1.2em;
    text-align: left;
    border-left: 10px solid #53c2e1;
    padding-left: 5px;
}

.cont-box2 p.title span:before, .cont-box2 p.title span:after, .cont-box3 p.title span:before, .cont-box3 p.title span:after {
    content: "";
}    

/* 色設定
------------------------------------------------------------*/

/*一時お預かり*/    
.shortstay .cont-box2 p.title,
.shortstay .cont-box3 p.title{
    border-color: #ffac47;
}    

/*ホテル*/    
.hotel .cont-box2 p.title,
.hotel .cont-box3 p.title{
    border-color: #3d9c37;
}        

/*トリミング*/   
.trimming .cont-box2 p.title,
.trimming .cont-box3 p.title{
    border-color: #9e7e07;
}        
    
/*終生お預かり*/   
.secondlife .cont-box2 p.title,
.secondlife .cont-box3 p.title{
    border-color: #fa7676;
}        

/*一時お預かり*/    
.daytime .cont-box2 p.title,
.daytime .cont-box3 p.title{
    border-color: #80CCE3;
}    

/* 色設定ここまで
------------------------------------------------------------*/    
    
.cont-box2 .ph-box,
.cont-box3 .ph-box {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 10px;
    padding: 0 10%;
}    
    
    
    
.cont-box .ph-box-L,
.cont-box .ph-box-R{
    width: 100%;
    float: none;
    margin: 0 0 2%;
}    

.cont-box .ph-box-R.short{
margin-top: 0;
margin-bottom: 20px;
    }
    
    
/* ホテル料金表
------------------------------------------------------------*/
h3.price {
    margin: 30px 0 0;
}

table.price tr.type-line{
    border-top: none;
}    
    
    
table.price th{
    display: none;
}
    
table.price td{
    width: 100%;
    display: block;
    border-bottom: none;
    text-align: left;
}

table.price td:nth-child(1) {
        margin-top:20px;
        background-color: #efefef;
}

table.price td:last-child{
    border: 1px solid #cccccc;
}        

/* 料金表一時お預かり */    
.shortstay table.price td:nth-child(2):before {
        content: '最初の1時間：';
}

.shortstay table.price td:nth-child(3):before {
        content: '以降30分：';
}
    
.shortstay table.price td:nth-child(4):before {
        content: '営業時間外お預かり：';
    }
    
/* 料金表終生お預かり */    
.secondlife table.price td:nth-child(2):before {
        content: '～4歳までの犬：';
}

.secondlife table.price td:nth-child(3):before {
        content: '5歳～7歳までの犬：';
}
    
.secondlife table.price td:nth-child(4):before {
        content: '8歳～の犬：';
    }
    
/* 料金表ホテル */    
.hotel table.price td:nth-child(2):before {
        content: '1泊2日：';
}

.hotel table.price td:nth-child(3):before {
        content: '1ヶ月：';
}
    
.hotel table.price td:nth-child(4):before {
        content: '1年間：';
    }

/* 料金表トリミング */    
.trimming table.price td:nth-child(2):before {
        content: 'シャンプーコース：';
}

.trimming table.price td:nth-child(3):before {
        content: 'シャンプー＋カットコース：';
}


.price-btn a {
    padding: 12px;
    font-size: 1.1em;
    width: 96%;
}    
    
    

/*店舗情報
------------------------------------------------------------*/

    
/*コンセプト*/
.mainCopy .ph-box{
    width: 49%;
}

.mainCopy .ph-box:nth-of-type(3n+3) {
    margin-right: 2%;
}    
    
.mainCopy .ph-box:nth-of-type(2n+2){
    margin-right: 0;
}   

.mainCopy .ph-box:last-of-type{
    width: 100%;
}  
    
    
.staff-box .ph-box {
    width: 100%;
    margin-bottom: 4%;
    margin-right: 0;
    text-align: center;
}    
.staff-box .ph-box img {
    width: 70%;
}
    
.staff-rec-box p{
    text-align: left;
}
    
    table.shop{
    border-top: 1px solid #cccccc;
    }
    
table.shop th,
table.shop td{
display: block;
    width: 100%;        
    border-top: 0;
    }    
    
.ggmap {
padding-bottom: 80%;
margin-top: 20px;
    }    
    
    
    
    
/* お問い合わせフォーム用 */    
table.formTable td,table.formTable th{
    width: 100%;
    display: block;
}    
    
    
    

}





/* スマートフォン 縦(ポートレート) */
@media only screen and (max-width:480px){
	.grid{width:100%;}
	.box img{max-width:100px;}
    
/*************
2カラム
*************/

    .culum2Wrap .culum2Box{
    width: 100%;
    float: none;
    margin-right: 0;
}


/*************
3カラム
*************/

    .culum3Wrap {
    width: 95%;
    text-align: center;
}   
    .culum3Wrap .culum3Box{
    display: block;
    clear: both;
    width: 100%;
    float: none;
    margin:0 auto 10px;
    background-color: #eee;
}   

    .culum3Wrap .culum3Box:nth-child(3n){
    margin-bottom: 0;  
    }    
    
    .culum3Wrap .culum3Box,.culum3Wrap .culum3Box a{
        display: inline-block;
    }

.culum3Wrap .culum3Box .l-textBox {
    width: 20%
    }
.culum3Wrap .culum3Box .r-textBox {
    display: block;
    width: 80%;
    height: 100%;
    padding-top: 3%;
    padding-right: 30px;
background: url(../img/arrow.png) no-repeat 95% 60%; 
}
    
/*************
4カラム
*************/

.culum4Wrap {
    width: 95%;
    text-align: center;
}

.culum4Wrap .culum4Box{
    display: block;
    clear: both;
    width: 100%;
    float: none;
    margin:0 auto 10px;
    background-color: #eee;
}

.culum4Wrap .culum4Box:nth-child(4n){
    margin-bottom: 0;  
}

.culum4Wrap .culum4Box,.culum4Wrap .culum4Box a{
    display: inline-block;
}

.culum4Wrap .culum4Box .l-textBox {
    width: 20%
}

.culum4Wrap .culum4Box .r-textBox {
    display: block;
    width: 80%;
    height: 100%;
    padding-top: 3%;
    padding-right: 30px;
	background: url(../img/arrow.png) no-repeat 95% 60%; 
}

    
    
/*************
お問い合わせ
*************/
    .contactWrap {
    width: 100%;
    margin-top: 20px;
    text-align: center
}

    .contactWrap a{
    width: 95%;
    margin: 0 auto;
}

    #formWrap .att{
        text-align: left;
    }

    #formWrap .att span{
        text-align: center;
    }


}

/*20180601追加*/    

.attention-box{
    padding: 0.2em 1em;
    margin: 2% 0;
    border: dashed 2px #b6b6b6;
    display: block;
    overflow: hidden;
    }

.attention-box span{
    font-size: 1.4em;
    font-weight: bold;
    margin: 0.2em 0;
    display: block;
}

.attention-box p {
    text-indent: -1em;
    margin-left: 1em;
    padding-bottom: 0.2em;
}
.attention-box p:before {
    content: '';
    display: inline-block;
    width: .5em;
    height: .5em;
    margin-right: .5em;
    background: #666;
    transform: rotate(45deg);
    vertical-align: 2px;
}

.attention-box p strong{
    font-weight: bold;
}

.second-att{
    padding: 0.8em;
    margin-top: 1em;
    border: 2px dotted #aaa;
}

/*20191002追加*/

.plice_att{
    margin: 30px auto;
    width: 70%;
    text-align: center;
    background: #fb791c;
    padding: 20px;
    box-shadow: 0px 0px 0px 5px #fb791c;
    border: dashed 2px #ffffff;
}

.plice_att:hover{
    background: #ffc47c;
    box-shadow: 0px 0px 0px 5px #ffc47c;
}


.plice_att a{
    display: block;
    color: #FFF;
    font-size: 1.4em;
    font-weight: bold;
    line-height: 1;
}

.plice_att a:hover{
    color: #ffe5bd;
    
}

.plice_att a img{
    width: 18px;
}

.price-btn.price_new a{
    background-color: #ffb97c;
}

.price-btn.price_new a:hover{
    background-color: #ffd1a9;    
}



/* スマートフォン 横(ランドスケープ) */
@media only screen and (max-width:640px){

.plice_att{
    margin: 30px auto;
    width: 95%;
    }

/*20200205追加*/
.staff-box p.Position{
    clear: both;
}
    
}

/*20200210追加*/


.mainCopy .owner_wrap{
    display: block;
    overflow: hidden;
    margin: 30px 0;
}

.mainCopy .owner_wrap p{
    margin: 20px 0;
    line-height: 2em;
}


.mainCopy .owner_wrap .title{
    display: block;
    margin: 30px auto;
    text-align: center;
    font-size: 1.6em;
}

.mainCopy .owner_wrap p .name{
    display: block;
    text-align: right;
    margin-top: 30px;
}

.mainCopy .owner_ph_pc{
    width: 20%;
    float: right;
    margin:0 0 30px 50px;
    }

.mainCopy .owner_ph_sp{
    display: none;
}

.mainCopy .owner_wrap img{
    width: 100%;
        
    }


.point_box {
    overflow: hidden;
    margin-top: 30px;
    padding: 20px;
    border: 3px solid rgb(255, 170, 170);
    border-radius: 20px;
}

.point_box .point_title{
    text-align: center;
    margin: 0 auto 30px;
    font-size: 2.0em;
    font-weight: bold;
    color: rgb(255, 170, 170);
}

.point_box .point_title:before,
.point_box .point_title:after{
  content: '';/*何も入れない*/
  display: inline-block;/*忘れずに！*/
  width: 30px;/*画像の幅*/
  height: 33px;/*画像の高さ*/
    background: url(/img/icon_nikukyu.svg) left 0px top 3px no-repeat;
  background-size: contain;
}

.point_box .point_title:before{
    margin-right: 20px;
}
.point_box .point_title:after{
    margin-left: 20px;
}


.point_box ul{
    font-size: 1.2em;
    font-weight: bold;
}

.point_box ul.colum2{
    width: 47.5%;
    float: left;
}

.point_box ul.colum2:nth-of-type(odd){
    margin-right: 5%;
}

.point_box ul li{
    padding-left: 40px;
    line-height: 1.6em;
    background: url(/img/icon_nikukyu.svg) left 0px top 3px no-repeat;
    background-size: 30px auto;
    margin-bottom: 15px;
    min-height: 2em;
    padding-top: 0.4em;    
}
.point_box ul li span{
    display: block;
    font-size: 0.8em;
    line-height: 1.5em;
    font-weight: normal;
}



@media only screen and (max-width:640px){

.mainCopy .owner_wrap p{
    width: 100%;
    float: none;
}

.mainCopy .owner_wrap p .name{
    text-align: center;
}

.mainCopy .owner_ph_pc{
    display: none;
    }
    
.mainCopy .owner_ph_sp{
    display: block;
    width: 40%;
    margin: 20px auto 0;
    }




.point_box {
    padding: 15px;
}

.point_box .point_title{
    margin: 0 auto 20px;
}

.point_box ul.colum2{
    width: 100%;
    float: none;
}

}


/*20200223追加*/

.osirase_att{
    margin: 30px auto;
    width: 70%;
    padding: 20px;
    border: solid 5px #fb791c;
    font-size: 1.2em;
}

.osirase_att span{
    display: block;
    text-align: center;
    margin-bottom: 10px;
}

.osirase_att small{
    font-size: 0.9em;    
}

/* スマートフォン 横(ランドスケープ) */
@media only screen and (max-width:640px){

.osirase_att{
    margin: 30px auto;
    width: 95%;
    }
}
    
/*20200224追加*/
    
.trimming h4.price {
    text-align: center;
    margin: 30px 0 15px;;
    font-size: 1.4em;
    color: #9e7e07;
}
    
table.price2{
    width: 100%;
    border-collapse:collapse;
    border-spacing:0;
    font-size: 1.2em;
}    
    
table.price2 th,table.price2 td{
    padding: 1%;
    border: 1px solid #cccccc;
    vertical-align: middle;
}

table.price2 th{
    text-align: center;
    background-color: #efefef;
    width: 19%;
}
table.price2 td{
    text-align: left;
}

.trimming .tan_ph_box{
    margin: 15px 0 15px;
    overflow: hidden;
}

.trimming .tan_ph_box .tan_ph{
    width: 22%;
    float: left;
    margin-right: 4%;
}
.trimming .tan_ph_box .tan_ph:last-of-type{
    margin-right: 0;
}

.trimming .tan_ph_box .tan_ph img{
    width: 100%;
}

.trimming .tan_ph_box .tan_ph span{
    display: block;
    margin-top: 5px;
    text-align: center;
    font-size: 0.9em;
}


@media only screen and (max-width:640px){

table.price2 th,table.price2 td{
width: 100%;
display: block;
padding: 2%
    }

table.price2 td{
    padding-bottom: 4%;
}

.trimming .tan_ph_box .tan_ph{
    width: 48%;
    float: left;
    margin-right: 4%;
    margin-bottom: 4%;
}

.trimming .tan_ph_box .tan_ph:nth-child(2n){
    margin-right: 0;
}

.trimming .tan_ph_box .tan_ph:nth-child(2n){
    margin-right: 0;
}


}


/*20200311追加 カレンダー*/

.calendar_att{
    margin: 30px auto;
    width: 70%;
    text-align: center;
    background: #fb791c;
    padding: 20px;
    box-shadow: 0px 0px 0px 5px #fb791c;
    border: dashed 2px #ffffff;
}

.calendar_att:hover{
    background: #ffc47c;
    box-shadow: 0px 0px 0px 5px #ffc47c;
}


.calendar_att a{
    display: block;
    color: #FFF;
    font-size: 1.4em;
    font-weight: bold;
    line-height: 1;
}

.calendar_att a:hover{
    color: #ffe5bd;
    
}

.calendar_att a img{
    width: 18px;
}

.calendar {
    width: 900px;
    padding: 2%;
    border-radius: 10px;    
}

.calendar p{
    font-size: 0.9em;
    color: #333;
    margin-bottom: 10px;
}

.calendar p .green{
    color: #7EC225;
}
.calendar p .red{
    color: #AD2D2D;
}

.calendar iframe{
    width: 100%;
    height: 650px;
}

.calendar .fancybox-button svg path{
    color: #fb6312;
    }


@media only screen and (max-width:640px){

.calendar_att{
    width: 90%;
    }
    
.calendar {
    width: 95%;
    padding: 8% 2% 2%;
}

.calendar iframe{
    width: 100%;
    height: 500px;
}
    
}

/*20200319追加 LINE*/

.line_wrap{
    
}

.line_wrap .line_box{
    width: 499px;
    margin: 50px auto;
}

.line_wrap .line_box img{
    width: 100%;
}
@media only screen and (max-width:640px){
    .line_wrap .line_box {
    width: 70%;
    margin: 30px auto;
}    
    
}

/*20200404追加*/

.colona_att{
    margin: 30px auto;
    width: 70%;
    text-align: center;
    background: #ff7171;
    padding: 20px;
    box-shadow: 0px 0px 0px 5px #ff7171;
    border: dashed 2px #ffffff;
}

.colona_att:hover{
    background: #ffb0b0;
    box-shadow: 0px 0px 0px 5px #ffb0b0;
}


.colona_att a{
    display: block;
    color: #FFF;
    font-size: 1.4em;
    font-weight: bold;
    line-height: 1.2;
}

.colona_att a img{
    width: 18px;
}

@media only screen and (max-width:640px){

.colona_att{
    margin: 30px auto;
    width: 95%;
    }

}

/*20200223追加*/

.colona_osirase_att{
    margin: 30px auto;
    width: 70%;
    padding: 20px;
    border: solid 5px #ff7171;
    font-size: 1.2em;
}

.colona_osirase_att span{
    display: block;
    text-align: center;
    margin-bottom: 10px;
}

.colona_osirase_att small{
    font-size: 0.9em;    
}

/* スマートフォン 横(ランドスケープ) */
@media only screen and (max-width:640px){

.colona_osirase_att{
    margin: 30px auto;
    width: 95%;
    }
}

/*20200617インスタバナー追加*/

.insta .insta_bnr{
    width: 499px;
    margin: 50px auto;
}

.insta .insta_bnr img{
    width: 100%;
}

/* スマートフォン 横(ランドスケープ) */
@media only screen and (max-width:640px){
    .insta .insta_bnr{
    width: 95%;
    margin: 20px auto 30px;
    }
}

/*20210317インスタバナー追加*/


/* スマートフォン 横(ランドスケープ) */
@media only screen and (max-width:640px){
.colona_osirase_att span.sp_l{
    text-align: left;
}
}

/*20230526osirase追加*/
.osirase_att{
    margin: 30px auto;
    width: 70%;
    padding: 20px;
    border: solid 5px #ff7171;
    font-size: 1.4em;
    text-align: center;
}

.osirase_att a{
    display: inline-block;
    background: #74b4df;
    border-radius: 5px;
    color: #FFF;
    margin: 20px auto 10px;
    padding: 10px 30px;
    font-weight: initial;
}

.osirase_att a:hover{
    background: #006699;    
}


@media only screen and (max-width:640px){
.osirase_att{
    margin: 30px auto;
    width: 95%;
    padding: 5%;
    }
}


/*20240201DAYTIMEページ追加*/

.daytime .mainCopy .copy{
    font-size: 2em;
    text-align: center;    
}

.daytime .daytime_img img{
    width: 100%;
}

.daytime .point_box {
    border: 3px solid #80CCE3;    
}
.daytime .point_box .point_title{
    color: #80CCE3;
}

.daytime .point_box .point_title:before, .daytime .point_box .point_title:after{
    content: '';
    display: inline-block;
    width: 30px;
    height: 33px;
    background: url(/img/icon_nikukyu_blue.svg) left 0px top 3px no-repeat;
    background-size: contain;
}

.daytime .point_box ul li{
    padding-left: 40px;
    line-height: 1.6em;
    background: url(/img/icon_nikukyu_blue.svg) left 0px top 3px no-repeat;
    background-size: 30px auto;
    margin-bottom: 15px;
    min-height: 1em;
    padding-top: 0.4em;
}

.daytime .pWrap{
    display: flex;
    justify-content: space-around;
    margin: 50px auto;
}

.daytime .pWrap img{
    width: 24%;
}

.daytime h3{
    text-align: center;
    margin: 50px 0 30px;
    font-size: 1.6em;
    color: #80CCE3;
}

.daytime .att{
    font-size: 1em;
}

.daytime .cont_att{
    margin: 80px 0 0;
    text-align: center;
}

.daytime .attentionWrap{
    padding: 0.2em 1em;
    margin: 30px 0;
    border: dashed 2px #b6b6b6;    
}

/*トップページバナー*/
.topDaytimeBnr{
    display: block;
    width: 75%;
    margin: 30px auto;
}

.topDaytimeBnr img{
    width: 100%;
}

/* スマートフォン 横(ランドスケープ) */
@media only screen and (max-width:640px){

.daytime .point_box ul li{
    padding-left: 40px;
    line-height: 1.6em;
    background: url(/img/icon_nikukyu_blue.svg) left 0px top 15px no-repeat;
    background-size: 30px auto;
    margin-bottom: 15px;
    min-height: 1em;
    padding-top: 0.4em;
    }

.daytime .pWrap {
    flex-wrap: wrap;
    margin: 30px auto;
    }

.daytime .pWrap img {
    width: 48%;
    margin-bottom: 2%;
}

.daytime .cont_att{
    margin: 50px 0 0;
    text-align: left;
}

/*トップページバナー*/
.topDaytimeBnr{
    width: 93%;
    }
    
}


/*20240210トリマー不足*/

.trim_att{
    margin: 30px auto;
    width: 71%;
    padding: 20px 10px;
    border: solid 5px #ff7171;
    font-size: 1.2em;
}

.trim_att span{
    display: block;
    text-align: center;
    margin-bottom: 10px;
}

.trim_att span em{
    color: #ff7171;
    
}

/* スマートフォン 横(ランドスケープ) */
@media only screen and (max-width:640px){
.trim_att{
    width: 100%;
    }
}

/*20241001フェイスブック削除インフォセンター*/

a.info_a{
    width: 458px;
    display: block;
    margin: 0 auto;
}

/* スマートフォン 横(ランドスケープ) */
@media only screen and (max-width:640px){
a.info_a{
    width: 100%;
    }
}

/*20241218　スタッフ資格追加*/

.staff-box p .license{
    font-size: 0.9em;
    margin-top: 10px;
    display: inline-block;
}

.staff-box p .license em{
}

/* スマートフォン 横(ランドスケープ) */
@media only screen and (max-width:640px){
.staff-box p .license em{
    display: block;
}

}

/*20250210　ホテル一日のスケジュール追加*/
.hotel_sch_box {
    overflow: hidden;
    margin: 60px 0;
    padding: 0 6vw;
}

.hotel_sch_box img{
    max-width: 100%;

}

/* スマートフォン 横(ランドスケープ) */
@media only screen and (max-width:640px){
.hotel_sch_box {
    margin: 30px 0 60px;
    padding: 0 2vw;
}

}

/*20250925　終生料金表追加*/
 
.secPriceWrap{
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
}

.secPriceWrap div{
width: 48%
}

.secPriceWrap div img{
    width: 100%;
}

.secPriceWrap p.price{
    margin: 30px 0 10px;
    line-height: 1.5;
}

.secPriceWrap .price .small{
    font-size: 0.9em;
    line-height: 1.5;
}
   
.secPriceWrap table {
  border-collapse: collapse; /* 枠線を重ねて表示をすっきりさせる */
  width: 100%; /* 必要に応じて調整 */
}

.secPriceWrap th,
.secPriceWrap td {
  border: 1px solid #000; /* 黒の区切り線 */
  padding: 5px;           /* セル内の余白 */
}

.secPriceWrap th{
    text-align: center;
    background: #ddd;
}

.secPriceWrap td{
    text-align: right;
}


/* スマートフォン 横(ランドスケープ) */
@media only screen and (max-width:640px){

.secPriceWrap{
    flex-direction: column;
    }

.secPriceWrap div {
    width: 100%;
    }

}


