@charset "Shift_JIS";

/*--------------------------------------------------------
  フルCSSプロフェッショナルテンプレート部品設定
--------------------------------------------------------*/

.hpb-parts-cnt-style
{
    border-color: #d6d6d6;
}

.hpb-parts-hl-style
{
    padding: 3px 0.2em !important;
    margin-top: 5px !important;
    margin-bottom: 5px !important;
    border-color: #089DED;
}

.hpb-parts-cbox-style
{
    border-color: #d6d6d6;
}

.hpb-parts-hr-style
{
    border-color: #d6d6d6;
}

.hpb-parts-pbox-style
{
    border-color: #d6d6d6;
}
.hpb-parts-pbox-style h4
{
    padding: 0px !important;
}

.hpb-parts-blist-style
{
    border-color: #f07e42;
}
a.hpb-parts-blist-style:link
{
    color: #666666;
}
a.hpb-parts-blist-style:visited
{
    color: #666666;
}
a.hpb-parts-blist-style:hover
{
    color: #089DED;
}
a.hpb-parts-blist-style:active
{
    color: #089DED;
}

/* =======================================================
  レスポンシブル設定
======================================================= */
@media screen and (max-width: 568px) {
	.hpb-parts-hl-style{
		line-height: 1 !important;
	}
img.alignleft,
 .wp-caption.alignleft {
 float: none;
 }
 img.alignright,
 .wp-caption.alignright {
 float: none;
 }


div.faq{
	background-image : url(../img/faq-sp.png);
	background-position: right bottom;
	background-repeat: no-repeat;
}







/* 流れ */
#flow2{
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    zoom: 1;
}

#flow2 li{
    display: block;
    background-image : url(../img/arrow_3E.png);
    background-position: center top;
    background-repeat: no-repeat;
    padding-top: 48px;
    padding-bottom: 0px;
    padding-left: 10px;
    list-style-type: none;
    line-height: 1.5;
    margin-bottom: 10px;
}

* html #flow2 li{
    padding-left: 10px; /* for IE6 */
}

#flow2 li:first-child{
    background-image: none;
    padding-top: 10px;
}

#flow2 li h4{
    float: right;
    width: 100%;
    margin-left: 0px;
    margin-top: -15px;
padding-top:10px;
    text-align: center;
}


	#toppage-news img{
max-width: 100%;
 height: auto;
	}



	/* メニュー */
	#menu .item{
		width: 100%;
		float: none;
		margin-left: 0;
		margin-right: 0;
		min-height: 0;
		box-sizing: border-box;
	}
	#menu .item h3{
		width: 96%;
		box-sizing: border-box;
	}
	#menu .item dt{
		width: 100% !important;
	}
	#menu .item dd{
		padding-left: 0;
	}

	#lr .l{
		width: 98%;
		float: left;
		margin-left: 0;
		margin-right: 0;
		min-height: 0;
		box-sizing: border-box;
	}

	#lr .r{
		width: 98%;
		float: left;
		margin-left: 0;
		margin-right: 0;
		min-height: 0;
		box-sizing: border-box;
	}
	#lr .l dt{
		width: 100% !important;
	}
	#lr .l dd{
		padding-left: 0;
	}
	#lr .r dt{
		width: 100% !important;
	}
	#lr .r dd{
		padding-left: 0;
	}

}

/* 左右半分 */
@media screen and (max-width: 568px) {
div.left{
float:left;
width:100%;
margin-bottom:20px;
}

div.right{
float:left;
width:100%;
margin-bottom:20px;
}
}


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

/*--------------------------------------------------------
  ユーザー設定スタイル
--------------------------------------------------------*/
/* よくある質問インデント */
div.faq p {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    padding-right: 0.1em;
    padding-left: 0.1em;
    line-height: 1.4;
    text-align: left;
    text-indent: -1em;      /* 文字1文字分上げる */
    padding-left: 1em       /* 2文字分右に下げる */
}
div.faq b {
    color: #7B90D2;
}

/* レスポンシブ用gmap */
.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

/* レスポンシブ用youtube */
.youtube2 {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube2 iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}



/* Photobox用 */
.mr4 {
	margin-right: 4px;
}
.mb10 {
	margin-bottom: 10px;
}
span.small {
	font-size: 80%;
}
span.point {
	color: #FF3333;
}
img.photoframe {
	border: 10px solid #FFFFFF;
}

img.photobox    {
border: 10px solid #FFFFFF;
box-shadow: 5px 5px 10px #c0c0c0;
-webkit-box-shadow: 5px 5px 10px #c0c0c0;
-moz-box-shadow: 5px 5px 10px #c0c0c0;
}


/* pagetop */
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
}
#page-top a {
    background: #666;
    text-decoration: none;
    color: #fff;
    width: 100px;
    padding: 30px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
}
#page-top a:hover {
    text-decoration: none;
    background: #999;
}

/* viewport */
#viewport_sw a {
	display: block;
	text-align:center;
	padding: 3% 0;
	width: 100%;
	background: #000;
	color: #fff;
	font-size: 14px;
	font-size: 4vw;
}

/* 別テーブル */
div.menulist {
	width: 100%;
	overflow: hidden;
}
div.menulist p {
	margin: 4px 0;
	padding: 0;
	font-size: 80%;
}
div.menulist table {
	float: left;
	width: 65%;
	margin: 0 0 18px 0;
}
div.menulist table caption {
	margin-top: -10px;
	padding: 0 0 0.2em 2px;
	color: #661111;
	font-weight: bold;
	text-align: left;
}
div.menulist table th {
	width: 80%;
	padding: 14px 8px 14px 12px;
	line-height: 1.6;
    border-bottom-width: 0px;
    border-bottom-style: solid;
    border-bottom-color: #7cd361;
    border-right-width: 0px;
    border-right-style: solid;
    border-right-color: #7cd361;
	background-color: #7cd361;
}
div.menulist table td {
	width: 20%;
	padding: 14px 8px 14px 12px;
	text-align: right;
	line-height: 1.6;
    border-bottom-width: 0px;
    border-bottom-style: solid;
    border-bottom-color: #7cd361;
    border-right-width: 0px;
    border-right-style: solid;
    border-right-color: #7cd361;
}
div.menulist table.w100 {
	float: none;
	width: 100%;
}
div.menulist table.w100 th {
	padding: 6px 8px 6px 12px;
}
div.menulist table.w100 td {
	padding: 6px 8px 6px 12px;
}
div.menulist img {
	float: right;
}


/* 別テーブル */
div.season {
	width: 100%;
	overflow: hidden;
}
div.season p {
	margin: 4px 0;
	padding: 0;
	font-size: 80%;
}
div.season table {
	float: left;
	width: 40%;
	margin: 0 0 10px 0;
}
div.season table caption {
	margin-top: -10px;
	padding: 0 0 0.2em 2px;
	color: #661111;
	font-weight: bold;
	text-align: left;
}
div.season table th {
	width: 40%
	padding: 14px 8px 5px 8px;
	line-height: 1.8;
    border-bottom-width: 0px;
    border-bottom-style: solid;
    border-bottom-color: #7cd361;
    border-right-width: 0px;
    border-right-style: solid;
    border-right-color: #7cd361;
	background-color: #7cd361;
}
div.season table td {
	width: 25%;
	padding: 14.px 8px 5px 8px;
	text-align: right;
	line-height: 1.8;
    border-bottom-width: 0px;
    border-bottom-style: solid;
    border-bottom-color: #7cd361;
    border-right-width: 0px;
    border-right-style: solid;
    border-right-color: #7cd361;
}
div.season table.w100 {
	float: none;
	width: 100%;
}
div.season table.w100 th {
	padding: 6px 8px 6px 12px;
}
div.season table.w100 td {
	padding: 6px 8px 6px 12px;
}
div.season img {
	float: right;
}




/* 左右テーブル */
#lr {
	overflow: hidden;
}
#lr p {
	margin: 4px 0;
	padding: 0;
	font-size: 16px;
}
.l {
	float: left;
	width: 48%;
	margin: 0 0 10px 0;
}
.l caption {
	margin-top: -10px;
	padding: 0 0 0.2em 2px;
	color: #661111;
	font-weight: bold;
	text-align: left;
}
.l th {
	padding: 5px;
	line-height: 1.6;
    border-top-width: 0px;
    border-top-style: solid;
    border-top-color: #ff3366;
    border-right-width: 0px;
    border-right-style: solid;
    border-right-color: #ff3366;
    border-bottom-width: 0px;
    border-bottom-style: solid;
    border-bottom-color: #ff3366;
    border-left-width: 0px;
    border-left-style: solid;
    border-left-color: #7cd361;
	background-color: #FFE5EB;
}
.l td {
	padding: 5px;
	text-align: right;
	line-height: 1.6;
    border-top-width: 0px;
    border-top-style: solid;
    border-top-color: #ff3366;
    border-right-width: 0px;
    border-right-style: solid;
    border-right-color: #ff3366;
    border-bottom-width: 0px;
    border-bottom-style: solid;
    border-bottom-color: #ff3366;
    border-left-width: 0px;
    border-left-style: solid;
    border-left-color: #ff3366;
}

.r {
	float: right;
	width: 48%;
	margin: 0 0 10px 0;
}
.r caption {
	margin-top: -10px;
	padding: 0 0 0.2em 2px;
	color: #661111;
	font-weight: bold;
	text-align: left;
}
.r th {
	padding: 5px;
	line-height: 1.6;
    border-top-width: 0px;
    border-top-style: solid;
    border-top-color: #ff3366;
    border-right-width: 0px;
    border-right-style: solid;
    border-right-color: #ff3366;
    border-bottom-width: 0px;
    border-bottom-style: solid;
    border-bottom-color: #ff3366;
    border-left-width: 0px;
    border-left-style: solid;
    border-left-color: #7cd361;
	background-color: #FFE5EB;
}
.r td {
	padding: 5px;
	text-align: right;
	line-height: 1.6;
    border-top-width: 0px;
    border-top-style: solid;
    border-top-color: #ff3366;
    border-right-width: 0px;
    border-right-style: solid;
    border-right-color: #ff3366;
    border-bottom-width: 0px;
    border-bottom-style: solid;
    border-bottom-color: #ff3366;
    border-left-width: 0px;
    border-left-style: solid;
    border-left-color: #ff3366;
}


.c {
	float: left;
	width: 48%;
	margin: 0 0 10px 0;
}
.c caption {
	margin-top: -10px;
	padding: 0 0 0.2em 2px;
	color: #661111;
	font-weight: bold;
	text-align: left;
}
.c th {
	padding: 5px;
	line-height: 1.6;
    border-top-width: 0px;
    border-top-style: solid;
    border-top-color: #ff3366;
    border-right-width: 0px;
    border-right-style: solid;
    border-right-color: #ff3366;
    border-bottom-width: 0px;
    border-bottom-style: solid;
    border-bottom-color: #ff3366;
    border-left-width: 0px;
    border-left-style: solid;
    border-left-color: #7cd361;
	background-color: #FFE5EB;
}
.c td {
	padding: 5px;
	text-align: right;
	line-height: 1.6;
    border-top-width: 0px;
    border-top-style: solid;
    border-top-color: #ff3366;
    border-right-width: 0px;
    border-right-style: solid;
    border-right-color: #ff3366;
    border-bottom-width: 0px;
    border-bottom-style: solid;
    border-bottom-color: #ff3366;
    border-left-width: 0px;
    border-left-style: solid;
    border-left-color: #ff3366;
}


#lr .l dl{
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 0;
    font-size: 0.95em;
}

#lr .l dt{
    width: 15em !important;
    padding-top: 5px;
    padding-right: 0;
    padding-bottom: 3px;
}

#lr .l dd{
    text-align: right;
    padding-left: 15.5em;
    padding-top: 5px;
    padding-right: 0;
    padding-bottom: 3px;
 border-bottom: 1px solid #ccc;
}

#lr .r dl{
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 0;
    font-size: 0.95em;
}

#lr .r dt{
    width: 15em !important;
    padding-top: 5px;
    padding-right: 0;
    padding-bottom: 3px;
}

#lr .r dd{
    text-align: right;
    padding-left: 15.5em;
    padding-top: 5px;
    padding-right: 0;
    padding-bottom: 3px;
 border-bottom: 1px solid #ccc;
}
 

#lr .c dl{
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 0;
    font-size: 0.95em;
}

#lr .c dt{
    width: 20em !important;
    padding-top: 5px;
    padding-right: 0;
    padding-bottom: 3px;
}

#lr .c dd{
    text-align: right;
    padding-left: 20.5em;
    padding-top: 5px;
    padding-right: 0;
    padding-bottom: 3px;
 border-bottom: 1px solid #ccc;
}


/* radius */
#radius{
	border: 1px solid #006400;
	border-radius: 4px;
	margin: 10px 0 25px 0;
	background-image : url(../img/topicsBg_1F1.png);
	background-position: top center;
	background-repeat: no-repeat;
	padding: 10px 10px 10px 10px;
}

/* radius2 */
#radius2{
	border: 1px solid #006400;
	border-radius: 4px;
	margin: 0 0 25px 0;
	background-image : url(../img/topicsBg_1F1.png);
	background-position: top center;
	background-repeat: no-repeat;
	padding: 5px 5px 10px 5px;
display: inline-block;
}


/* 縁取りテキスト */
p.outline{
filter:dropshadow(color=#000000,offX= 0,offY=-1) 
dropshadow(color=#000000,offX= 1,offY= 0) 
dropshadow(color=#000000,offX= 0,offY= 1) 
dropshadow(color=#000000,offX=-1,offY= 0); 

-webkit-text-stroke-color: #000; 

-webkit-text-stroke-width: 1px; 

text-shadow: black 1px 1px 0px, black -1px 1px 0px, 

             black 1px -1px 0px, black -1px -1px 0px;
}


/* 縁取りテキスト */
p.outline2{
filter:dropshadow(color=#000000,offX= 0,offY=-2) 
dropshadow(color=#fff,offX= 2,offY= 0) 
dropshadow(color=#fff,offX= 0,offY= 2) 
dropshadow(color=#fff,offX=-2,offY= 0); 

-webkit-text-stroke-color: #000; 

-webkit-text-stroke-width: 0px; 

text-shadow: white 1px 1px 0px, white -1px 1px 0px, 

             white 1px -1px 0px, white -1px -1px 0px;
}

/* 文字間テキスト */
.text p {
letter-spacing: 0.5em;
}

/* 縦書き */
div.vertical {
      writing-mode: tb-rl;  /* 縦書き表示の指定 */
      width: 360px;           /* 横幅 */
      height: 185px;          /* 高さ */
      padding: 10px;          /* 内側の余白量(10px) */
      line-height: 1.8;       /* 行の高さ(1.8文字分) */
      overflow: auto;         /* はみ出る領域の指定 */
      font-family: "HGP行書体","HG正楷書体-PRO"; /* ※ */
      background-color: #fffff0;  /* 背景色(淡い黄色) */
      border: 4px double black;   /* 枠線(黒の二重線4px) */
   }
   div.vertical p.head {
      font-size: 150%;     /* 文字サイズ(1.5倍) */
      margin: 0px;         /* 外側の余白(なし) */
   }
   div.vertical p.foot {
      text-align:right;    /* 右寄せ(縦書きだと下寄せ) */
      margin: 0px;         /* 外側の余白(なし) */
   }
   div.vertical p.body {
      margin: 1em;         /* 外側の余白(1文字分) */
   }

/* パンくずリスト */
.breadcrumb {
  padding-left:0;
  margin-left:0;
}

.breadcrumb li{
  display:inline;/*横に並ぶように*/
  list-style: none;
  font-weight: bold;/*太字*/
}

.breadcrumb li:after{/* >を表示*/
  content: '>';
  padding: 0 3px;
  color: #555;
}

.breadcrumb li:last-child:after{
  content: '';
}

.breadcrumb li a {
    text-decoration: none;
    color: #52b5ee;/*色*/
}

.breadcrumb li a:hover {
    text-decoration: underline;
}

/*list*/
#hpb-main ul.menulist_ul1 {
    float: left;
    width: 861px;
    margin: 0 -11px 0 0;
    padding: 0 0 10px 0;
    list-style-type: none;
}
#hpb-main ul.menulist_ul1 li {
    float: left;
    width: 276px;
    margin: 0 11px 11px 0;
    padding: 0;
    background: none;
}
#hpb-main ul.menulist_ul1 li a {
	display: block;
	padding: 8px 0;
	color: #333333;
    background: #FFFF99;
    text-align: center;
    text-decoration: none;
}
#hpb-main ul.menulist_ul1 li a:hover {
	color: #111111;
    background: #FFFF66;
}
#hpb-main ul.menulist_ul2 {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style-type: none;
}
#hpb-main ul.menulist_ul2 li {
    float: left;
    margin: 0 2em 8px 0;
    padding: 2px 0 2px 20px;
    background: url(../img/listmark_17_p.png) no-repeat 0 2px;
    color: #111111;
    font-weight: bold;
}


.photo1 {
float:left; 
margin: 20px;
}
.photo1 p {
text-align:center; 
}
.photo2 {
float:left; 
margin: 20px;
}
.photo2 p {
text-align:center; 
}
.photo3 {
float:left; 
margin: 20px;
}
.photo3 p {
text-align:center; 
}
.box1{
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow:1px 1px 6px 0px #ccc;
    -moz-box-shadow:1px 1px 6px 0px #ccc;
    -webkit-box-shadow:1px 1px 6px 0px #ccc;
    -o-box-shadow:1px 1px 6px 0px #ccc;
    margin: 20px 5px;
    padding: 30px 20px 20px 20px;
    position: relative;
    z-index: 0;
}
.box1:after{
    background-color: #d9ccb3;
    background-image: linear-gradient(45deg, #dfd4be 25%, transparent 25%, transparent 75%, #dfd4be 75%, #dfd4be), linear-gradient(45deg, #dfd4be 25%, transparent 25%, transparent 75%, #dfd4be 75%, #dfd4be);
    background-position: 0 0, 12px 12px;
    background-size: 24px 24px;
    border-left: 2px dotted rgba(255,255,255,0.9);
    border-right: 2px dotted rgba(255,255,255,0.9);
    box-shadow: 0 0 5px rgba(255,255,255,0.5);
    content: 'ゆずティー　￥４５０';
    display: block;
    margin: 0 0 10px 0;
    padding: 5px 20px;
    color: #fff;
    text-align: center;
    position: absolute;
    top: -10px;
    left: 20px;
    transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -webkit-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
}


.box2{
    border: 1px solid #f5d5da;
    border-radius: 5px;
    padding: 35px 10px 10px 10px;
    position: relative;
}
.box2:before{
    content: 'ゆずティー　￥４５０';
    padding: 15px 15px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.box2:after{
    background: repeating-linear-gradient(-45deg, #f5d5da, #f5d5da 5px, #fcf0f1 0, #fcf0f1 10px);
    border-bottom: 1px solid #f5d5da;
    content: '';
    height: 30px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: -2;
}

.box3{
    border: 1px solid #f5d5da;
    padding: 20px;
    position: relative;
}
.box3:before{
    background-color: #f5d5da;
    background-image: -webkit-gradient(linear, 0 0, 100% 0, color-stop(.5, #fcf0f1), color-stop(.5, transparent), to(transparent));
    background-image: -moz-linear-gradient(left, #fcf0f1 50%, transparent 50%, transparent);
    background-image: -o-linear-gradient(left, #fcf0f1 50%, transparent 50%, transparent);
    background-image: linear-gradient(left, #fcf0f1 50%, transparent 50%, transparent);
    background-size: 10px 10px;
    -webkit-background-size: 10px 10px;
    -moz-background-size: 10px 10px;
    content: '';
    display: inline-block;
    height: 5px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
}
.box3:after{
    background-color: #f5d5da;
    background-image: -webkit-gradient(linear, 0 0, 100% 0, color-stop(.5, #fcf0f1), color-stop(.5, transparent), to(transparent));
    background-image: -moz-linear-gradient(left, #fcf0f1 50%, transparent 50%, transparent);
    background-image: -o-linear-gradient(left, #fcf0f1 50%, transparent 50%, transparent);
    background-image: linear-gradient(left, #fcf0f1 50%, transparent 50%, transparent);
    background-size: 10px 10px;
    -webkit-background-size: 10px 10px;
    -moz-background-size: 10px 10px;
    content: '';
    display: inline-block;
    height: 5px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -2;
}


.box4{
    background-color: #fff;
    border: 1px solid #FBDADE;
    border-right: 20px solid #FBDADE;
    box-shadow: 1px 1px 1px rgba(0,0,0,.1);
    color: #F92A46;
    padding: 20px 20px;
    position:relative;
}
.box4:after{
    background-color: rgba(255, 255, 255, .7);
    box-shadow: 0 15px 10px rgba(0, 0, 0, .1);
    content: '';
    position: absolute;
    transform: rotate(1deg);
    -moz-transform: rotate(1deg);
    -webkit-transform: rotate(1deg);
    -o-transform: rotate(1deg);
    bottom: 15px;
    right: -3px;
    width: 85%;
    height: 10px;
    z-index: -1;
}

パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {
.pc { display: none !important; }
.sp { display: block !important; }
}


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


