@charset "utf-8";

/*
Theme Name: Juliet
Theme URI: http://minimalwp.com
Description: PC、タブレット、スマートフォンと見ているデバイスに自動最適化されるレスポンシブデザインに対応したミニマルでシンプルな公式サイトタイプのWordPressテーマです。トップページにはスライドショーとサムネイルギャラリーを配置しました。とびきりの写真やイラストでオリジナリティ溢れるトップページにしてください。ロゴ、メニュー、スライドショー、ウィジェットが、管理画面から簡単にカスタマイズできますので、HTMLの知識が無くてもオリジナルサイトが作れます。
Version: 1.0
Author: Minimal WP
Author URI: http://minimalwp.com
*/


/* ************************************************ 
*	基本設定
* ************************************************ */

@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);

body {
    font-size: 16px;
    background: #fff;
    font-weight: 200;
    color: #222;
    line-height: 1.25;
    font-family: arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    line-height: 1.7;
}

/* リンク */

a{
color: #1b64d0;
text-decoration:none;
transition: 0.5s;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-o-transition: 0.5s;
-ms-transition: 0.5s;

}

a:hover{
color:#666;
}

a:active, a:focus {
outline: 0;
}


/* 画像 */

img{
border:0;
padding:0px;
margin:0px
}

img.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}

img.alignright {
padding:4px;
margin: 0 0 10px 20px;
display: inline;
}

img.alignleft {
padding: 4px;
margin: 0 20px 10px 0;
display: inline;
}


/* フロート */

.alignright { float: right; }

.alignleft { float: left; }

.right{ float: right; }

.left{ float: left; }

.clear{ clear:both; }


/* リスト */

ol {
margin: 0 0 0 5px;
padding: 0 0 0 0;
list-style: decimal;
}

ul {
margin: 0 0 0 0;
padding: 0 0 0 0;
list-style: disc;
}

li {
margin: 0 0 0 15px;
padding: 0 0 0 0;
}

li a {
color: #1b64d0;
transition: 0.5s;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-o-transition: 0.5s;
-ms-transition: 0.5s;
}

li a:hover{
color:#666;
}


/* ************************************************ 
*	全体Wrapper
* ************************************************ */

.wrapper {
margin: auto; 
max-width: 960px;
padding: 1px 10px;
_width: 960px;
}



/* ************************************************ 
*	ヘッダー
* ************************************************ */

#header {
width: 100%；
}

.header-inner {
    overflow: hidden;
    margin: 0px auto 0 auto;
    padding: 15px 0 0px 0;
    max-width: 960px;
    _width: 960px;
    height: 110px;
    background: url(https://kazuhirouno.jp/wp-content/uploads/2024/10/241001_unoheader7_1.jpg) no-repeat;
    background-size: contain;
}

#header h1 {
text-align:center;
margin: 0;
}

.logo {
float: left;
margin: 0px 0px 0px 0px;
padding:0px 0px 0px 0px;
}

.contact {
float: right;
position:relative
margin: 0px 0px 0 0;
padding: 0px 0px 0 0;
}


/* ************************************************ 
*	トップナビゲーション
* ************************************************ */


#nav {
    padding: 0px 0px 4px 0px;
    width: 100%;
    height: 48px;
    margin: 0 auto 0px auto;
    text-align: center;
    background: #f8f8f8;
    background: -moz-linear-gradient(top, #f8f8f8 0%, #d9d9d9 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f8f8f8), color-stop(100%, #d9d9d9));
    background: -webkit-linear-gradient(top, #f8f8f8 0%, #d9d9d9 100%);
    background: -o-linear-gradient(top, #f8f8f8 0%, #d9d9d9 100%);
    background: -ms-linear-gradient(top, #f8f8f8 0%, #d9d9d9 100%);
    background: linear-gradient(to bottom, #f8f8f8 0%, #d9d9d9 100%);
    border-top: 1px solid #b7b7b7;
    border-bottom: 3px solid #404040;
    box-shadow: rgba(168, 168, 168, 0.8) 0 3px 4px;
}

#nav ul {
list-style: none;
margin: auto;
}

.main-navigation {
clear: both;
margin: 0 auto;
position: relative;
}

ul.nav-menu,
div.nav-menu > ul {
margin: 0;
padding: 0;
}

.nav-menu li {
display: inline-block;
position: relative;
margin: 0 0;
}

.nav-menu li a {
    color: #111;
    display: block;
    font-size: 15px;
    text-decoration: none;
    padding: 14px 10px 8px 15px;
    background: url(https://kazuhirouno.jp/wp-content/uploads/2018/07/gbline-e1448171509727.png) no-repeat 0px 0.0em;
    font-size: small;
    _font-size: x-small;
    font-weight: bold;
}

.nav-menu li:hover > a,
.nav-menu li a:hover {
background-color: #333;
color: #fff;
}

.nav-menu .sub-menu,
.nav-menu .children {
background-color: #eee;
display: none;
padding: 0;
position: absolute;
z-index: 99999;
}

.nav-menu .sub-menu ul,
.nav-menu .children ul {
border-left: 0;
left: 100%;
top: 0;
}

ul.nav-menu ul a,
.nav-menu ul ul a {
color: #fff;
margin: 0;
width: 100px;
}

ul.nav-menu ul a:hover,
.nav-menu ul ul a:hover {
background-color: #dedede;
}

ul.nav-menu li:hover > ul,
.nav-menu ul li:hover > ul {
display: block;
}

.nav-menu .current_page_item > a,
.nav-menu .current_page_ancestor > a,
.nav-menu .current-menu-item > a,
.nav-menu .current-menu-ancestor > a {
    color: #111;
    font-size: small;
    _font-size: x-small;
    font-weight: bold;
}




/* ************************************************ 
*	スライド
* ************************************************ */

#top-slide{
width:100%;
padding: 0px;
margin: 40px auto 20px auto;
}


.cycle-slideshow{
overflow: hidden;
max-width: 960px;
_width: 960px;
margin: auto;
text-align: center;
height: 350px;
}



/* ************************************************ 
*	メイン（本文）コンテンツ
* ************************************************ */

#main {
margin:0 0 0 0;
padding: 0 0 0 0;
word-break:break-all;
}



/* トップページウィジェットエリア */

#toplist{
margin: 0 0 30px 0;
padding: 0 0 0 0;
}

.toplist ul{
margin: 0 0 0 0;
padding: 0 0 0 0;
}

.toplist li{
font-size: 13px;
margin: 6px 0px 0px 0px;
padding: 2px 0px 2px 0px;
list-style: none;
border-bottom: 1px dotted #dedede;
}

.toplist li a{
color:#666;
transition: 0.5s;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-o-transition: 0.5s;
-ms-transition: 0.5s;

}

.toplist li a:hover{
background-position: 3px 50%;
color:#999;
}

.top-title {
font-family: "Apple TP","Helvetica Neue","Helvetica","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Arial","Verdana","sans-serif";
font-size: 18px;
font-weight:normal;
letter-spacing: 0.05em;
font-style:normal;
padding: 0px 0px 10px 0px;
margin: 0px 0px 20px 0px;
border-bottom: double 3px #ccc;
color: #333;
}

.top-gallery-midashi{
font-family:arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
font-size: 18px;
font-weight:normal;
letter-spacing: 0.05em;
font-style:normal;
padding: 0px 0px 10px 0px;
margin: 0px 0px 20px 0px;
border-bottom: double 3px #ccc;
color: #333;
}


/* ギャラリーレイアウト */


li.item {
height: 280px;
margin-bottom: 30px;
}

.item-img {
margin: 0 0 5px 0;
height: 200px;
overflow: hidden;
text-align:center;
}

.item-date {
font-family:arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
font-size:80%;
color:#999;
padding: 0 0 0px 0;
margin: 0 0 0px 0;
border-bottom: 0px solid #dedede;
}

.item h2 {
font-size:14px;
line-height: 150%;
font-weight: normal;
}

.item-title {
font-family:arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
margin: 0 0 0px 0;
}

.item-title a {
font-size:14px;
color:#444;
}

.item-title a:hover {
color:#999;
}

.item-text p {
font-size:13px;
color:#444;
}



/* ブログ記事部分 */

p {
font-size: 14px; 
color: #444;
line-height:1.9;
padding: 10px 0px 10px 0px;
}

p a {
    text-decoration: none;
    color: #1b64d0;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    border-bottom: 1px grey dotted;
font-family: 'Noto Sans JP', sans-serif;
font-weight: 700;
}

p a:hover {
color: #1b64d0;
text-decoration: underline;
}

p a:active, a:focus {
outline: 0;
}

#date {
font-family:arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
font-size:10px;
font-weight:normal;
text-align: left;
padding: 0 0 0 0;
color:#999;
letter-spacing: 0.1em;
}

.pagetitle {
font-family: "Apple TP","Helvetica Neue","Helvetica","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Arial","Verdana","sans-serif";
margin: 20px 0px 20px 0px;
padding: 0px 0px 10px 0px;
font-size: 21px;
font-weight: normal;
color: #333;
display: none;
}

.pagetitle a {
font-family:arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
margin: 20px 0px 20px 0px;
padding: 0px 0px 10px 0px;
font-size: 21px;
font-weight: normal;
color: #333;
display: none;
}

.blog-title {
    margin: 25px 0 10px 0;
    padding: 0 0 20px 10px;
    border-bottom: 1px solid #d1d3d9;
    background-repeat: repeat-x;
    text-align: left;
    /* font-family: 'Noto Sans JP',sans-serif; */
    font-weight: 900;
    position: relative;
    font-size: 1.4em;
    line-height: 1.5em;
}


.blog-title a {
color:#333;
text-decoration:none;
transition: 0.5s;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-o-transition: 0.5s;
-ms-transition: 0.5s;
}

.blog-title a:hover {
color:#666;
}


.box_middle p {
    line-height: 35px;
    background: url(https://kazuhirouno.jp/wp-content/uploads/2016/11/border01.gif) repeat left bottom;
}

.p-jikyu {
    font-size: 16px;
    color: #f64b2b;
    font-weight: bold;
}

#subtitlehash {
    margin: 1px 0px 15px 0px;
    padding: 20px 15px 20px 31px;
    border-bottom: 2px solid #ccc;
    font-family: 'Noto Sans JP',sans-serif;
    font-weight: 900;
    position: relative;
    font-size: 1.4em;
    line-height: 1.5em;
    text-align: justify;
}

#subtitlehash:before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: .19444444444444444444444444444444em;
    top: 0;
    left: 0;
    -webkit-border-radius: 0 2px 2px 0;
    -moz-border-radius: 0 2px 2px 0;
    border-radius: 0 2px 2px 0;
}

#subtitlehash:after {
    content: "";
    background: url(https://kazuhirouno.jp/wp-content/uploads/2017/03/hashtag.png);
    background-size: contain;
    background-position: .9em 1.88em,left bottom;
    background-repeat: no-repeat,repeat-x;
    background-size: .95em auto,auto auto;
    position: absolute;
    width: 3em;
    height: 3em;
    top: -.8em;
    left: -.6em;
}

#subtitlequestion p{
    display: block;
    width: 95%;
    background: url(https://kazuhirouno.jp/wp-content/uploads/2015/11/question.png) no-repeat 1em 0em;
    height: 100%;
    color: #444444;
    line-height: 30px;
    font-size: 100%;
    padding: 25px 10px 10px 20px;
    text-align: left;
    text-decoration: none;
    border-left: 3px solid #737373;
}

#subtitlekuchikomitop p{
    border: 1px solid #d36985;
    width: 85%;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #655;
    z-index: 100;
    padding: 5px 1px 5px 1px;
    font-size: 14px;
    text-shadow: none;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
}

#subtitlequestionmenu p{
display:block;
width:85%;
background:url(https://kazuhirouno.jp/wp-content/uploads/2015/02/subtitlequestion.png) no-repeat;
height:108%;
color:#444444;
line-height:30px;
font-size: 100%;
padding-left:50px;
text-align:left;
text-decoration:none;
font-family:'AxisStd-Light';
}

#subtitleanswer p{
    display: block;
    width: 90%;
    background: url(https://kazuhirouno.jp/wp-content/uploads/2015/11/answer.png) no-repeat 1em 0em;
    height: 100%;
    color: #444444;
    line-height: 30px;
    font-size: 100%;
    padding: 25px 10px 10px 20px;
    text-align: left;
    text-decoration: none;
    border-left: 10px solid #208a9a;
}

#subtitleuno p{
    width: 100%;
    background: url(https://kazuhirouno.jp/wp-content/uploads/2016/06/monohairanswer160616.png) no-repeat;
    background-size: 370px;
    height: 380px;
    color: #ffffff;
    line-height: 30px;
    font-size: 120%;
    padding-top: 30px;
    padding-left: 1px;
    text-align: right;
    text-decoration: none;
    font-family: 'AxisStd-Light';
}

#subtitleunoanswer p{
    width: 100%;
    background: url(https://kazuhirouno.jp/wp-content/uploads/2016/06/monohairanswer160616.png) no-repeat;
    background-size: 370px;
    height: 380px;
    color: #ffffff;
    line-height: 30px;
    font-size: 120%;
    padding-top: 30px;
    padding-left: 1px;
    text-align: right;
    text-decoration: none;
    font-family: 'AxisStd-Light';
}

#subtitleunoanswersimple p{
    width: 100%;
    background: url(https://kazuhirouno.jp/wp-content/uploads/2016/07/unoprofile.png) no-repeat;
    background-size: 370px;
    height: 380px;
    color: #ffffff;
    line-height: 30px;
    font-size: 120%;
    padding-top: 30px;
    padding-left: 1px;
    text-align: right;
    text-decoration: none;
    font-family: 'AxisStd-Light';
}


#subtitleunoanswert p{
width:85%;
background:url(https://kazuhirouno.jp/wp-content/uploads/2015/07/baloon.png) no-repeat;
height:75px;
color:#ffffff;
line-height:30px;
font-size: 120%;
padding-top:30px;
padding-left:1px;
text-align:right;
text-decoration:none;
font-family:'AxisStd-Light';
}


#subtitlekomidashi p{
border-left: 10px solid #ca2420;
    margin: 20px 0px 25px 0px;
    padding: 10px 15px 10px 15px;
    border-bottom: 1px solid #ccc;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 900;
    position: relative;
    font-size: 1.4em;
    line-height: 1.5em;
    text-align: justify;
    background: #F6F5EC;
}

#subtitlekomidashilp p{
width:100%;
height:200%;
font-weight: 200;
color:#444444;
line-height:60px;
font-size: 190%;
font-family:'AxisStd-ExtraLight';
margin:0 auto;
padding-top:20px;
}

#subtitlekomidashiheader001 p {
    width: 100%;
    height: 200%;
    font-weight: 200;
    color: #444;
    font-size: 150%;
    margin: 0 auto;
    /* font-family: Noto Sans Japanese,Noto Sans JP,sans-serif; */
    font-weight: 900;
    letter-spacing: 0;
    line-height: 1.3em;
}

#subtitlekomidashinobeninzu p {
    width: 99%;
    height: 200%;
    font-weight: 200;
    color: #444;
    margin: 0 auto;
    margin-top: -10px;
    font-weight: 900;
    font-size: 120%;
    letter-spacing: 0;
    line-height: 1.3em;
    /* border: solid 2px #000; */
}

#subtitlekomidashidokuritsu p {
width: 100%;
height: 200%;
font-weight: 200;
color: #444444;
font-size: 200%;
margin: 0 auto;
font-family: Noto Sans Japanese,Noto Sans JP,sans-serif;
font-weight: 900;
letter-spacing: 0px;
line-height: 1.5em;
}

#subtitlekomidashisimple p {
    width: 100%;
    height: 200%;
    font-weight: 200;
    color: #444;
    line-height: 50px;
    font-size: 170%;
    /* font-family: 'AxisStd-ExtraLight'; */
    margin: 0 auto;
    padding-top: 1px;
}

#subtitlekomidashisimplelink p{
width:100%;
height:200%;
font-weight: 200;
color:#444444;
line-height:40px;
font-size: 170%;
font-family:'AxisStd-ExtraLight';
margin:0 auto;
padding-top:1px;
}

#subtitlekomidashilpprof p{
width:100%;
height:100%;
font-weight: 200;
color:#ffffff;
line-height:60px;
font-size: 400%;
font-family:'AxisStd-UltraLight';
margin:0 auto;
padding-top:100px;
}

#subtitlekomidashicaption p {
  width: 100%;
  height: 100%;
  color: #444444;
  line-height: 30px;
  font-size: 100%;
  font-family: 'AxisStd-ExtraLight';
  margin: 0 auto;
  padding-top: 0px;
}

#subtitlekomidashicaptionlink p {
  width: 100%;
  height: 100%;
  color: #444444;
  line-height: 1px;
  font-size: 100%;
  font-family: 'AxisStd-UltraLight';
  margin: 0 auto;
  padding-top: 0px;
}

#subtitlekomidashihead p{
width:100%;
height:200%;
color:#444444;
line-height:50px;
font-size: 250%;
font-family:'AxisStd-UltraLight';
margin:0 auto;
padding-top:30px;
}

#subtitlekomidashinaka p {
    width: 100%;
    height: 200%;
    color: #444444;
    line-height: 40px;
    font-size: 160%;
    font-family: 'AxisStd-ExtraLight';
    margin: 0 auto;
    padding-top: 10px;
}

#subtitlesocialdeshare p{
width:100%;
height:200%;
font-weight: 200;
color:#444444;
line-height:30px;
font-size: 170%;
font-family:'AxisStd-ExtraLight';
margin:0 auto;
padding-top:10px;
}


.subtitle {
font-family:arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
font-weight: normal;
font-size: 14px;
border-bottom:1px dotted #ccc;
padding: 0 0 0 0;
margin: 30px 0 10px 0;
letter-spacing: 0.1em;
color: #666;
}

#subtitlecheckbox p {
    display: block;
    width: 90%;
    background: url(https://kazuhirouno.jp/wp-content/uploads/2016/06/1466999385_5091.png) no-repeat scroll left 0.8em transparent;
    height: 100%;
    font-size: 120%;
    padding-left: 32px;
    text-align: left;
    text-decoration: none;
}

.scroll-table {
    overflow: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    font-size: 80%;
}

table.sampleblue {
border-collapse: collapse; /* 隣接する枠線を重ねる */
border: 0px #ff0000 solid; /* 外枠：2px,実線,緑色 */
width: 100%; /* 表の横幅：350ピクセル */
background: #e6f0fd;
}
table.sampleblue td {
border: 0px #ff0000 solid; /* 表内側の線：1px,実線,緑色 */
padding: 10px; /* セル内側の余白：1ピクセル */
background: #e6f0fd;
}


table.samplefaqmenu {
border-collapse: collapse; 
border: 1px #CCCCCC solid; 
font-size: 90%;
width: 100%; 
padding: 10px; 
background-color:#f8f8f8;

}
table.samplefaqmenu td {
border: 0px #CCCCCC solid; 
padding: 10px; 
}

table.samplefaqwhite {
border-collapse: collapse; 
border: 0px #CCCCCC solid; 
font-size: 90%;
width: 100%; 
padding: 10px; 
background-color:#fff;

}
table.samplefaqwhite td {
border: 0px #CCCCCC solid; 
padding: 10px; 
}
table.samplefaqwhite td a {
border: 0px #CCCCCC solid; 
padding: 10px; 
}
table.samplefaqwhite td a:hover{
border: 0px #CCCCCC solid; 
padding: 10px; 
text-decoration: underline;
}

#colum dd{
border-bottom:0px solid #fff;
}
#colum dd a{
    border-bottom: 1px solid #dddddd;
    color: #333;
    cursor: pointer;
    background: url(https://kazuhirouno.jp/wp-content/uploads/2017/02/icon_link2.png) no-repeat scroll right transparent;
    margin: 5px 10px 0px -15px;
    display: block;
    padding: 10px 25px 10px 6px;
    font-size: 90%;
    text-decoration: none;
    line-height: 1.9em;
    font-weight: bold;
}
#colum dd a:hover{
text-decoration:underline;
}

#columblue dd{
border-bottom:0px solid #fff;
}
#columblue dd a{
    border-bottom: 1px solid #dddddd;
    /* color: #333; */
    cursor: pointer;
    background: url(https://kazuhirouno.jp/wp-content/uploads/2017/02/icon_link2.png) no-repeat scroll right transparent;
    margin: 5px 10px 0px -15px;
    display: block;
    padding: 10px 25px 10px 6px;
    font-size: 90%;
    text-decoration: none;
    line-height: 1.9em;
    font-weight: bold;
}
#columblue dd a:hover{
text-decoration:underline;
}

table.samplebold {
border-collapse: collapse; /* 隣接する枠線を重ねる */
border: 3px #CCCCCC solid; /* 外枠：2px,実線,緑色 */
width: 100%; /* 表の横幅：350ピクセル */
}
table.samplebold td {
border: 3px #CCCCCC solid; /* 表内側の線：1px,実線,緑色 */
padding: 15px; /* セル内側の余白：1ピクセル */
}

table.sampleboldten {
border-collapse: collapse; /* 隣接する枠線を重ねる */
border: 10px #CCCCCC solid; /* 外枠：2px,実線,緑色 */
width: 100%; /* 表の横幅：350ピクセル */
}
table.sampleboldten td {
border: 10px #CCCCCC solid; /* 表内側の線：1px,実線,緑色 */
padding: 15px; /* セル内側の余白：1ピクセル */
}

table.samplegokubold {
border-collapse: collapse; /* 隣接する枠線を重ねる */
border: 10px #CCCCCC solid; /* 外枠：2px,実線,緑色 */
width: 100%; /* 表の横幅：350ピクセル */
}
table.samplegokubold td {
border: 10px #CCCCCC solid; /* 表内側の線：1px,実線,緑色 */
padding: 15px; /* セル内側の余白：1ピクセル */
}

table.sampleboldhosoi {
border-collapse: collapse; /* 隣接する枠線を重ねる */
border: 1px #CCCCCC solid; /* 外枠：2px,実線,緑色 */
width: 100%; /* 表の横幅：350ピクセル */
}
table.sampleboldhosoi td {
border: 1px #CCCCCC solid; /* 表内側の線：1px,実線,緑色 */
padding: 15px; /* セル内側の余白：1ピクセル */
}

table.samplehosoi {
border-collapse: collapse; /* 隣接する枠線を重ねる */
border: 2px #CCCCCC solid; /* 外枠：2px,実線,緑色 */
width: 100%; /* 表の横幅：350ピクセル */
}
table.samplehosoi td {
border: 2px #CCCCCC solid; /* 表内側の線：1px,実線,緑色 */
padding: 15px; /* セル内側の余白：1ピクセル */
}

table.sampleboldred {
border-collapse: collapse; /* 隣接する枠線を重ねる */
border: 1px #208a9a solid; /* 外枠：2px,実線,緑色 */
width: 100%; /* 表の横幅：350ピクセル */
}
table.sampleboldred td {
border: 1px #208a9a solid; /* 表内側の線：1px,実線,緑色 */
padding: 15px; /* セル内側の余白：1ピクセル */
}

table.sampleboldlp {
border-collapse: collapse; /* 隣接する枠線を重ねる */
border: 3px #CCCCCC solid; /* 外枠：2px,実線,緑色 */
width: 100%; /* 表の横幅：350ピクセル */
}
table.sampleboldlp td {
border: 3px #CCCCCC solid; /* 表内側の線：1px,実線,緑色 */
padding: 30px; /* セル内側の余白：1ピクセル */
}

table.sampleboldlp2 {
border-collapse: collapse; /* 隣接する枠線を重ねる */
border: 0px #CCCCCC solid; /* 外枠：2px,実線,緑色 */
width: 100%; /* 表の横幅：350ピクセル */
background-color: #f2f2f2;
}
table.sampleboldlp2 td {
border: 0px #CCCCCC solid; /* 表内側の線：1px,実線,緑色 */
padding: 30px; /* セル内側の余白：1ピクセル */
}

table.sampleboldlp3 {
border-collapse: collapse; /* 隣接する枠線を重ねる */
border: 0px #CCCCCC solid; /* 外枠：2px,実線,緑色 */
width: 100%; /* 表の横幅：350ピクセル */
background-color: #ffffff;
}
table.sampleboldlp3 td {
border: 0px #CCCCCC solid; /* 表内側の線：1px,実線,緑色 */
padding: 0px; /* セル内側の余白：1ピクセル */
}



table.sampleboldlpuno {
border-collapse: collapse; /* 隣接する枠線を重ねる */
border: 0px #CCCCCC solid; /* 外枠：2px,実線,緑色 */
width: 100%; /* 表の横幅：350ピクセル */
background:url(https://kazuhirouno.jp/wp-content/uploads/2015/05/UNOLP005-e1431100479743.png) no-repeat;
background-position: center; 
}
table.sampleboldlpuno td {
border: 0px #CCCCCC solid; /* 表内側の線：1px,実線,緑色 */
padding: 200px; /* セル内側の余白：1ピクセル */
}

table.samplehead {
border-collapse: collapse; /* 隣接する枠線を重ねる */
border: 0px #FFFFFF solid; /* 外枠：2px,実線,緑色 */
width: 100%; /* 表の横幅：350ピクセル */
table-layout: fixed;
vertical-align: middle;
}
table.samplehead td {
border: 0px #FFFFFF solid; /* 表内側の線：1px,実線,緑色 */
padding: 1px; /* セル内側の余白：1ピクセル */
table-layout: fixed;
vertical-align: middle;
}

blockquote {
    /* color: #666; */
    /* border: 1px dotted #ccc; */
    /* margin: 10px 0 10px 0; */
    /* padding: 10px 20px; */
}

#blog-foot {
font-size:75%;
text-align: left;
margin:50px 0 0 0;
padding: 2px 5px 2px 10px;
font-weight:normal;
color:#999;
background:#f7f7f7;
border-bottom:0px dotted #ccc;
display: none;
}
#blog-foot-archives {
font-size:75%;
text-align: left;
margin:50px 0 100px 0;
padding: 2px 5px 2px 10px;
font-weight:normal;
color:#999;
background:#f7f7f7;
border-bottom:0px dotted #ccc;
}

#blog-foot span,
#blog-foot-archives span{
color:#999;
}

.single-thumbnail{
margin:13px 0 0 0;
}

#subtitle p{
border-left: 10px solid #ca2420;
    margin: 20px 0px 25px 0px;
    padding: 10px 15px 10px 15px;
    border-bottom: 1px solid #ccc;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 900;
    position: relative;
    font-size: 1.4em;
    line-height: 1.5em;
    text-align: justify;
    background: #F6F5EC;
}

#subtitlefuku p {
    margin: 0px 0px 15px 0px;
    padding: 14px 0px 6px 10px;
    font-size: large;
    font-weight: bold;
    line-height: 1.3em;
    border-bottom: 1px solid #d1d3d9;
    background-repeat: repeat-x;
    text-align: left;
    border-bottom: 1px solid #d1d3d9;
    background-repeat: repeat-x;
    text-align: left;
    font-size: 20px;
    color: #3f4041;
    margin: 0 auto;
    padding: 0 0 16px;
    font-weight: bold;
    background: url(https://kazuhirouno.jp/wp-content/uploads/2018/10/cRedLine.png) no-repeat center bottom;
    margin-bottom: 10px;
}

#subtitlefuku2 p{
    margin: 35px 0px 5px 0px;
    padding: 0px 0px 0px 5px;
    font-size: small;
    _font-size: x-small;
    font-weight: bold;
    line-height: 1.2em;
    border-left: 5px solid #8a1620;
}

#subtitlefuku17 p{
    margin: 35px 0px 5px 0px;
    padding: 0px 0px 0px 5px;
    font-size: 17px;
    _font-size: x-small;
    font-weight: bold;
    line-height: 1.2em;
    border-left: 5px solid #8a1620;
}

#subtitlefukunomargin p {
    margin: 5px 0 5px 0;
    padding: 0 0 0 5px;
    font-size: 17px;
    _font-size: x-small;
    font-weight: bold;
    line-height: 1.2em;
    border-left: 5px solid #8a1620;
}

/*はてぶフォント変更*/
.hatena-bookmark-widget a{
font-size: 14px;
text-align: left;
}

.hatena-bookmark-widget span.hatena-bookmark-count strong a{
    background-color: #ffcccc; !important;
    font-weight: bold; !important;
    font-style: normal; !important;
    display: inline; !important;
    color: red; !important;
}

table.freeform {
    border: 2px solid #ed9282;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    padding: 1em 30px;
    background: #fae9e6;
}
table.freeform td {
border: 0px #CCCCCC solid;
    padding: 27px 35px 27px 35px;
    line-height: 100%;
text-align: center;
}
table.freeform td a {
border: 0px #CCCCCC solid; 
padding: 0px; 
}
table.freeform td a:hover{
border: 0px #CCCCCC solid; 
padding: 0px; 
text-decoration: underline;
}

table.freeform2 {
    border: 2px solid #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    padding: 1em 30px;
    background: #fff;
}
table.freeform2 td {
border: 0px #CCCCCC solid;
    padding: 27px 35px 27px 35px;
    line-height: 100%;
text-align: center;
}
table.freeform2 td a {
border: 0px #CCCCCC solid; 
padding: 0px; 
margin: 5px;
}
table.freeform2 td a:hover{
border: 0px #CCCCCC solid; 
padding: 0px; 
text-decoration: underline;
}

table.freeforml {
    border: 2px solid #ed9282;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    padding: 1em 30px;
    background: #fae9e6;
}
table.freeforml td {
border: 0px #CCCCCC solid;
    padding: 27px 35px 27px 35px;
    line-height: 100%;
}
table.freeforml td a {
border: 0px #CCCCCC solid; 
padding: 0px; 
}
table.freeforml td a:hover{
border: 0px #CCCCCC solid; 
padding: 0px; 
text-decoration: underline;
}


.button {
display: inline-block;
    width: 210px;
    height: 54px;
    font-size: 16px;
    text-decoration: none;
    outline: none;
    position: relative;
    line-height: 52px;
    -webkit-transition: none;
    transition: none;
    box-shadow: 0 3px 0 #8e1916;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
    box-shadow: rgba(255, 255, 255, 0.498039) 0px 1px 0px 0px inset, rgba(255, 255, 255, 0.74902) 0px 0px 5px 0px inset;
    box-sizing: border-box;
    color: white;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(218, 148, 155);
    border-image: initial;
    border-radius: 4px;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgb(255, 133, 142)), color-stop(0.2, rgb(255, 133, 142)), to(rgb(246, 68, 89)));
    padding-bottom: 15px;
    text-align: center;
    font-weight: bold;
}

.button {
    display: inline-block;
    width: 285px;
    height: 54px;
    font-size: 16px;
    text-decoration: none;
    outline: 0;
    position: relative;
    line-height: 52px;
    -webkit-transition: none;
    transition: none;
    box-shadow: 0 3px 0 #8e1916;
    text-shadow: 0 1px 1px rgba(0,0,0,.3);
    box-shadow: rgba(255,255,255,.498039) 0 1px 0 0 inset, rgba(255,255,255,.74902) 0 0 5px 0 inset;
    box-sizing: border-box;
    color: white;
    border-width: 1px;
    border-style: solid;
    border-color: #da949b;
    border-image: initial;
    border-radius: 4px;
    background: -webkit-gradient(linear,0% 0,0% 100%,from(#ff858e),color-stop(0.2,#ff858e),to(#f64459));
    padding-bottom: 15px;
    text-align: center;
    font-weight: bold;
}

.buttoncall {
    display: inline-block;
    width: 285px;
    height: 54px;
    font-size: 16px;
    text-decoration: none;
    outline: 0;
    position: relative;
    line-height: 52px;
    font-weight: bold;
    box-shadow: rgba(255,255,255,.498039) 0 1px 0 0 inset, rgba(255,255,255,.74902) 0 0 5px 0 inset;
    box-sizing: border-box;
    padding-bottom: 15px;
    /* padding-left: 15px; */
    text-align: center;
    color: #e53b4e;
    background: -webkit-gradient(linear,0% 0,0% 100%,from(#fff),color-stop(0.25,#fff),to(#f6d3d7)) 0 center;
    border-radius: 4px;
    border-width: 1px;
    border-style: solid;
    border-color: #e5848e;
    margin-bottom: 10px;
}

.buttonline {
    display: inline-block;
    width: 210px;
    height: 54px;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    line-height: 54px;
    outline: none;
    position: relative;
background: #5fda11; /* Old browsers */
background: -moz-linear-gradient(top, #5fda11 0%, #3bbe1d 50%, #4dcc17 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #5fda11 0%,#3bbe1d 50%,#4dcc17 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #5fda11 0%,#3bbe1d 50%,#4dcc17 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5fda11', endColorstr='#4dcc17',GradientType=0 ); /* IE6-9 */
    border-radius: 4px;
    color: #fff;
    line-height: 52px;
    -webkit-transition: none;
    transition: none;
box-shadow: 0 3px 0 #299a0b;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
}
.buttonline::before,
.buttonline::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.buttonline,
.buttonline::before,
.buttonline::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .1s;
	transition: all .1s;
}
.buttonline:hover {
	background-color: #fff;
	box-shadow: 0 3px 0 #8e1916;
}
.buttonline:active {
	top: 3px;
	box-shadow: none;
}

.buttonline img {
    position: relative;
    margin-top: 9px;
}

.buttonfb {
    display: inline-block;
    width: 210px;
    height: 54px;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    line-height: 54px;
    outline: none;
    position: relative;
background: #4e69a2; /* Old browsers */
background: -moz-linear-gradient(top, #4e69a2 0%, #46629e 49%, #3d5b99 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #4e69a2 0%,#46629e 49%,#3d5b99 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #4e69a2 0%,#46629e 49%,#3d5b99 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4e69a2', endColorstr='#3d5b99',GradientType=0 ); /* IE6-9 */
    border-radius: 4px;
    color: #fff;
    line-height: 52px;
    -webkit-transition: none;
    transition: none;
box-shadow: 0 3px 0 #344782;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
}
.buttonfb::before,
.buttonfb::after {
position: absolute;
z-index: -1;
display: block;
content: '';
}
.buttonfb,
.buttonfb::before,
.buttonfb::after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-transition: all .1s;
transition: all .1s;
}
.buttonfb:hover {
background-color: #fff;
box-shadow: 0 3px 0 #8e1916;
}
.buttonfb:active {
top: 3px;
box-shadow: none;
}
.buttonfb img {
    position: relative;
    margin-top: 6px;
}

.buttonmoreinfo {
display: inline-block;
    width: 100%;
    height: 100%;
    font-size: 18px;
    text-align: center;
    text-decoration: none;
    line-height: 54px;
    outline: none;
    position: relative;
    background: #cc0000;
    background: -moz-linear-gradient(top, #cc0000 0%, #cc0000 100%);
    background: -webkit-linear-gradient(top, #cc0000 0%,#cc0000 100%);
    background: linear-gradient(to bottom, #cc0000 0%,#cc0000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc0000', endColorstr='#cc0000',GradientType=0 );
    border-radius: 4px;
    color: #fff;
    line-height: 63px;
    -webkit-transition: none;
    transition: none;
    box-shadow: 0 3px 0 #9e1003;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
}
.buttonmoreinfo::before,
.buttonmoreinfo::after {
position: absolute;
z-index: -1;
display: block;
content: '';
}
.buttonmoreinfo,
.buttonmoreinfo::before,
.buttonmoreinfo::after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-transition: all .1s;
transition: all .1s;
}
.buttonmoreinfo:hover {
background-color: #fff;
box-shadow: 0 3px 0 #9e1003;
}
.buttonmoreinfo:active {
top: 3px;
box-shadow: none;
}
.buttonmoreinfo img {
    position: relative;
    margin-top: 6px;
}

.buttonreserve {
    display: block;
    vertical-align: middle;
    margin-left: auto;
    margin-right: auto;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    box-shadow: rgba(255, 255, 255, 0.498039) 0px 1px 0px 0px inset, rgba(255, 255, 255, 0.74902) 0px 0px 5px 0px inset;
    box-sizing: border-box;
    color: white;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(218, 148, 155);
    border-image: initial;
    border-radius: 4px;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgb(255, 133, 142)), color-stop(0.2, rgb(255, 133, 142)), to(rgb(246, 68, 89)));
}

.buttonnowpp {
    display: block;
    vertical-align: middle;
    margin-left: auto;
    margin-right: auto;
    padding: 5px;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
    box-sizing: border-box;
    color: white;
    border-width: 1px;
    border-style: solid;
    border-image: initial;
    border-radius: 4px;
    background: -webkit-gradient(linear,0% 0,0% 100%,from(#ff858e),color-stop(0.2,#ff858e),to(#f64459));
    margin: 0;
    background: #ff8400;
    background: rgba(255,132,0,.95);
    border-radius: 5px;
    border: 1px solid #ffa340;
    color: #fff;
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 10px;
    height: 43px;
    padding-top: 7px;
}

.buttonnowppcomment {
    display: block;
    vertical-align: middle;
    margin-left: auto;
    margin-right: auto;
    padding: 5px;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
    box-sizing: border-box;
    border-width: 1px;
    border-style: solid;
    border-image: initial;
    border-radius: 4px;
    margin: 0;
    border-radius: 5px;
    border: 2px solid #ccc;
    font-size: 14px;
    color: #333;
    background-color: #ffc;
    border: 2px solid #ff8400;
}

.buttonnownocoupon {
    display: block;
    vertical-align: middle;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    font-size: 14px;
    /* text-align: center; */
    text-decoration: none;
    box-sizing: border-box;
    border-width: 1px;
    border-style: solid;
    border-image: initial;
    border-radius: 4px;
    margin: 0;
    border-radius: 5px;
    border: 2px solid #ccc;
    font-size: 13px;
    color: #333;
    background-color: #ffc;
    border: 2px solid #ff8400;
    line-height: 1.4;
}

.buttongototop {
    display: block;
    font-size: 16px;
    text-align: left;
    text-decoration: none;
    font-weight: bold;
    argin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 95%;
    vertical-align: baseline;
    font-style: normal;
    margin: 0 5px 2px 0;
    border-radius: 3px;
    display: inline-block;
    padding-left: 21px;
    padding-top: 2px;
    background-image: url(https://kazuhirouno.jp/wp-content/uploads/2018/11/gototop.png);
    background-position: 0 0.15em,left bottom;
    background-repeat: no-repeat,repeat-x;
    background-size: 1.1em auto,auto auto;
    width: 69%;
    text-align: left;
}

.buttonrjirei {
    display: block;
    vertical-align: middle;
    margin-left: auto;
    margin-right: auto;
    margin: 5px;
    margin-bottom: 15px;
    padding: 5px;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    box-shadow: rgba(255, 255, 255, 0.498039) 0px 1px 0px 0px inset, rgba(255, 255, 255, 0.74902) 0px 0px 5px 0px inset;
    box-sizing: border-box;
    color: white;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(218, 148, 155);
    border-image: initial;
    border-radius: 4px;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgb(255, 133, 142)), color-stop(0.2, rgb(255, 133, 142)), to(rgb(246, 68, 89)));
}

.buttonrjireiranking {
    display: block;
    vertical-align: middle;
    margin-left: auto;
    margin-right: auto;
    margin: 5px;
    margin-bottom: 5px;
    padding: 5px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 15px;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    box-shadow: rgb(255 255 255 / 50%) 0 1px 0 0 inset, rgb(255 255 255 / 75%) 0 0 5px 0 inset;
    box-sizing: border-box;
    color: white;
    border-width: 1px;
    border-style: solid;
    border-color: #da949b;
    border-image: initial;
    border-radius: 4px;
    background: -webkit-gradient(linear,0% 0,0% 100%,from(#ff858e),color-stop(0.2,#ff858e),to(#f64459));
}

.buttonrjireihoso {
    display: block;
    vertical-align: middle;
    margin-left: auto;
    margin-right: auto;
    margin: 5px;
    margin-bottom: 15px;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    box-shadow: rgba(255, 255, 255, 0.498039) 0px 1px 0px 0px inset, rgba(255, 255, 255, 0.74902) 0px 0px 5px 0px inset;
    box-sizing: border-box;
    color: white;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(218, 148, 155);
    border-image: initial;
    border-radius: 4px;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgb(255, 133, 142)), color-stop(0.2, rgb(255, 133, 142)), to(rgb(246, 68, 89)));
}

.buttonamazonfu {
    display: block;
    vertical-align: middle;
    padding: 8px;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    font-weight: 400;
    box-shadow: rgba(255,255,255,.498039) 0 1px 0 0 inset, rgba(255,255,255,.74902) 0 0 5px 0 inset;
    box-sizing: border-box;
    color: black;
    border-width: 1px;
    border-style: solid;
    border-color: #da949b;
    border-image: initial;
    background: #f4d078;
    background: -webkit-linear-gradient(top,#f7dfa5,#f0c14b);
    background: linear-gradient(to bottom,#f7dfa5,#f0c14b);
    display: block;
    position: relative;
    overflow: hidden;
    height: 100%;
    box-shadow: 0 0.1rem 0 rgba(255,255,255,.6) inset;
    border-radius: .2rem;
}

#footerFloatingMenu {
    display: block;
    width: 100%;
    height: 9.5%;
    margin-left: 0;
    margin-top: 0;
    position: fixed;
    left: 0;
    top: 0;
    padding: 0 auto;
    border-style: solid;
    background: #f6f5ec;
}

#footerFloatingMenu a {
    display: block;
    width: 45%;
    margin-left: 3%;
    margin-top: 2%;
    position: fixed;
    left: 0px;
    top: 1px;
    z-index: 9999;
    text-align: center;
    padding: 0 auto;
    vertical-align: middle;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    box-shadow: rgba(255, 255, 255, 0.498039) 0px 1px 0px 0px inset, rgba(255, 255, 255, 0.74902) 0px 0px 5px 0px inset;
    box-sizing: border-box;
    color: white;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(218, 148, 155);
    border-image: initial;
    border-radius: 4px;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgb(255, 133, 142)), color-stop(0.2, rgb(255, 133, 142)), to(rgb(246, 68, 89)));
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
}

#footerFloatingMenur a {
    display: block;
    width: 45%;
    margin-left: 51%;
    margin-top: 2%;
    position: fixed;
    left: 0px;
    top: 1px;
    z-index: 9999;
    text-align: center;
    padding: 0 auto;
    vertical-align: middle;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    box-shadow: rgba(255, 255, 255, 0.498039) 0px 1px 0px 0px inset, rgba(255, 255, 255, 0.74902) 0px 0px 5px 0px inset;
    box-sizing: border-box;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
    color: rgb(229, 59, 78);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgb(255, 255, 255)), color-stop(0.25, rgb(255, 255, 255)), to(rgb(246, 211, 215))) 0px center;
    border-radius: 4px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(229, 132, 142);
}

div#ninety img {
width: 90%;
height: 90%;
}

div#eightyfive img {
width: 85%;
height: 85%;
}

div#seventyfive img {
width: 75%;
height: 75%;
}


div#sixtyfive img {
width: 65%;
height: 65%;
}


div#sixty img {
width: 60%;
height: 60%;
}

div#fifty img {
width: 50%;
height: 50%;
}

div#forty img {
width: 40%;
height: 40%;
}



div#thirtyfive img {
width: 35%;
height: 35%;
}

div#twentyfive img {
width: 25%;
height: 25%;
}

div#twenty img {
width: 20%;
height: 20%;
}

div#eight img {
width: 8%;
height: 8%;
}

div#five img {
width: 5%;
height: 5%;
}


.wpsns {
    float: left;
    padding: 35px 0px 20px 1px;
    margin: -10px 0px 0px 0px;
    width: 100%;
}

#share ul{
	height:auto;
}
#share li{
	font-size:14px;
	float:left;
	text-align:center;
	width:63px;
	margin-right:-10px;
	margin-bottom:8px;
	border-radius:3px;
	list-style:none;
}
#share li.share-twitter{
	background:#55acee;
	box-shadow:0 2px #2795e9;
}
#share li.share-twitter:hover{
	background:#83c3f3;
}
#share li.share-facebook{
	background:#3b5998;
	box-shadow:0 2px #2d4373;
}
#share li.share-facebook:hover{
	background:#4c70ba;
}
#share li.share-google{
	background:#dd4b39;
	box-shadow:0 2px #c23321;
}
#share li.share-google:hover{
	background:#e47365;
}
#share li.share-hatena{
	background:#2c6ebd;
	box-shadow:0 2px #225694;
}
#share li.share-hatena:hover{
	background:#4888d4;
}
#share li.share-pocket{
	background:#f13d53;
	box-shadow:0 2px #e6152f;
}
#share li.share-pocket:hover{
	background:#f26f7f;
}
#share li.share-line{
	background:#00C300;
	box-shadow:0 2px #009d00;
}
#share li.share-line:hover{
	background:#2bd92b;
}
#share a{
	display:block;
	height:27px;
	padding-top:6px;
	color:#ffffff;
	text-decoration:none;
}
#share a:hover{
	text-decoration:none;
	color:#ffffff;
}

.page-id-33259 #sidebar {
  display: none;
}

.page-id-33262 #sidebar {
  display: none;
}

.page-id-36505 #nav {
  display: none;
}

.page-id-36505 #header {
  display: none;
}

.page-id-36505 #sidebar {
  display: none;
}

.page-id-36505 #footer {
  display: none;
}

.page-id-36462 #nav {
  display: none;
}

.page-id-36462 #header {
  display: none;
}

.page-id-36462 #sidebar {
  display: none;
}

.page-id-36462 #footer {
  display: none;
}

.page-id-36396 #nav {
  display: none;
}

.page-id-36396 #header {
  display: none;
}

.page-id-36396 #sidebar {
  display: none;
}

.page-id-36396 #footer {
  display: none;
}

.page-id-33619 #sidebar {
  display: none;
}

.page-id-7122 #nav {
  display: none;
}

.page-id-7122 #header {
  display: none;
}

.page-id-7122 #sidebar {
  display: none;
}

.page-id-7122 #footer {
  display: none;
}

.page-id-7305 #nav {
  display: none;
}

.page-id-7305 #header {
  display: none;
}

.page-id-7305 #sidebar {
  display: none;
}

.page-id-7305 #footer {
  display: none;
}

.page-id-45551 #nav {
  display: none;
}

.page-id-45551 #header {
  display: none;
}

.page-id-45551 #sidebar {
  display: none;
}

.page-id-45551 #footer {
  display: none;
}

.page-id-16445 #nav {
  display: none;
}

.page-id-16445 #header {
  display: none;
}

.page-id-16445 #sidebar {
  display: none;
}

.page-id-16445 #footer {
  display: none;
}

.page-id-24328 #textwidget {
  display: none;
}
.page-id-24328 #sidebar {
  display: none;
}

.page-id-24980 #textwidget {
  display: none;
}
.page-id-24980 #sidebar {
  display: none;
}


.page-id-25908 #textwidget {
  display: none;
}
.page-id-25908 #sidebar {
  display: none;
}


.page-id-26159 #textwidget {
  display: none;
}
.page-id-26159 #sidebar {
  display: none;
}

.page-id-26166 #textwidget {
  display: none;
}
.page-id-26166 #sidebar {
  display: none;
}

.page-id-26225 #textwidget {
  display: none;
}
.page-id-26225 #sidebar {
  display: none;
}
.page-id-26225 #footerFloatingMenu {
  display: none;
}

.page-id-26217 #textwidget {
  display: none;
}
.page-id-26217 #sidebar {
  display: none;
}

.page-id-26220 #textwidget {
  display: none;
}
.page-id-26220 #sidebar {
  display: none;
}


.page-id-26410 #textwidget {
  display: none;
}
.page-id-26410 #sidebar {
  display: none;
}

.page-id-26539 #textwidget {
  display: none;
}
.page-id-26539 #sidebar {
  display: none;
}



.page-id-24039 #textwidget {
  display: none;
}
.page-id-24039 #sidebar {
  display: none;
}
.page-id-24039 #header {
  display: none;
}
.page-id-24039 #footer {
  display: none;
}
.page-id-24039 #nav {
  display: none;
}

.page-id-24043 #textwidget {
  display: none;
}
.page-id-24043 #sidebar {
  display: none;
}
.page-id-24043 #header {
  display: none;
}
.page-id-24043 #footer {
  display: none;
}
.page-id-24043 #nav {
  display: none;
}

.page-id-24047 #textwidget {
  display: none;
}
.page-id-24047 #sidebar {
  display: none;
}
.page-id-24047 #header {
  display: none;
}
.page-id-24047 #footer {
  display: none;
}
.page-id-24047 #nav {
  display: none;
}

.page-id-26412 #textwidget {
  display: none;
}
.page-id-26412 #sidebar {
  display: none;
}
.page-id-26412 #header {
  display: none;
}
.page-id-26412 #footer {
  display: none;
}
.page-id-26412 #nav {
  display: none;
}

.page-id-26415 #textwidget {
  display: none;
}
.page-id-26415 #sidebar {
  display: none;
}
.page-id-26415 #header {
  display: none;
}
.page-id-26415 #footer {
  display: none;
}
.page-id-26415 #nav {
  display: none;
}

.page-id-24684 #textwidget {
  display: none;
}
.page-id-24684 #sidebar {
  display: none;
}
.page-id-24684 #header {
  display: none;
}
.page-id-24684 #footer {
  display: none;
}
.page-id-24684 #nav {
  display: none;
}

.page-id-25414 #textwidget {
  display: none;
}
.page-id-25414 #sidebar {
  display: none;
}
.page-id-25414 #header {
  display: none;
}
.page-id-25414 #footer {
  display: none;
}
.page-id-25414 #nav {
  display: none;
}

.page-id-35913 #textwidget {
  display: none;
}
.page-id-35913 #sidebar {
  display: none;
}
.page-id-35913 #header {
  display: none;
}
.page-id-35913 #footer {
  display: none;
}
.page-id-35913 #nav {
  display: none;
}

.page-id-25942 #textwidget {
  display: none;
}
.page-id-25942 #sidebar {
  display: none;
}
.page-id-25942 #header {
  display: none;
}
.page-id-25942 #footer {
  display: none;
}
.page-id-25942 #nav {
  display: none;
}

.page-id-26680 #textwidget {
  display: none;
}
.page-id-26680 #sidebar {
  display: none;
}
.page-id-26680 #header {
  display: none;
}
.page-id-26680 #footer {
  display: none;
}
.page-id-26680 #nav {
  display: none;
}

.page-id-26683 #textwidget {
  display: none;
}
.page-id-26683 #sidebar {
  display: none;
}
.page-id-26683 #header {
  display: none;
}
.page-id-26683 #footer {
  display: none;
}
.page-id-26683 #nav {
  display: none;
}

.page-id-24265 #textwidget {
  display: none;
}
.page-id-24265 #sidebar {
  display: none;
}
.page-id-24265 #header {
  display: none;
}
.page-id-24265 #footer {
  display: none;
}
.page-id-24265 #nav {
  display: none;
}

.page-id-26797 #textwidget {
  display: none;
}
.page-id-26797 #sidebar {
  display: none;
}


.page-id-29717 #textwidget {
  display: none;
}
.page-id-29717 #sidebar {
  display: none;
}

.page-id-30257 #textwidget {
  display: none;
}
.page-id-30257 #sidebar {
  display: none;
}

.page-id-30059 #textwidget {
  display: none;
}
.page-id-30059 #sidebar {
  display: none;
}

.page-id-30155 #textwidget {
  display: none;
}
.page-id-30155 #sidebar {
  display: none;
}

.page-id-29874 #textwidget {
  display: none;
}
.page-id-29874 #sidebar {
  display: none;
}

.page-id-35299 #textwidget {
  display: none;
}
.page-id-35299 #sidebar {
  display: none;
}

.page-id-35793 #textwidget {
  display: none;
}
.page-id-35793 #sidebar {
  display: none;
}


.page-id-34078 #textwidget {
  display: none;
}
.page-id-34078 #sidebar {
  display: none;
}

.page-id-33702 #textwidget {
  display: none;
}
.page-id-33702 #sidebar {
  display: none;
}
.page-id-17222 #textwidget {
  display: none;
}
.page-id-17222 #sidebar {
  display: none;
}
.page-id-17222 #header {
  display: none;
}
.page-id-17222 #footer {
  display: none;
}
.page-id-17222 #nav {
  display: none;
}

.page-id-35528 #textwidget {
  display: none;
}
.page-id-35528 #sidebar {
  display: none;
}
.page-id-35528 #header {
  display: none;
}
.page-id-35528 #footer {
  display: none;
}
.page-id-35528 #nav {
  display: none;
}

.page-id-30294 #textwidget {
  display: none;
}
.page-id-30294 #sidebar {
  display: none;
}
.page-id-30294 #header {
  display: none;
}
.page-id-30294 #footer {
  display: none;
}
.page-id-30294 #nav {
  display: none;
}

.page-id-34900 #textwidget {
  display: none;
}
.page-id-34900 #sidebar {
  display: none;
}
.page-id-34900 #header {
  display: none;
}
.page-id-34900 #footer {
  display: none;
}
.page-id-34900 #nav {
  display: none;
}

.page-id-7363 #textwidget {
  display: none;
}
.page-id-7363 #sidebar {
  display: none;
}

.page-id-35427 #textwidget {
  display: none;
}
.page-id-35427 #sidebar {
  display: none;
}

.page-id-35445 #textwidget {
  display: none;
}
.page-id-35445 #sidebar {
  display: none;
}

.page-id-35449 #textwidget {
  display: none;
}
.page-id-35449 #sidebar {
  display: none;
}

.page-id-35456 #textwidget {
  display: none;
}
.page-id-35456 #sidebar {
  display: none;
}

.page-id-7111 #textwidget {
  display: none;
}
.page-id-7111 #sidebar {
  display: none;
}

.page-id-33651 #textwidget {
  display: none;
}
.page-id-33651 #sidebar {
  display: none;
}

.page-id-33756 #textwidget {
  display: none;
}
.page-id-33756 #sidebar {
  display: none;
}

.page-id-19852 #textwidget {
  display: none;
}
.page-id-19852 #sidebar {
  display: none;
}
.page-id-19852 #header {
  display: none;
}
.page-id-19852 #footer {
  display: none;
}
.page-id-19852 #nav {
  display: none;
}

.page-id-16448 #textwidget {
  display: none;
}
.page-id-16448 #sidebar {
  display: none;
}
.page-id-16448 #header {
  display: none;
}
.page-id-16448 #footer {
  display: none;
}
.page-id-16448 #nav {
  display: none;
}

.page-id-31961 #textwidget {
  display: none;
}
.page-id-31961 #sidebar {
  display: none;
}
.page-id-31961 #header {
  display: none;
}
.page-id-31961 #footer {
  display: none;
}
.page-id-31961 #nav {
  display: none;
}

.page-id-36901 #textwidget {
  display: none;
}
.page-id-36901 #sidebar {
  display: none;
}
.page-id-36901 #header {
  display: none;
}
.page-id-36901 #footer {
  display: none;
}
.page-id-36901 #nav {
  display: none;
}

.page-id-32067 #sidebar {
  display: none;
}

.page-id-32069 #sidebar {
  display: none;
}

.page-id-32072 #sidebar {
  display: none;
}
.page-id-32074 #sidebar {
  display: none;
}

.page-id-32149 #sidebar {
  display: none;
}

.page-id-32362 #sidebar {
  display: none;
}

#subtitlemisekake p {
    margin: 25px 0 10px 0;
    padding: 0 0 20px 10px;
    border-bottom: 1px solid #d1d3d9;
    background-repeat: repeat-x;
    text-align: left;
    font-weight: 900;
    position: relative;
    font-size: 1.4em;
    line-height: 1.5em;
}

#subtitlebrandstory p {
    font-weight: bold;
    margin-top: .5em;
    border-left: 1px solid #ccc;
    padding: 10px 15px 10px 15px;
    font-family: 'Noto Sans JP',sans-serif;
    font-size: 1em;
    line-height: 1.7em;
}

#subtitlepolicy p {
    margin: 20px 0px 1px 0px;
    padding: 0px 0px 0px 10px;
    font-weight: bold;
    border-left: 5px solid #8a1620;
}

#subtitlepolicys p {
    margin: 5px 0px 1px 0px;
    border-bottom: 1px solid #ccc;
}

#subtitlelineballoon p {
    background: url(https://kazuhirouno.jp/wp-content/uploads/2018/05/lineit_select_line_icon_02-e1511617802592.png) no-repeat;
    padding: 1px 1px 1px 86px;
    font-size: 12px;
    background-position: 45pt 1pt;
    color: #1d2129;
    text-align: left;
    width: 60%;
}

#subtitlelineballoon2 p {
    /* background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAACcUlEQ…wgmU9WBRm6MAHvqoYISGo1wQBWZWDC2Lyu6rS6VMPYxG9OKRu/0cAurgAAAABJRU5ErkJggg==) no-repeat; */
    padding: 1px 1px 1px 18px;
    font-size: 12px;
    /* background-position: 16pt 1pt; */
    color: #1d2129;
    text-align: left;
    /* width: 60%; */
}

.shampoo-link a {
    background: url(https://kazuhirouno.jp/wp-content/uploads/2018/05/shampoo_arrow.png) left 5px no-repeat;
    background-size: 10px 14px;
    padding-left: 17px;
}

table.policywhite {
border-collapse: collapse; 
border: 1px #CCCCCC solid; 
font-size: 90%;
width: 100%; 
padding: 10px; 
background-color:#fff;

}
table.policywhite td {
border: 0px #CCCCCC solid; 
padding: 10px 20px 10px 20px;
}
table.policywhite td a {
border: 0px #CCCCCC solid; 
padding: 10px; 
}
table.policywhite td a:hover{
border: 0px #CCCCCC solid; 
padding: 10px; 
text-decoration: underline;
}

table.schedule {
border-collapse: collapse; 
font-size: 90%;
width: 100%; 
padding: 10px; 
table-layout: fixed;
}
table.schedule td {
    border: 1px #fff solid;
    padding: 5px 5px 5px 5px;
    padding: 10px;
    text-align: center;
    vertical-align: middle;
    box-sizing: border-box;
}
table.schedule td a {
border: 0px #CCCCCC solid; 
padding: 10px; 
}
table.schedule td a:hover{
border: 0px #CCCCCC solid; 
padding: 10px; 
text-decoration: underline;
}

table.scheduleshampoorank {
border-collapse: collapse; 
font-size: 90%;
width: 100%; 
padding: 10px; 
table-layout: fixed;
}
table.scheduleshampoorank td {
    border: 0px #fff solid;
    padding: 5px 5px 5px 5px;
    padding: 1px;
    text-align: center;
    vertical-align: middle;
    box-sizing: border-box;
}
table.scheduleshampoorank td a {
border: 0px #CCCCCC solid; 
padding: 10px; 
}
table.scheduleshampoorank td a:hover{
border: 0px #CCCCCC solid; 
padding: 10px; 
text-decoration: underline;
}

table.scheduledaremuke {
border-collapse: collapse; 
font-size: 90%;
width: 100%; 
padding: 10px; 
table-layout: fixed;
}
table.scheduledaremuke td {
    border: 7px #fff solid;
    padding: 5px 5px 5px 5px;
    padding: 10px;
    /* text-align: center; */
    vertical-align: middle;
    box-sizing: border-box;
}
table.scheduledaremuke td a {
border: 0px #CCCCCC solid; 
padding: 10px; 
}
table.scheduledaremuke td a:hover{
border: 0px #CCCCCC solid; 
padding: 10px; 
text-decoration: underline;
}

table.scheduleqshukei {
border-collapse: collapse; 
font-size: 90%;
width: 100%; 
padding: 10px; 
table-layout: fixed;
}
table.scheduleqshukei td {
    border: 1px #fff solid;
    padding: 1px 1px 1px 1px;
    vertical-align: middle;
    box-sizing: border-box;
}
table.scheduleqshukei td a {
border: 0px #CCCCCC solid; 
padding: 10px; 
}
table.scheduleqshukei td a:hover{
border: 0px #CCCCCC solid; 
padding: 10px; 
text-decoration: underline;
}

table.schedulekuchikomi td p {
    border: 1px #fff solid;
    padding: 3px 4px 3px 4px;
    text-align: left;
    vertical-align: top;
    box-sizing: border-box;
    font-size: 80%;
    line-height: 1.6;
}
table.schedulekuchikomi td a {
border: 0px #CCCCCC solid; 
padding: 10px; 
}
table.schedulekuchikomi td a:hover{
border: 0px #CCCCCC solid; 
padding: 10px; 
text-decoration: underline;
}

table.schedulemenuprice {
border-collapse: collapse; 
font-size: 90%;
width: 100%; 
padding: 10px; 
table-layout: fixed;
}
table.schedulemenuprice td {
    border: 1px #fff solid;
    padding: 10px 10px 10px 15px;
    /* padding: 10px; */
    /* text-align: center; */
    vertical-align: middle;
    box-sizing: border-box;
}
table.schedulemenuprice td a {
border: 0px #CCCCCC solid; 
padding: 10px; 
}
table.schedulemenuprice td a:hover{
border: 0px #CCCCCC solid; 
padding: 10px; 
text-decoration: underline;
}

table.schedulereservecalendar {
border-collapse: collapse; 
font-size: 90%;
width: 100%; 
padding: 10px; 
table-layout: fixed;
}
table.schedulereservecalendar td {
    border: 1px #fff solid;
    padding: 5px 5px 5px 5px;
    vertical-align: middle;
    text-align: center;
    box-sizing: border-box;
    border: 1px solid #CCCCCC;
    line-height: 1.2em;
}
table.schedulereservecalendar td a {
border: 0px #CCCCCC solid; 
padding: 10px; 
}
table.schedulereservecalendar td a:hover{
border: 0px #CCCCCC solid; 
padding: 10px; 
text-decoration: underline;
}

table.schedulerehayamihyo {
border-collapse: collapse; 
padding: 10px; 
table-layout: fixed;
}
table.schedulerehayamihyo td {
    border: 1px #fff solid;
    padding: 5px 5px 5px 5px;
    vertical-align: middle;
    text-align: left;
    box-sizing: border-box;
    border: 1px solid #CCCCCC;
    line-height: 1.2em;
}
table.schedulerehayamihyo td a {
border: 0px #CCCCCC solid; 
padding: 10px; 
}
table.schedulerehayamihyo td a:hover{
border: 0px #CCCCCC solid; 
padding: 10px; 
text-decoration: underline;
}

table.schedulehenkinmachijikan {
border-collapse: collapse; 
font-size: 90%;
width: 100%; 
padding: 10px; 
table-layout: fixed;
}
table.schedulehenkinmachijikan td {
    border: 1px #fff solid;
    padding: 1px 10px 5px 10px;
    vertical-align: middle;
    box-sizing: border-box;
}

table.schedulehenkinmachijikan td a {
border: 0px #CCCCCC solid; 
padding: 10px; 
}
table.schedulehenkinmachijikan td a:hover{
border: 0px #CCCCCC solid; 
padding: 10px; 
text-decoration: underline;
}

table.schedulenarrow {
border-collapse: collapse; 
font-size: 90%;
width: 100%; 
padding: 10px; 
table-layout: fixed;
}
table.schedulenarrow td {
    border: 1px #fff solid;
    padding: 5px 5px 5px 5px;
    /* padding: 10px; */
    text-align: center;
    vertical-align: middle;
    box-sizing: border-box;
}
table.schedulenarrow td a {
border: 0px #CCCCCC solid; 
padding: 10px; 
}
table.schedulenarrow td a:hover{
border: 0px #CCCCCC solid; 
padding: 10px; 
text-decoration: underline;
}

table.scheduleshampoo {
    border-collapse: collapse;
    /* font-size: 80%; */
    width: 100%;
    padding: 10px;
    table-layout: fixed;
}
table.scheduleshampoo td {
    border: 1px #fff solid;
    padding: 5px;
    text-align: center;
    vertical-align: middle;
    box-sizing: border-box;
    font-size: 80%;
}
table.scheduleshampoo td a {
border: 0px #CCCCCC solid; 
padding: 10px; 
}
table.scheduleshampoo td a:hover{
border: 0px #CCCCCC solid; 
padding: 10px; 
text-decoration: underline;
}

table.shampoodetail {
border-collapse: collapse; 
/* font-size: 80%; */
width: 100%; 
padding: 10px; 
table-layout: fixed;
}
table.shampoodetail td {
    border: 1px #fff solid;
    padding: 4px;
    text-align: center;
    vertical-align: middle;
    box-sizing: border-box;
    /* font-size: 80%; */
}
table.shampoodetail td a {
border: 0px #CCCCCC solid; 
padding: 10px; 
}
table.shampoodetail td a:hover{
border: 0px #CCCCCC solid; 
padding: 10px; 
text-decoration: underline;
}

table.scheduleseibun {
border-collapse: collapse; 
font-size: 80%;
width: 100%; 
padding: 10px; 
table-layout: fixed;
}
table.scheduleseibun td {
    border: 1px #b8b8b8 solid;
    padding: 5px 5px 5px 5px;
    padding: 10px;
    vertical-align: middle;
    box-sizing: border-box;
    font-size: 110%;
}
table.scheduleseibun td a {
border: 0px #CCCCCC solid; 
padding: 10px; 
}
table.scheduleseibun td a:hover{
border: 0px #CCCCCC solid; 
padding: 10px; 
text-decoration: underline;
}

table.schedulehikaku {
border-collapse: collapse; 
font-size: 80%;
width: 100%; 
padding: 10px; 
table-layout: fixed;
}
table.schedulehikaku td {
    border: 7px #d8d8d8 solid;
    padding: 5px 5px 5px 5px;
    padding: 10px;
    vertical-align: middle;
    box-sizing: border-box;
    font-size: 110%;
    vertical-align: bottom;
}
table.schedulehikaku td a {
border: 0px #CCCCCC solid; 
padding: 10px; 
}
table.schedulehikaku td a:hover{
border: 0px #CCCCCC solid; 
padding: 10px; 
text-decoration: underline;
}

table.schedulehikaku caption {
    text-transform: uppercase;
    font-weight: bold;
    padding-left: .5em;
    /* text-align: center; */
    padding-bottom: 5px;
}

table.schedulehikakutop {
border-collapse: collapse; 
font-size: 80%;
width: 100%; 
padding: 10px; 
table-layout: fixed;
}
table.schedulehikakutop td {
    border: 7px #d8d8d8 solid;
    padding: 5px 5px 5px 5px;
    padding: 10px;
    vertical-align: middle;
    box-sizing: border-box;
    font-size: 110%;
    vertical-align: top;
}
table.schedulehikakutop td a {
border: 0px #CCCCCC solid; 
padding: 10px; 
}
table.schedulehikakutop td a:hover{
border: 0px #CCCCCC solid; 
padding: 10px; 
text-decoration: underline;
}

table.schedulehikakutopjisseki {
border-collapse: collapse; 
font-size: 80%;
width: 100%; 
padding: 10px; 
table-layout: fixed;
}
table.schedulehikakutopjisseki td {
    border: 7px #fff solid;
    padding: 5px 5px 5px 5px;
    padding: 5px 0px 5px 10px;
    vertical-align: middle;
    box-sizing: border-box;
    font-size: 110%;
    vertical-align: top;
}
table.schedulehikakutopjisseki td a {
border: 0px #CCCCCC solid; 
padding: 10px; 
}
table.schedulehikakutopjisseki td a:hover{
border: 0px #CCCCCC solid; 
padding: 10px; 
text-decoration: underline;
}

table.schedulehikakutopfontbig {
border-collapse: collapse; 
font-size: 100%;
width: 100%; 
padding: 10px; 
table-layout: fixed;
}
table.schedulehikakutopfontbig td {
    border: 7px #d8d8d8 solid;
    padding: 5px 5px 5px 5px;
    padding: 10px;
    vertical-align: middle;
    box-sizing: border-box;
    font-size: 95%;
    vertical-align: top;
}
table.schedulehikakutopfontbig td a {
border: 0px #CCCCCC solid; 
padding: 10px; 
}
table.schedulehikakutopfontbig td a:hover{
border: 0px #CCCCCC solid; 
padding: 10px; 
text-decoration: underline;
}

table.schedulehikakutop caption {
    text-transform: uppercase;
    font-weight: bold;
    padding-left: .5em;
    /* text-align: center; */
    padding-bottom: 5px;
}

table.scheduleleft {
border-collapse: collapse; 
font-size: 90%;
width: 100%; 
padding: 10px; 
table-layout: fixed;
}
table.scheduleleft td {
    border: 1px #fff solid;
    padding: 5px 5px 5px 5px;
    padding: 10px;
    text-align: left;
    box-sizing: border-box;
}
table.scheduleleft td a {
border: 0px #CCCCCC solid; 
padding: 10px; 
}
table.scheduleleft td a:hover{
border: 0px #CCCCCC solid; 
padding: 10px; 
text-decoration: underline;
}

table.scheduleballoon {
border-collapse: collapse; 
font-size: 90%;
width: 100%; 
padding: 10px; 
table-layout: fixed;
}
table.scheduleballoon td {
    border: 1px #fff solid;
    /* padding: 5px 5px 5px 5px; */
    vertical-align: middle;
    box-sizing: border-box;
    font-size: 14px;
}

table.scheduleballoon td a {
border: 0px #CCCCCC solid; 
padding: 10px; 
}
table.scheduleballoon td a:hover{
border: 0px #CCCCCC solid; 
padding: 10px; 
text-decoration: underline;
}

table.scheduleballoonline {
border-collapse: collapse; 
font-size: 90%;
width: 100%; 
padding: 10px; 
table-layout: fixed;
}
table.scheduleballoonline td {
    border: 1px #fff solid;
    vertical-align: middle;
    box-sizing: border-box;
    font-size: 14px;
    text-align: center;
}

table.scheduleballoonline td a {
border: 0px #CCCCCC solid; 
padding: 10px; 
}
table.scheduleballoonline td a:hover{
border: 0px #CCCCCC solid; 
padding: 10px; 
text-decoration: underline;
}

p .migi {
    float: left;
    margin-right: 1em;
    margin-bottom: 1em;
    margin-top: 1em;
}

p .hidari {
    float: right;
    margin-left: 1em;
    margin-bottom: 1em;
    margin-top: 1em;
}

*.gbold {
    /* font-family: 'Noto Sans JP',sans-serif; */
    font-weight: 900;
}

*.gboldred {
    font-weight: 900;
    color: red;
}

*.gboldex {
    font-weight: 900;
    color: #999;
    font-size: 17px;
    vertical-align: middle;
}

*.gboldcr {
    font-weight: 900;
    color: #999;
    font-size: 17px;
    vertical-align: middle;
}

*.gbolddate {
    font-weight: 900;
    font-size: 13px;
}

*.gthin {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 100;
}

*.gboldmid {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 900;
    font-size: 1.4em;
}

*.gboldnum {
    width: 100px;
    padding: 5px 15px 5px 15px;
    border: 1px solid #3171bd;
    color: #3171bd;
    font-size: 24px;
    text-align: center;
    vertical-align: middle;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 900;
}

*.gboldnumblack {
    width: 100px;
    padding: 5px 15px 5px 15px;
    border: 1px solid black;
    /* font-size: 100%; */
    text-align: center;
    vertical-align: middle;
    font-family: 'Noto Sans JP',sans-serif;
    font-weight: 900;
}

*.shoyojikan {
    background-color: #FFA4D1;
    color: #FFF;
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
    padding: 0px 6px 0px 6px;
    text-shadow: none;
    vertical-align: baseline;
    white-space: nowrap;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 10px;
}

*.zengakuhenkinorange {
    background-color: #F69931;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    font-weight: normal;
    padding: 5px 9px 4px 8px;
    line-height: 1.2;
    margin-bottom: 6px;
    margin-left: 4px;
    margin-right: 4px;
    text-shadow: none;
    vertical-align: baseline;
    white-space: nowrap;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 10px;
}

.gboldnumrf {
    background-color: #ee4056;
    color: #fff;
    font-weight: normal;
    margin: 0 5px 2px 0;
    padding: 3px 6px 2px;
    border-radius: 3px;
    display: inline-block;
    font-size: 12px;
    line-height: 160%;
}

.gboldnumrf14 {
    background-color: #ee4056;
    color: #fff;
    font-weight: normal;
    margin: 0 5px 2px 0;
    padding: 3px 6px 2px;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    line-height: 160%;
}

.gboldnumrfdarkblue {
    background-color: darkblue;
    color: #fff;
    font-weight: normal;
    margin: 0 5px 2px 0;
    padding: 3px 6px 2px;
    border-radius: 3px;
    display: inline-block;
    font-size: 12px;
    line-height: 160%;
}

*.gboldnumsmall {
    width: 100px;
    padding: 5px 15px 5px 15px;
    border: 1px solid #3171bd;
    color: #3171bd;
    text-align: center;
    vertical-align: middle;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 900;
    font-size: 13px;
}

.gboldnumrfsejutsu {
    color: #fff;
    font-weight: normal;
    margin: 0 5px 2px 0;
    padding: 2px 4px 2px;
    border-radius: 3px;
    display: inline-block;
    font-size: 11px;
    line-height: 160%;
    background-color: #ffa4d1;
}

*.pinktalk {
    background-color: #fff;
    border: 1px solid #e74495;
    border-radius: 2px;
    color: #e74495;
    font-weight: bold;
    margin: 15px 5px 0 0;
    padding: 1px 5px;
    display: inline-block;
    line-height: 1.4;
}


.arrow_box {
    position: relative;
    background: #fff;
    border: 3px solid #878787;
    padding: 15px 15px 15px 15px;
    margin: 10px 1px 15px 1px;
}
.arrow_box:after, .arrow_box:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow_box:after {
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #fff;
	border-width: 15px;
	margin-left: -15px;
}
.arrow_box:before {
	border-color: rgba(135, 135, 135, 0);
	border-top-color: #878787;
	border-width: 19px;
	margin-left: -19px;
}

.check-box {
    background-color: #fff;
    box-shadow: 0 0 0.23333333333333333333333333333333em rgba(0,0,0,.1);
    border-image: 10 10 url(https://kazuhirouno.jp/wp-content/uploads/2017/02/icon-check-sp.png);
    border-style: solid;
    border: 2px solid #da4033;
    border-radius: 4px;
    margin: 1em 0;
    padding: 1.1em;
    position: relative;
}
.check-box::before {
    background-color: #fff;
    color: #da4033;
    content: "POINT";
    font-weight: bold;
    left: 1em;
    padding: 0 .5em;
    position: absolute;
    top: -0.7em;
}
.check-box ul {
    border-style : solid;
    border-width : 5px;
    padding : 5px;
}
.check-box li {
    font-size: 0.9em;
    line-height: 1.9em;
    text-align: justify;
    margin: 0;
    padding: 0.5em 0 0.5em 2.1em;
    background-image: url(https://kazuhirouno.jp/wp-content/uploads/2017/02/icon-check-sp.png),
 url(https://kazuhirouno.jp/wp-content/uploads/2017/02/line-mokuji.png);
    background-position: 0.18em 0.8em, left bottom;
    background-repeat: no-repeat,
 repeat-x;
    background-size: 1.2142857142857142857142857142857em auto,
 auto auto;
}
.check-box li:last-child {
  background-image:
    url("https://kazuhirouno.jp/wp-content/uploads/2017/02/icon-check-sp.png");
  background-position:
    0.17857142857142857142857142857143em 0.8em;
  background-repeat:
    no-repeat;
  background-size:
    1.2142857142857142857142857142857em auto;
}

.check-box li .b {
  font-size:inherit;
  line-height:inherit;
}

.content_txt .b {
  font-weight:bold!important;
  font-size:1.0666666666666666666666666666667em;
  line-height:1.25em;
}
.content_txt .red {
  font-weight:bold!important;
  font-size:1.0666666666666666666666666666667em;
  line-height:1.25em;
  color:rgba(255,75,71,1);
}

*.largemarker {
    background-color: #ff9;
    padding: 0.3em;
    /* margin-left: 0.3em; */
    /* margin-right: 0.3em; */
      }
      *.markerline {
      background-color: #ffff00;
      margin-left: 0.3em;
      margin-right: 0.3em;
      text-decoration: underline;
}

*.largemarkerlightpink {
    padding-left: .3em;
    padding-right: .3em;
    background: linear-gradient(transparent 70%, lightpink 0%);
}

*.pricemarker {
    padding: 0.3em;
    font-size: 20px;
    color: #CC4466;
    font-family: 'Noto Sans JP', sans-serif;
    float: right;
}

#insta_uno p {
    background: url(https://kazuhirouno.jp/wp-content/uploads/2018/07/170302_uno_insta.png) no-repeat;
    font-size: 87%;
    text-align: left;
    padding-left: 54px;
    text-decoration: none;
    background-position: 0.8em 0.4em, left bottom;
    background-repeat: no-repeat, repeat-x;
    background-size: 2.5em auto, auto auto;
    font-weight: 600;
    margin-bottom: -8px;
}

#insta_manga p {
    background: url(https://kazuhirouno.jp/wp-content/uploads/2019/06/190626_manga_insta.png) no-repeat;
    font-size: 87%;
    text-align: left;
    padding-left: 54px;
    text-decoration: none;
    background-position: .8em .4em,left bottom;
    background-repeat: no-repeat,repeat-x;
    background-size: 2.5em auto,auto auto;
    font-weight: 600;
    margin-bottom: -8px;
}

#insta_ino p {
    background: url(https://kazuhirouno.jp/wp-content/uploads/2017/03/ino_circle.png) no-repeat;
    font-size: 87%;
    text-align: left;
    padding-left: 54px;
    text-decoration: none;
    background-position: 0.8em 0.4em, left bottom;
    background-repeat: no-repeat, repeat-x;
    background-size: 2.5em auto, auto auto;
    font-weight: 600;
    margin-bottom: -8px;
}

#insta_rie p {
    background: url(https://kazuhirouno.jp/wp-content/uploads/2019/09/rie_circle.jpg) no-repeat;
    font-size: 87%;
    text-align: left;
    padding-left: 54px;
    text-decoration: none;
    background-position: 0.8em 0.4em, left bottom;
    background-repeat: no-repeat, repeat-x;
    background-size: 2.5em auto, auto auto;
    font-weight: 600;
    margin-bottom: -8px;
}

#insta_rumi p {
    background: url(https://kazuhirouno.jp/wp-content/uploads/2021/05/rumi_circle.jpg) no-repeat;
    font-size: 87%;
    text-align: left;
    padding-left: 54px;
    text-decoration: none;
    background-position: 0.8em 0.4em, left bottom;
    background-repeat: no-repeat, repeat-x;
    background-size: 2.5em auto, auto auto;
    font-weight: 600;
    margin-bottom: -8px;
}

#insta_emi p {
    background: url(https://kazuhirouno.jp/wp-content/uploads/2018/09/180007_emi_insta.jpg) no-repeat;
    font-size: 87%;
    text-align: left;
    padding-left: 54px;
    text-decoration: none;
    background-position: 0.8em 0.4em, left bottom;
    background-repeat: no-repeat, repeat-x;
    background-size: 2.5em auto, auto auto;
    font-weight: 600;
    margin-bottom: -8px;
}

#insta_sakai p {
    background: url(https://kazuhirouno.jp/wp-content/uploads/2018/09/180007_sakai_insta.jpg) no-repeat;
    font-size: 87%;
    text-align: left;
    padding-left: 54px;
    text-decoration: none;
    background-position: 0.8em 0.4em, left bottom;
    background-repeat: no-repeat, repeat-x;
    background-size: 2.5em auto, auto auto;
    font-weight: 600;
    margin-bottom: -8px;
}

#insta_uno_kaisetsu p {
    background: url(https://kazuhirouno.jp/wp-content/uploads/2018/07/170302_uno_insta.png) no-repeat;
    font-size: 100%;
    text-align: left;
    padding-left: 98px;
    padding-top: 25px;
    height: 43px;
    text-decoration: none;
    background-position: 0.8em 0.4em, left bottom;
    background-repeat: no-repeat, repeat-x;
    background-size: 4.5em auto, auto auto;
    font-weight: 600;
    margin-bottom: 0px;
}

#insta_uno_kaisetsushampoo p {
    background: url(https://kazuhirouno.jp/wp-content/uploads/2018/07/170302_uno_insta.png) no-repeat;
    font-size: 100%;
    text-align: left;
    padding-left: 98px;
    padding-top: 16px;
    height: 54px;
    text-decoration: none;
    background-position: .8em .4em,left bottom;
    background-repeat: no-repeat,repeat-x;
    background-size: 4.5em auto,auto auto;
    font-weight: 600;
    margin-bottom: 0;
}

#kaitosha_uno p {
    background: url(https://kazuhirouno.jp/wp-content/uploads/2018/07/170320_uno_kaitosha.jpg) no-repeat;
    font-size: 100%;
    text-align: left;
    padding-left: 142px;
    text-decoration: none;
    background-position: 0.8em 0.4em, left bottom;
    background-repeat: no-repeat, repeat-x;
    background-size: 7.0em auto, auto auto;
    font-weight: 600;
    margin-bottom: -8px;
    margin-top: 15px;
}

#kaitosha_seri p {
    background: url(https://kazuhirouno.jp/wp-content/uploads/2017/04/170420_seri_kaitosha.png) no-repeat;
    font-size: 100%;
    text-align: left;
    padding-left: 142px;
    text-decoration: none;
    background-position: 0.8em 0.4em, left bottom;
    background-repeat: no-repeat, repeat-x;
    background-size: 7.0em auto, auto auto;
    font-weight: 600;
    margin-bottom: -8px;
    margin-top: 15px;
}

#kaitosha_ino p {
    background: url(https://kazuhirouno.jp/wp-content/uploads/2017/09/170923_ino_kaitosha.png) no-repeat;
    font-size: 100%;
    text-align: left;
    padding-left: 142px;
    text-decoration: none;
    background-position: 0.8em 0.4em, left bottom;
    background-repeat: no-repeat, repeat-x;
    background-size: 7.0em auto, auto auto;
    font-weight: 600;
    margin-bottom: -8px;
    margin-top: 15px;
}

#kaitosha_emi p {
    background: url(https://kazuhirouno.jp/wp-content/uploads/2017/11/171124_seri_kaitosha.png) no-repeat;
    font-size: 100%;
    text-align: left;
    padding-left: 142px;
    text-decoration: none;
    background-position: 0.8em 0.4em, left bottom;
    background-repeat: no-repeat, repeat-x;
    background-size: 7.0em auto, auto auto;
    font-weight: 600;
    margin-bottom: -8px;
    margin-top: 15px;
}

#kaitosha_sakai p {
    background: url(https://kazuhirouno.jp/wp-content/uploads/2018/09/180909_sakai.jpg) no-repeat;
    font-size: 100%;
    text-align: left;
    padding-left: 142px;
    text-decoration: none;
    background-position: .8em .4em,left bottom;
    background-repeat: no-repeat,repeat-x;
    background-size: 7em auto,auto auto;
    font-weight: 600;
    margin-bottom: -8px;
    margin-top: 15px;
}

#kaitosha_rumi p {
    background: url(https://kazuhirouno.jp/wp-content/uploads/2024/01/rumi_circle-e1704643644937.jpeg) no-repeat;
    font-size: 100%;
    text-align: left;
    padding-left: 142px;
    text-decoration: none;
    background-position: .8em .4em,left bottom;
    background-repeat: no-repeat,repeat-x;
    background-size: 7em auto,auto auto;
    font-weight: 600;
    margin-bottom: -8px;
    margin-top: 15px;
}

.facebook-wrapper {
    max-width: 500px;
    margin: 0 auto;
}
.facebook-wrapper > .fb-page {
    width: 100%;
}
.facebook-wrapper > .fb-page > span,
.facebook-wrapper iframe {
    width: 100% !important;
}


.searchlist-box {
    background-color: #fff;
    box-shadow: 0 0 0.6em #999;
    border-image: 10 10 url(https://kazuhirouno.jp/wp-content/uploads/2017/03/1481706229_icon-111-search.png);
    border-style: solid;
    border-radius: 4px;
    margin: 1em 0;
    padding: 1.1em;
    position: relative;
}

.searchlist-box li {
    font-size: 0.9em;
    line-height: 1.9em;
    text-align: justify;
    margin: 0;
    padding: 0.5em 0 0.5em 2.1em;
    background-image: url(https://kazuhirouno.jp/wp-content/uploads/2017/03/1481706229_icon-111-search.png), url(https://kazuhirouno.jp/wp-content/uploads/2017/03/line-mokuji.png);
    background-position: 0.18em 0.7em, left bottom;
    background-repeat: no-repeat,
 repeat-x;
    background-size: 1.5em auto, auto auto;
}

.searchlist-box li:last-child {
    background-image: url(https://kazuhirouno.jp/wp-content/uploads/2017/03/1481706229_icon-111-search.png);
    background-position: 0.18em 0.7em, left bottom;
    background-repeat: no-repeat, repeat-x;
    background-size: 1.5em auto, auto auto;
}

.shampoocustomerv {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    font-style: normal;
    color: #333;
    font-weight: normal;
    margin: 10px 5px -10px 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 13px;
    padding-left: 37px;
    padding-top: 11px;
    background-image: url(https://kazuhirouno.jp/wp-content/uploads/2018/10/181026_006.jpg);
    background-position: 0 0.1em,left bottom;
    background-repeat: no-repeat,repeat-x;
    background-size: 2.6em auto,auto auto;
    text-align: left;
    height: 30px;
}


.amazlet-box {
    /* margin: 5px; */
    padding: 15px;
    border: 1px #ccc solid;
}

.amazlet-powered-date {
  display: none;
}

.amazlet-link a {
    margin: 10px 0;
    display: inline-block;
    border: 1px solid #9c7e31;
    border-top: 1px solid #a88734;
    border-bottom: 1px solid #846a29;
    border-radius: 3px;
    background: linear-gradient(to bottom,#f7dea1,#f0c24d);
    box-shadow: 0 1px 0 #faecc8 inset;
    text-align: center;
    color: #111;
    font-size: .8em;
    line-height: 1;
    padding: .8em;
    margin: 10px 0;
    display: inline-block;
    /* border: 1px solid #9c7e31; */
    /* border-top: 1px solid #a88734; */
    /* border-bottom: 1px solid #846a29; */
    border-radius: 3px;
    background: linear-gradient(to bottom,#f7dea1,#f0c24d);
    box-shadow: 0 1px 0 #faecc8 inset;
    text-align: center;
    color: #111;
    font-size: 0.9em;
    line-height: 1;
    padding: .8em;
    vertical-align: middle;
    padding: 14px;
    /* font-size: 13px; */
    text-align: center;
    text-decoration: none;
    font-weight: 400;
    box-shadow: rgba(255,255,255,.498039) 0 1px 0 0 inset, rgba(255,255,255,.74902) 0 0 5px 0 inset;
    box-sizing: border-box;
    color: black;
    border-width: 1px;
    border-style: solid;
    border-color: #da949b;
    border-image: initial;
    background: #f4d078;
    background: -webkit-linear-gradient(top,#f7dfa5,#f0c14b);
    background: linear-gradient(to bottom,#f7dfa5,#f0c14b);
    display: block;
    position: relative;
    overflow: hidden;
    height: 100%;
    box-shadow: 0 0.1rem 0 rgba(255,255,255,.6) inset;
    border-radius: .2rem;
    font-family: inherit;
}

.amazlet-linkyahoo a {
    margin: 10px 0;
    display: inline-block;
    border: 1px solid #9c7e31;
    border-top: 1px solid #a88734;
    border-bottom: 1px solid #846a29;
    border-radius: 3px;
    background: linear-gradient(to bottom,#f7dea1,#f0c24d);
    box-shadow: 0 1px 0 #faecc8 inset;
    text-align: center;
    color: #111;
    font-size: .8em;
    line-height: 1;
    padding: .82em;
    margin: 10px 0;
    display: inline-block;
    border-radius: 3px;
    background: linear-gradient(to bottom,#f7dea1,#f0c24d);
    box-shadow: 0 1px 0 #faecc8 inset;
    text-align: center;
    color: #111;
    font-size: .8em;
    line-height: 1;
    padding: .8em;
    vertical-align: middle;
    padding: 14px;
    text-align: center;
    text-decoration: none;
    font-weight: 400;
    box-shadow: rgba(255,255,255,.498039) 0 1px 0 0 inset, rgba(255,255,255,.74902) 0 0 5px 0 inset;
    box-sizing: border-box;
    color: black;
    border-width: 1px;
    border-style: solid;
    border-color: #da949b;
    border-image: initial;
    background: #f4d078;
    background: -webkit-linear-gradient(top,#f7dfa5,#f0c14b);
    background: linear-gradient(to bottom,#f7dfa5,#f0c14b);
    display: block;
    position: relative;
    overflow: hidden;
    height: 100%;
    box-shadow: 0 0.1rem 0 rgba(255,255,255,.6) inset;
    border-radius: .2rem;
    font-family: inherit;
    border: 1px solid #ff8400;
    color: #fff;
    background: linear-gradient(180deg, #ffa340, #ff8400);
}

.amazlet-detailreservation {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    font-style: normal;
    color: #333;
    font-weight: normal;
    margin: 0 5px 2px 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    padding-left: 28px;
    padding-top: 2px;
    background-image: url(https://kazuhirouno.jp/wp-content/uploads/2024/01/icn_seat.png);
    background-position: 0 0.1em,left bottom;
    background-repeat: no-repeat,repeat-x;
    background-size: 1.6em auto,auto auto;
    /* width: 70%; */
    text-align: left;
}

.amazlet-detail {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    font-style: normal;
    color: #333;
    font-weight: normal;
    margin: 0 5px 2px 0;
    /* padding: 2px 10px 2px; */
    border-radius: 3px;
    display: inline-block;
    font-size: 12px;
    /* margin: 0 0 .35em 0; */
    padding-left: 21px;
    padding-top: 2px;
    background-image: url(https://kazuhirouno.jp/wp-content/uploads/2018/08/180830_cart3.jpg);
    background-position: 0 0.1em,left bottom;
    background-repeat: no-repeat,repeat-x;
    background-size: 1.6em auto,auto auto;
    width: 70%;
    text-align: left;
}

.amazlet-detailcs {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    font-style: normal;
    color: #333;
    font-weight: normal;
    border-radius: 3px;
    display: inline-block;
    font-size: 12px;
    padding-left: 4px;
}

.amazlet-detailstar {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    font-style: normal;
    color: #333;
    font-weight: normal;
    margin: 0 5px 2px 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 12px;
    padding-left: 79px;
    padding-top: 2px;
    background-image: url(https://kazuhirouno.jp/wp-content/uploads/2018/09/180914_004.png);
    background-position: 0 0.1em,left bottom;
    background-repeat: no-repeat,repeat-x;
    background-size: 6.25em auto,auto auto;
    /* width: 69%; */
    text-align: left;
}

.amazlet-teinei {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    font-style: normal;
    font-weight: normal;
    border-radius: 3px;
    display: inline-block;
    font-size: 13px;
    line-height: 1.6em;
    padding-bottom: 10px;
    padding-left: 16px;
    background-image: url(https://kazuhirouno.jp/wp-content/uploads/2018/09/8251.jpg);
    background-position: 0 .19em,left bottom;
    background-repeat: no-repeat,repeat-x;
    background-size: 1.0em auto,auto auto;
    text-align: left;
    width: 93%;
}

.amazlet-sinchoku {
    border-bottom: solid 4px #DDD;
    position: relative;
    width: 69%;
    /* margin-left: 39px; */
    margin-top: 5px;
    display: inline-block;
}

.amazlet-sinchoku:after {
    content: "";
    display: block;
    line-height: 0;
    overflow: hidden;
    position: absolute;
    left: 0;
    width: 97%;
    border-bottom: 3.5px solid #E77600;
}

.amazlet-sinchokut {
    border-bottom: solid 4px #DDD;
    position: relative;
    width: 69%;
    /* margin-left: 39px; */
    margin-top: 5px;
    display: inline-block;
}

.amazlet-sinchokut:after {
    content: "";
    display: block;
    line-height: 0;
    overflow: hidden;
    position: absolute;
    left: 0;
    width: 92%;
    border-bottom: 3.5px solid #E77600;
}

.amazlet-sinchokuts {
    border-bottom: solid 4px #DDD;
    position: relative;
    width: 69%;
    /* margin-left: 39px; */
    margin-top: 5px;
    display: inline-block;
}

.amazlet-sinchokuts:after {
    content: "";
    display: block;
    line-height: 0;
    overflow: hidden;
    position: absolute;
    left: 0;
    width: 89%;
    border-bottom: 3.5px solid #E77600;
}

.amazlet-sinchokutt {
    border-bottom: solid 4px #DDD;
    position: relative;
    width: 69%;
    /* margin-left: 39px; */
    margin-top: 5px;
    display: inline-block;
}

.amazlet-sinchokutt:after {
    content: "";
    display: block;
    line-height: 0;
    overflow: hidden;
    position: absolute;
    left: 0;
    width: 86%;
    border-bottom: 3.5px solid #E77600;
}

.amazlet-yoyakusinchoku {
    position: relative;
    width: 69%;
    display: inline-block;
    overflow: hidden;
    background-color: #e4e4e4;
    width: 77%;
    height: 11px;
    border-top-right-radius: 7px;
    border-top-left-radius: 7px;
    border-bottom-right-radius: 7px;
    border-bottom-left-radius: 7px;
}

.amazlet-yoyakusinchoku:after {
    content: "";
    display: block;
    line-height: 0;
    overflow: hidden;
    position: absolute;
    left: 0;
    width: 95.5%;
    background: -webkit-gradient(linear,right top,left top,from(#ff4f45),color-stop(17.48%,#ff4f45),color-stop(49.56%,#fa643c),color-stop(69.79%,#fb8943),to(#ffc13e));
    /* background: #555; */
    max-width: 100%;
    height: 10px;
    color: #fff;
    text-align: left;
    line-height: 16px;
    border-top-right-radius: inherit;
    border-top-left-radius: inherit;
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit;
}

.amazlet-yoyakusinchoku a {
    text-decoration: none;
    color: #1b64d0;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    -ms-transition: .5s;
    border-bottom: 1px grey dotted;
    font-family: 'Noto Sans JP',sans-serif;
    font-weight: 700;
}

.amazlet-24 {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    font-style: normal;
    color: #d90000;
    font-weight: bold;
    margin: 0 5px 0px 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 13px;
    padding-top: 2px;
    text-align: left;
    line-height: 1.2;
    padding-top: 10px;
    font-size: 13px;
}

.amazlet-jireidetail {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    font-style: normal;
    color: #333;
    font-weight: normal;
    /* margin: 0 5px 2px 0; */
    border-radius: 3px;
    display: inline-block;
    font-size: 13px;
    padding-left: 27px;
    padding-top: 5px;
    background-image: url(https://kazuhirouno.jp/wp-content/uploads/2016/07/1469619741_icon-27-one-finger-click.png);
    background-position: 0.1em 0.1em,left bottom;
    background-repeat: no-repeat,repeat-x;
    background-size: 1.8em auto,auto auto;
    height: 30px;
    width: 70%;
    text-align: left;
}

/*web font*/
.wf-mplus1p { font-family: "Mplus 1p";font-weight: 500; }
 
/* yurabutton4 */
.yurabutton4 {
    display: block;
    width: 70%;
    margin: 1px auto;
    border-bottom: 8px solid #53A006;
    border-radius: 10px;
    background: #53b635;
    background: -moz-linear-gradient(top, #bfd255 0%, #8eb92a 50%, #72aa00 51%, #9ecb2d 100%);
    /* background: -webkit-linear-gradient(top, #bfd255 0%,#8eb92a 50%,#72aa00 51%,#9ecb2d 100%); */
    /* background: linear-gradient(to bottom, #bfd255 0%,#8eb92a 50%,#72aa00 51%,#9ecb2d 100%); */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfd255', endColorstr='#9ecb2d',GradientType=0 );
    color: #ffffff;
    padding: 8px 1px;
    font-size: 32px;
    text-align: center;
    text-decoration: none;
    animation-duration: 4s;
    animation-iteration-count: infinite;
    animation-name: yurabutton4;
    animation-timing-function: ease;
    transform: scale(1);
    transform-origin: center bottom 0;
}
@keyframes yurabutton4 {
  0% { transform: scale(1.0, 1.0) translate(0%, 0%); }
  88% { transform: scale(1.0, 1.0) translate(0%, 0%); }
  90%  { transform: scale(1.0, 1.05) translate(0%, -3%); }
  92%  { transform: scale(1.05, 0.95) translate(0%, 3%); }
  94%  { transform: scale(1.0, 1.05) translate(0%, -3%); }
  96%  { transform: scale(1.05, 0.95) translate(0%, 3%); }
  98%  { transform: scale(1.0, 1.0) translate(0%, 0%); }
  100% { transform: scale(1.0, 1.0) translate(0%, 0%); }
}
@media only screen and (max-width: 480px) {
.yurabutton4 {
    width: 85%;
    font-size: 30px;
}
.yurearrow1{
    color:yellow;
    display: inline-block;
    padding-right:1px;
    position: relative;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-name: yurearrow1;
    animation-timing-function: ease;
    transform: scale(1);
    transform-origin: center bottom 0;
}
@keyframes yurearrow1{
        0% { left: 0px;}
        25% { left: 5px; }
        50% { left: 0px; }
        75% { left: 5px; }
        100% { left: 0px;}
}
}

/* yurabutton4pink */
.yurabutton4pink {
    display: inline-block;
    width: 285px;
    height: 54px;
    font-size: 16px;
    text-decoration: none;
    outline: 0;
    position: relative;
    line-height: 52px;
    -webkit-transition: none;
    transition: none;
    box-shadow: 0 3px 0 #8e1916;
    text-shadow: 0 1px 1px rgba(0,0,0,.3);
    box-shadow: rgba(255,255,255,.498039) 0 1px 0 0 inset, rgba(255,255,255,.74902) 0 0 5px 0 inset;
    box-sizing: border-box;
    color: white;
    border-width: 1px;
    border-style: solid;
    border-color: #da949b;
    border-image: initial;
    border-radius: 4px;
    background: -webkit-gradient(linear,0% 0,0% 100%,from(#ff858e),color-stop(0.2,#ff858e),to(#f64459));
    padding-bottom: 15px;
    text-align: center;
    font-weight: bold;
    display: block;
    width: 70%;
    margin: 1px auto;
    background: -moz-linear-gradient(top,#bfd255 0,#8eb92a 50%,#72aa00 51%,#9ecb2d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bfd255',endColorstr='#9ecb2d',GradientType=0);
    color: #fff;
    text-align: center;
    text-decoration: none;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-name: yurabutton4;
    animation-timing-function: ease;
    transform: scale(1);
    transform-origin: center bottom 0;
}
@keyframes yurabutton4pink {
  0% { transform: scale(1.0, 1.0) translate(0%, 0%); }
  88% { transform: scale(1.0, 1.0) translate(0%, 0%); }
  90%  { transform: scale(1.0, 1.05) translate(0%, -3%); }
  92%  { transform: scale(1.05, 0.95) translate(0%, 3%); }
  94%  { transform: scale(1.0, 1.05) translate(0%, -3%); }
  96%  { transform: scale(1.05, 0.95) translate(0%, 3%); }
  98%  { transform: scale(1.0, 1.0) translate(0%, 0%); }
  100% { transform: scale(1.0, 1.0) translate(0%, 0%); }
}
@media only screen and (max-width: 480px) {
.yurabutton4pink {
}
.yurearrow1{
    color:yellow;
    display: inline-block;
    padding-right:1px;
    position: relative;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-name: yurearrow1;
    animation-timing-function: ease;
    transform: scale(1);
    transform-origin: center bottom 0;
}
@keyframes yurearrow1{
        0% { left: 0px;}
        25% { left: 5px; }
        50% { left: 0px; }
        75% { left: 5px; }
        100% { left: 0px;}
}
}



/* yurabutton4az */
.yurabutton4az {
    display: block;
    width: 70%;
    margin: 1px auto;
    border-bottom: 8px solid #53a006;
    border-radius: 10px;
    background: #53b635;
    background: -moz-linear-gradient(top,#bfd255 0,#8eb92a 50%,#72aa00 51%,#9ecb2d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bfd255',endColorstr='#9ecb2d',GradientType=0);
    color: #fff;
    padding: 8px 1px;
    font-size: 32px;
    text-align: center;
    text-decoration: none;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-name: yurabutton4;
    animation-timing-function: ease;
    transform: scale(1);
    transform-origin: center bottom 0;
    display: block;
    vertical-align: middle;
    padding: 8px;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    font-weight: 400;
    box-shadow: rgba(255,255,255,.498039) 0 1px 0 0 inset, rgba(255,255,255,.74902) 0 0 5px 0 inset;
    box-sizing: border-box;
    color: black;
    border-width: 1px;
    border-style: solid;
    border-color: #da949b;
    border-image: initial;
    background: #f4d078;
    background: -webkit-linear-gradient(top,#f7dfa5,#f0c14b);
    background: linear-gradient(to bottom,#f7dfa5,#f0c14b);
    display: block;
    position: relative;
    overflow: hidden;
    height: 100%;
    box-shadow: 0 0.1rem 0 rgba(255,255,255,.6) inset;
    border-radius: .2rem;
    font-family: inherit;
}
@keyframes yurabutton4az {
  0% { transform: scale(1.0, 1.0) translate(0%, 0%); }
  88% { transform: scale(1.0, 1.0) translate(0%, 0%); }
  90%  { transform: scale(1.0, 1.05) translate(0%, -3%); }
  92%  { transform: scale(1.05, 0.95) translate(0%, 3%); }
  94%  { transform: scale(1.0, 1.05) translate(0%, -3%); }
  96%  { transform: scale(1.05, 0.95) translate(0%, 3%); }
  98%  { transform: scale(1.0, 1.0) translate(0%, 0%); }
  100% { transform: scale(1.0, 1.0) translate(0%, 0%); }
}
@media only screen and (max-width: 480px) {
.yurabutton4az {
    width: 90%;
    /* font-size: 30px; */
}
.yurearrow1{
    color:yellow;
    display: inline-block;
    padding-right:1px;
    position: relative;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-name: yurearrow1;
    animation-timing-function: ease;
    transform: scale(1);
    transform-origin: center bottom 0;
}
@keyframes yurearrow1{
        0% { left: 0px;}
        25% { left: 5px; }
        50% { left: 0px; }
        75% { left: 5px; }
        100% { left: 0px;}
}
}

.marker_red_hoso {
background: linear-gradient(transparent 75%, #ff9999 60%);
}

.shampoo-list-link-next a {
    text-decoration: none;
    color: #1b64d0;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    -ms-transition: .5s;
    border-bottom: 1px grey dotted;
    font-family: 'Noto Sans JP',sans-serif;
    font-weight: 700;
    background-size: 8px 14px;
    background: url(https://kazuhirouno.jp/wp-content/uploads/2018/07/amazonlinkarrow.png) left 4px no-repeat;
    background-size: 8px 14px;
    padding-left: 12px;
}

.balloon2-left {
 	position: relative;
	display: inline-block;
 	margin: 1.5em 0 1.5em 15px;
	padding: 7px 10px;
	min-width: 120px;
 	max-width: 100%;
 	color: #555;
	font-size: 16px;
	background: #FFF;
 	border: solid 3px #555;
 	box-sizing: border-box;
}

.balloon2-left:before{
	content: "";
	position: absolute;
	top: 50%;
	left: -24px;
 	margin-top: -12px;
	border: 12px solid transparent;
	border-right: 12px solid #FFF;
 	z-index: 2;
}

.balloon2-left:after{
	content: "";
	position: absolute;
	top: 50%;
	left: -30px;
 	margin-top: -14px;
	border: 14px solid transparent;
	border-right: 14px solid #555;
 	z-index: 1;
}

.balloon2-left p {
	margin: 0;
	padding: 0;
}

.tenpoOptionIconList {
	margin-top: 2px;
}
.tenpoOptionIconList > li {
	margin: 3px 5px 0 0;
	white-space: nowrap;
}
.tenpoOptionIconList > li:last-child {
	margin-right: 0;
}
.tenpoOptionIconList + .spListSlnWrap {
	margin-top: 10px;
}
.icnsokujiRsv,
.icnTemporaryRsv,
.icnNominateRsv,
.icnToday,
.icnmikaniro,
.icnMensosusume {
	border-radius: 4px;
	display: inline-block;
	font-size: 10px;
	margin-top: 4px;
	padding: 0 5px;
}
.icnsokujiRsv,
.icnTemporaryRsv,
.icnNominateRsv,
.icnToday {
	color: #988989;
	border: 1px solid #988989;
	background-color: #FFFFFF;
}
.icnmikaniro {
	color: #FFFFFF;
	border: 1px solid #EB961D;
	background-color: #ECA241;
}
.icnMensosusume {
	background-color: #E4EDF0;
	border: solid 1px #8CB5DF;
	color: #4286CC;
}
.icnInfoMark {
	background: #FFFFFF;
	border: 2px solid #988989;
	border-radius: 20px;
	color: #988989;
	display: inline-block;
	font-size: 20px;
	font-weight: bold;
	height: 20px;
	line-height: 20px;
	padding: 2px;
	text-align: center;
	width: 20px;
}

.emptyExistence {
    background-color: #fff;
    border: 1px solid #d36985;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #655;
    height: 24px;
    left: 28.5%;
    line-height: 24px;
    opacity: .95;
    position: absolute;
    top: 80%;
    z-index: 100;
    padding: 3px 10px 1px 10px;
    font-size: 13px;
    text-shadow: none;
}
.emptyExistence .isPink {
	color: #D36985;
	display: inline;
}
.emptyExistence:before,
.emptyExistence:after {
	border-color: transparent;
	border-style: solid;
	border-width: 0 4px 4px 4px;
	content: "";
	height: 0;
	left: 50%;
	margin-left: -4px;
	position: absolute;
	width: 0;
}
.emptyExistence:before {
	border-bottom-color: #D36985;
	top: -5px;
}
.emptyExistence:after {
	border-bottom-color: #FFFFFF;
	top: -4px;
}

.emptyExistencesnsshare {
    background-color: #fff;
    border: 1px solid #d36985;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #655;
    height: 24px;
    left: 16.5%;
    line-height: 24px;
    opacity: .95;
    position: absolute;
    top: 115%;
    z-index: 100;
    padding: 3px 10px 1px 10px;
    font-size: 13px;
    text-shadow: none;
}
.emptyExistencesnsshare .isPink {
	color: #D36985;
	display: inline;
}
.emptyExistencesnsshare:before,
.emptyExistencesnsshare:after {
	border-color: transparent;
	border-style: solid;
	border-width: 0 4px 4px 4px;
	content: "";
	height: 0;
	left: 50%;
	margin-left: -4px;
	position: absolute;
	width: 0;
}
.emptyExistencesnsshare:before {
	border-bottom-color: #D36985;
	top: -5px;
}
.emptyExistencesnsshare:after {
	border-bottom-color: #FFFFFF;
	top: -4px;
}

.emptyExistence2 {
    background-color: #fff;
    border: 1px solid #d36985;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #655;
    height: 24px;
    left: 14.5%;
    line-height: 24px;
    opacity: .95;
    position: absolute;
    top: 80%;
    z-index: 100;
    padding: 3px 10px 1px 10px;
    font-size: 13px;
    text-shadow: none;
}
.emptyExistence2:before,
.emptyExistence2:after {
	border-color: transparent;
	border-style: solid;
	border-width: 0 4px 4px 4px;
	content: "";
	height: 0;
	left: 50%;
	margin-left: -4px;
	position: absolute;
	width: 0;
}
.emptyExistence2:before {
	border-bottom-color: #D36985;
	top: -5px;
}
.emptyExistence2:after {
	border-bottom-color: #FFFFFF;
	top: -4px;
}

.emptyExistence3 {
    background-color: #fff;
    border: 1px solid #d36985;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #655;
    height: 24px;
    left: 19.5%;
    line-height: 24px;
    opacity: .95;
    position: absolute;
    top: 85%;
    z-index: 100;
    padding: 3px 10px 1px 10px;
    font-size: 13px;
    text-shadow: none;
}
.emptyExistence3:before,
.emptyExistence3:after {
	border-color: transparent;
	border-style: solid;
	border-width: 0 4px 4px 4px;
	content: "";
	height: 0;
	left: 50%;
	margin-left: -4px;
	position: absolute;
	width: 0;
}
.emptyExistence3:before {
	border-bottom-color: #D36985;
	top: -5px;
}
.emptyExistence3:after {
	border-bottom-color: #FFFFFF;
	top: -4px;
}


.btnAddMenuReserve:before {
	background-position: -190px -6569px;
	height: 14px;
	width: 10px;
}

.p10 {
    padding: 10px;
    list-style: none;
    margin-left: -15px;
}

.p10snsshare {
    padding: 1px;
    list-style: none;
    margin-left: -15px;
}

.pr {
    position: relative;
    zoom: 1;
}


/* ---------------------------------------------------------------
Career
--------------------------------------------------------------- */
.Career {
	width: 100％;
	height: auto;
	margin: 0 auto;
	text-align: center;
	color: #666666;
	padding: 10px 0;
}
.Career table {
	width: 100%;
	max-width: 1020px;
	height: auto;
	text-align: left;
	padding: 60px 0 0;
}
.Career th {
	width: 160px;
	letter-spacing: 0.5px;
	line-height: 1.8;
	padding: 10px 0 10px 10px;
	border-bottom: 1px solid #cccccc;
	color: #232323;
	font-weight: bold;
}
.Career td {
	width: 850px;
	margin: 0 !important;
	letter-spacing: 0.5px;
	line-height: 1.8;
	padding: 10px 0;
	border-bottom: 1px solid #cccccc;
}

/* スマホ向け-タブレット共通 */
@media screen and (max-width: 768px) {
.Career {
	width: 90%;
	padding: 1px 0 50px;
}
.Career table {
	padding: 30px 0 0;
}
.Career th {
	width: 100%;
	padding: 10px 0;
	display: block;
	text-align: center;
}
.Career td {
	width: 100%;
	color: #232323;
	display: block;
}
}

/*以下、①背景色など*/
.line-bc {
  padding: 20px 10px;
  max-width: 450px;
  margin: 15px auto;
  text-align: right;
  font-size: 14px;
  background: #7da4cd;

}

/*以下、②左側のコメント*/
.balloon6 {
    width: 100%;
    margin: 10px 0;
    overflow: hidden;
}

.balloon6 .faceicon {
    float: left;
    margin-right: -50px;
    width: 40px;
}

.balloon6 .faceicon img{
    width: 100%;
    height: auto;
    border-radius: 50%;
}
.balloon6 .chatting {
    width: 100%;
    text-align: left;
}
.says {
    display: inline-block;
    position: relative; 
    margin: 0 0 0 50px;
    padding: 10px;
    max-width: 250px;
    border-radius: 12px;
    background: #ffffff;
}

.says:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 3px; 
    left: -19px;
    border: 8px solid transparent;
    border-right: 18px solid #ffffff;
    -ms-transform: rotate(35deg);
    -webkit-transform: rotate(35deg);
    transform: rotate(35deg);
}
.says p {
    margin: 0;
    padding: 0;
}

/*以下、③右側の緑コメント*/
.mycomment {
    margin: 10px 0;
}
.mycomment p{
    display: inline-block;
    position: relative; 
    margin: 0 10px 0 0;
    padding: 8px;
    max-width: 250px;
    border-radius: 12px;
    background: #30e852;
    font-size: 15px:
}

.mycomment p:after {
    content: "";
    position: absolute;
    top: 3px; 
    right: -19px;
    border: 8px solid transparent;
    border-left: 18px solid #30e852;
    -ms-transform: rotate(-35deg);
    -webkit-transform: rotate(-35deg);
    transform: rotate(-35deg);
}

.main_con_post_copy_btn {
    background-repeat: no-repeat;
    text-align: left;
    font-size: 15px;
    font-weight: bold;
    opacity: 1;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    padding: 25px 0 25px 22px;
    margin: 0 auto 10px;
    display: block;
    vertical-align: middle;
    margin-left: auto;
    margin-right: auto;
    margin: 5px;
    margin-bottom: 15px;
    padding: 9px;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    box-shadow: rgba(255,255,255,.498039) 0 1px 0 0 inset, rgba(255,255,255,.74902) 0 0 5px 0 inset;
    box-sizing: border-box;
    color: white;
    border-width: 1px;
    border-style: solid;
    border-color: #da949b;
    border-image: initial;
    border-radius: 4px;
    background: -webkit-gradient(linear,0% 0,0% 100%,from(#ff858e),color-stop(0.2,#ff858e),to(#f64459));
}


div.copy_btn{
    margin-top: 15px;
    /* margin-bottom: 35px; */
    text-align: center;
    padding: 0 auto;
    vertical-align: middle;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 15px;
    text-decoration: none;
    font-weight: bold;
    box-shadow: rgba(255,255,255,.498039) 0 1px 0 0 inset, rgba(255,255,255,.74902) 0 0 5px 0 inset;
    box-sizing: border-box;
    padding-top: 13px;
    padding-bottom: 10px;
    text-align: center;
    color: #e53b4e;
    background: -webkit-gradient(linear,0% 0,0% 100%,from(#fff),color-stop(0.25,#fff),to(#f6d3d7)) 0 center;
    border-radius: 4px;
    border-width: 2px;
    border-style: solid;
    border-color: #e5848e;
}
div.copy_btn:active{
  box-shadow:inset 0 0.6em 2em -0.3em rgba(0,0,0,0.15),inset 0 0 0em 0.05em rgba(255,255,255,0.12);
}

.tategaki-wrap{
    border: 1px solid red;
    margin: 0 auto;
    width: 1080px;
}
 
.tategaki{
    background: white;
    writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode:vertical-rl;   
}
 
.tategaki__title{
    color: #333;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 40px;
}

/* ページャー */

#next {
font-size:85%;
font-weight:lighter;
text-align: center;
padding-top: 30px;
padding-bottom: 30px;
display: none;
}

#next-archives {
font-size:85%;
text-align: center;
margin-top: -50px;
padding-bottom: 30px;
display: none;
}

.next-pagenavi{
text-align:center;
margin-top:10px;
display: none;
}


/* 関連記事 */

.similar-head {
font-family:arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
margin: 50px 0 15px 0;
padding: 0 0 2px 0;
line-height: 30px;
font-size: 16px;
font-weight: bold;
color: #333;
letter-spacing: 0.05em;
background: url() no-repeat;
border-bottom:1px solid #ccc;
display: none;
}


.similar ul{
margin: 0 0 0 0;
padding: 0 0 0 0;
display: none;
}

.similar li{
font-size:13px;
margin: 0 0 0 0;
padding: 0 0 0 0;
list-style: none;
display: none;
}

.similar li a{
color:#555;
display: none;
}

.similar li a:hover{
color:#888;
display: none;
}

.similar h4 {
font-size: 14px;
font-weight: normal;
line-height: 150%;
padding: 0 0 0 5px;
display: none;
}

table.similar-text {
width: 100%;
color: #444;
margin: 0 0 0 0;
padding: 0 0 0 0;
border-bottom: dotted 1px #ccc;
border-collapse: collapse;
border-spacing: 0;
display: none;
}

table.similar-text img {
width: 150px;
display: none;
}

table.similar-text th {
text-align: left;
width: 150px;
display: none;
}

table.similar-text td {
font-size: 14px;
text-align: left;
white-space: normal;
vertical-align: middle;
display: none;
}



table.similar-side {
width: 100%;
color: #444;
margin: 0 0 0 0;
padding: 0 0 0 0;
border-collapse: collapse;
border-spacing: 0;
display: none;
}

table.similar-side img {
width: 80px;
display: none;
}

table.similar-side th {
text-align: left;
width: 80px;
display: none;
}

table.similar-side td {
font-size: 14px;
text-align: left;
white-space: normal;
vertical-align: middle;
display: none;
}


/* コメント欄 */

.comment-head {
font-family:arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
font-size: 14px;
font-weight: bold;
color: #333;
line-height: 30px;
letter-spacing: 0.1em;
margin: 0 0 0 0;
padding: 0 10px 0 0px;
background: url() no-repeat;
border-bottom:1px solid #ccc;
}

.commentlist li{
list-style: none;
font-size:90%;
color:#888;
}

.commentlist {
margin: 0 0 50px 0;
padding: 0 0 0 0;
}



/* ************************************************ 
*	サイドバー
* ************************************************ */

#sidebar {
width: 100%;
margin: 40px 0px 40px 0px;
padding: 0 0 0 0;
font-family: 'AxisStd-Light';
}

#sidebar p{
margin-bottom: 20px;
}

#sidebar h2 {
font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho ProN', 'ＭＳ 明朝',serif; important;
font-size: 90%;
font-weight: normal;
color: #222;
letter-spacing: 0.1em;
margin: 0px 0px 10px 0px;
padding: 0 0 0 0;
background: url() no-repeat;
border-bottom:1px solid #ccc;
}

.sidebar-title{
font-family: 'AxisStd-Light';
    color: #333;
    font-size: 16px;
    letter-spacing: 0.05em;
    font-style: normal;
    margin: 0px 0px 10px 0px;
    padding: 10px 10px 10px 10px;
    background: url() no-repeat;
    border-bottom: 1px solid #ccc;
    border-left: 10px solid #737373;
}

#sidebar h3 {
font-family:arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
font-size: 14px;
font-weight: normal;
color: #999;
line-height: 30px;
margin: 0 0 0 0;
padding: 0 0 0 0;
border-bottom:0px solid #ccc;
}

#sidebar ul{
margin: 0 0 0 0;
padding: 0 0 0 0;
}

#sidebar li{
font-size: 13px;
margin: 0 0 0 0;
padding: 0 0 0 0;
list-style: none;
}

#sidebar li a{
font-size: 14px;
display:inline;
transition: 0.5s;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-o-transition: 0.5s;
-ms-transition: 0.5s;
}

#sidebar li a:hover{
}


/* 階層表示 */

#sidebar ul.children{
margin-bottom: -6px;
display: block;
padding: 5px 0 0 0;
}

#sidebar ul.children li{
padding-left: 15px;
padding-top: 5px;
border-top: 1px dotted #ccc;
border-bottom: 0px dotted #ccc;
}


#sidebar ul.sub-menu{
margin-bottom: -6px;
display: block;
padding: 5px 0 0 0;
}

#sidebar ul.sub-menu li{
padding-left: 15px;
padding-top: 5px;
border-top: 1px dotted #ccc;
border-bottom: 0px dotted #ccc;
}


/* 新着表示 */

#sidebox-new {
color:#666;
margin: 0 0 50px 0 ;
padding: 0 0 0 0 ;
display: none;
}

#sidebox-new ul{
floate:left;
margin: 0 0 0 0;
padding: 0 0 0 0;
display: none;
}

#sidebox-new li{
font-size: 12px;
floate:left;
list-style: none;
margin: 0 0 0 0;
padding: 6px 0 5px 0px;
display: none;
}

#sidebox-new li a{
color: #1b64d0;
list-style: none;
transition: 0.5s;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-o-transition: 0.5s;
-ms-transition: 0.5s;
display: none;
}

#sidebox-new li a:hover{
color: #1b64d0;
display: none;
}

/* ************************************************ 
*	フッターエリア
* ************************************************ */

#footer {
    background: #f5f5f5;
    clear: both;
    width: 100%;
    font-size: 90%;
    /* margin: 30px auto 0 auto; */
    padding: 25px 0;
    line-height: 2.0em;
}

.footer-inner {
margin: 0px auto 0px auto;
max-width: 960px;
_width: 960px;
}

#sociallink {
text-align:center;
position: relative;
margin: 0 auto 10px auto;
padding: 0 0 0 0;
display: none;
}

#copyright {
color:#999;
text-align:center;
position: relative;
margin: 0 0 0 0;
padding: 0 0 0 0;
}



/* ************************************************ 
*	ウィジット
* ************************************************ */

.widget{
margin: 0 0 15px 0;
}

.widget_recent_entries li a,
.widget_archive li a,
.widget_categories li a,
.widget_nav_menu li a{
margin: 0 0 0 0px;
}

.textwidget{
font-size: 13px;
color: #444;
line-height:170%;
margin: 0 0 30px 0;
padding: 5px 0 0 0;
}

#topbox{
margin: 0 0 0 0;
padding: 0 0 0 0;
}

#topbox ul{
floate:left;
margin: 0 0 0 0;
padding: 0 0 0 0;
}

#topbox li{
floate:left;
margin: 0 0 0 0;
padding: 3px 0px 2px 0px;
list-style: none;
border-bottom:1px dotted #ddd;
}

#topbox li a{
font-size:12px;
/* color: #444; */
margin: 0 0 0 0;
/* padding: 3px 0 2px 0; */
list-style: none;
transition: 0.5s;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-o-transition: 0.5s;
-ms-transition: 0.5s;
}

#topbox li a:hover{
color:#999;
}

#topbox h2{
margin: 0 0 0 0;
padding: 0 0 0 0;
border-bottom: 0px dotted #fff;
}

#topbox h3{
margin: 0 0 0 0;
padding: 0 0 0 0;
border-top: 0px dotted #fff;
border-bottom: 0px dotted #fff;
}

#topbox h4{
margin: 0 0 0 0;
padding: 0 0 0 0;
border-bottom: 0px dotted #fff;
}

#topbox ul.children{
margin-bottom: 0px;
display: block;
padding: 5px 0 0 0;
}

#topbox ul.children li{
padding-left: 15px;
padding-top: 5px;
border-top: 1px dotted #ccc;
border-bottom: 0px dotted #ccc;
}

#topbox ul.sub-menu{
margin-bottom: 0px;
display: block;
padding: 5px 0 0 0;
}

#topbox ul.sub-menu li{
padding-left: 15px;
padding-top: 5px;
border-top: 1px dotted #ccc;
border-bottom: 0px dotted #ccc;
}



#sidebox{
color:#666;
margin: 0 0 0 0 ;
padding: 0 0 0 0 ;
}

#sidebox ul{
    floate: left;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    border-collapse: collapse;
    border: 1px #CCCCCC solid;
    font-size: 100%;
    width: 94%;
    padding: 10px;
}

#sidebox li{
font-size: 12px;
floate:left;
list-style: none;
margin: 0 0 0 0;
padding: 6px 0 5px 0px;
}

#sidebox li a{
    color: #1b64d0;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    background: url(https://kazuhirouno.jp/wp-content/uploads/2015/11/top_arw_pickup.gif) no-repeat 1px 0.25em;
    padding-left: 20px;
    height: 10px;
}

#sidebox li a:hover{
color: #1b64d0;
}


#sidebox h2{
margin: 0 0 0 0;
padding: 0 0 0 0;
border-bottom: 0px dotted #222;
}

#sidebox h3{
margin: 0 0 0 0;
padding: 0 0 0 0;
border-top: 0px dotted #222;
border-bottom: 0px dotted #222;
}

#sidebox h4{
margin: 0 0 0 0;
padding: 0 0 0 0;
border-bottom: 0px dotted #222;
}

.footer-widget-title{
font-family:arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
font-size:14px;
font-weight:bold;
color: #999;
margin: 0 0px 10px 0px;
}


.widget ul{
margin: 0 0 0 0;
padding: 0 0 0 0;
}

.widget li{
font-size:88%;
list-style: none;
}

.widget li a{
/* color: #666; */
display: block;
}

.widget li a:hover{
color: #999;
}


/* 本文下の広告枠 */

.widget-adspace {
margin: 30px 0 -30px 0px;
}


/* フェイスブックのプラグイン */

.fbfluid .fbcomments,
.fbfluid .fb_iframe_widget,
.fbfluid .fb_iframe_widget[style],
.fbfluid .fb_iframe_widget iframe[style],
.fbfluid .fbcomments iframe[style],
.fbfluid .fb_iframe_widget span{
width: 100%! important;
}

/* 関連記事のカスタマイズ */

ol{
margin: 0 0 0 5px;
padding: 0 0 0 0;
list-style: decimal;
}

#rarticle ul{
margin: 0 0 0 0;
padding: 0 0 0 0;
}

#rarticle li {
    display: block;
    height: 100%;
    color: #444444;
    line-height: 30px;
    font-size: 100%;
    padding-left: 1px;
    text-align: left;
    text-decoration: none;
}

#rarticle li a {
    border-bottom: 1px solid #dddddd;
    color: #333;
    cursor: pointer;
    background: url(https://kazuhirouno.jp/wp-content/uploads/2017/02/icon_link2.png) no-repeat scroll right transparent;
    margin: 5px 10px 0px -15px;
    display: block;
    padding: 10px 25px 10px 6px;
    font-size: 90%;
    font-weight: bold;
    text-decoration: none;
    line-height: 1.9em;
}

#rarticle li a:hover{
}



.ssLimitedContainerHeader{
font-size: 16px;
background: #fff;
font-weight: 200;
color: #222222;
line-height:1.25;
font-family: "Apple TP","Helvetica Neue","Helvetica","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Arial","Verdana","sans-serif";
}

/* トップのランディングページカスタマイズ */

.wrapperlp {
  position: relative;
  height: 800px;
  background-size: contain;
  background:url(https://kazuhirouno.jp/wp-content/uploads/2015/05/bg-bagvan.jpg) no-repeat;

}
.inside {
  position: absolute;
  top: 30%;
  left: 25%;
  -webkit-transform: translate(-25%,-25%);
  -ms-transform: translate(-25%,-25%);
  transform: translate(-25%,-25%);
}


/* ************************************************ 
*	検索フォーム
* ************************************************ */


.search fieldset {
margin: -20px 0 20px 0px;
border: 0px solid #eee;
display: none;
}

.search input {
font: 11px arial, sans-serif; 
color: #000000; 
width:80%;
padding: 5px 5px; 
vertical-align: middle;
border: none; 
background-color: #e6e6e6; 
display: none;
}

.search button {
width: 15px; 
height: 15px; 
cursor: pointer; 
vertical-align: middle;
border: none; 
background: url(images/search.png) no-repeat; 
display: none;
}




/* ************************************************ 
*	文字サイズ
* ************************************************ */

.moji100px {font-size: 100px;line-height: 170%;}
.moji90px {font-size: 90px;line-height: 170%;}
.moji80px {font-size: 80px;line-height: 170%;}
.moji70px {font-size: 70px;line-height: 170%;}
.moji60px {font-size: 60px;line-height: 170%;}
.moji50px {font-size: 50px;line-height: 170%;}
.moji40px {font-size: 40px;line-height: 170%;}
.moji30px {font-size: 30px;line-height: 170%;}
.moji29px {font-size: 29px;line-height: 170%;}
.moji28px {font-size: 28px;line-height: 170%;}
.moji27px {font-size: 27px;line-height: 170%;}
.moji26px {font-size: 26px;line-height: 170%;}
.moji25px {font-size: 25px;line-height: 170%;}
.moji24px {font-size: 24px;line-height: 170%;}
.moji23px {font-size: 23px;line-height: 170%;}
.moji22px {font-size: 22px;line-height: 170%;}
.moji21px {font-size: 21px;line-height: 170%;}
.moji20px {font-size: 20px;line-height: 170%;}
.moji19px {font-size: 19px;line-height: 170%;}
.moji18px {font-size: 18px;line-height: 170%;}
.moji17px {font-size: 17px;line-height: 170%;}
.moji16px {font-size: 16px;line-height: 170%;}
.moji15px {font-size: 15px;line-height: 170%;}
.moji14px {font-size: 14px;line-height: 170%;}
.moji13px {font-size: 13px;line-height: 170%;}
.moji12px {font-size: 12px;line-height: 170%;}
.moji11px {font-size: 11px;line-height: 170%;}
.moji10px {font-size: 10px;line-height: 150%;}
.moji9px {font-size: 9px;line-height: 370%;}

.mincho {
font-family:'AxisStd-ExtraLight';
}

.bold {
font-family:arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}

.italic {
font-style: italic; 
}



/* ************************************************ 
*	テーブル
* ************************************************ */

table {
border: 0px;
border-collapse: collapse;
border-spacing: 0;
margin: 0 0 0 0;
padding: 0 0 0 0;
}

table tr{
margin: 0 0 0 0;
padding: 0 0 0 0;
}

table td{
text-align: left;
vertical-align: top;
line-height: 170%;
text-align: justify;
margin: 0 0 0 0;
padding: 0 0 0 0;
border-left: 0px dotted #CCCCCC;
}


/* プラン表風 */

table#plan {
width: 100%;
margin:10px 0 0 0;
padding:0 0px;
border: 1px #999 solid;
border-collapse: collapse;
border-spacing: 0;
}

table#plan th {
font-size: 13px;
font-weight: bold;
text-align: center;
padding: 10px;
border: 1px #999 solid;
border-width: 0 0 1px 1px;
white-space: nowrap; 
vertical-align: middle;
background-color:#ddd;
}

table#plan td {
font-size: 13px;
text-align: center;
padding: 10px;
border: 1px #999 solid;
border-width: 0 0 1px 1px;
white-space: normal;
vertical-align: middle;
}


/* フローチャート風 */

table#flow {
width: 100%;
margin:0 0 0 0;
padding:0 0 0 0;
border: 0px #CCC solid;
border-collapse: collapse;
border-spacing: 0;
}

table#flow th {
font-size: 13px;
font-weight: bold;
text-align: left;
padding: 10px 0px;
border: 0px #CCC solid;
border-bottom: 1px #CCC solid;
white-space: normal;
vertical-align: middle;
}

table#flow td {
font-size: 13px;
text-align: left;
padding: 10px;
border-bottom: 1px #CCC solid;
white-space: normal;
vertical-align: middle;
}


/* コンタクトフォーム用 */

table#contact {
font-size: 13px;
width: 100%;
color: #444;
margin: 10px 0 0 0;
padding: 0 0 0 0;
border: 0px #CCC solid;
border-collapse: collapse;
border-spacing: 0;
}

table#contact th {
font-weight: bold;
line-height: 120%;
text-align: left;
padding: 10px;
white-space: nowrap; 
}

table#contact td {
font-size: 13px;
text-align: left;
padding: 10px;
white-space: normal;
vertical-align: middle;
}

/**
 * [parts] デフォルトテーブルスタイル
 */
table.company {
  border-top: none;
  border-right: none;
  border-left: 1px solid #d1d1d1;/*ie10*/
  border-bottom: 1px solid #d1d1d1;/*ie10*/
  border-collapse: collapse;
  text-align: left;
  margin: 0.7em 0 0 0;
  width: 100%;
  *position: relative;
}
table.company th,
table.company td {
  /*border: 1px solid #d1d1d1; */
  border-top: 1px solid #d1d1d1;/*ie10*/
  border-right: 1px solid #d1d1d1;/*ie10*/
  border-left: none;/*ie10*/
  border-bottom: none;/*ie10*/
  padding: 8px;
  text-align: left;
}
table.company th > :first-child,
table.company td > :first-child {
  margin-top: 0;
}
table.company th {
  text-align: center;
  vertical-align: middle;
}
table.company td {
  background: #fff;
}
table.company th {
  background: #f1f1f1;
}
table.company thead th,
table.company tfoot th,
table.company thead td,
table.company tfoot td {
  background: #f1f1f1;
  font-weight: bold;
}
table.company .company-strong_sub {
  background: #e5e5e5;
}
table.company .company-action_sub {
  background: #e4f6f8;
}
table.company .company-strong {
  background: #bfbfbf;
}
table.company .company-action {
  background: #fbeeee;
}
table.company .company-number {
  white-space: nowrap;
}

table.res {
  border-top: 1px solid #999;
  border-right: 1px solid #999;
  border-collapse: collapse;
  width: 100%;
  text-align: center;
}
table.res th,
table.res td {
  border-left: 1px solid #999;
  border-bottom: 1px solid #999;
  padding: 10px;
}
table.res th {
  background-color: #eee;
}

@media screen and (max-width: 400px) {
  table.res {
    display: block;
    position: relative;
  }
  table.res thead {
    display: block;
    float: left;
  }
  table.res tbody {
    display: block;
    width: auto;
    position: relative;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
  table.res th,
  table.res td {
    display: block;
  }
  table.res tr {
    display: inline-block;
  }
  table.res tbody tr {
    margin-right: -5px;
  }
}


/* ************************************************ 
*	ライン
* ************************************************ */

.line-dotted {
margin: 0 0 0 0;
padding: 0 0 0 0;
border-bottom:1px dotted #CCC;
}

.line-solid {
margin: 0 0 0 0;
padding: 0 0 0 0;
border-bottom:1px solid #CCC;
}

.line-footmenu {
margin: 0 0 5px 0;
padding: 0 0 3px 0;
border-bottom:1px dotted #CCC;
}



/* ************************************************ 
*	画像装飾
* ************************************************ */

.pict_right {
margin:0 0 10px 20px; 
padding: 2px 2px 2px 2px; 
float: right;
border: 1px solid #DCDCDC;
}

.pict_left {
margin:0 10px 10px 0; 
padding: 2px 2px 2px 2px; 
float: left;
border: 1px solid #DCDCDC;
}

.pict1px{
margin: 0 0 5px 0; 
padding: 2px 2px 2px 2px; 
border: 1px solid #CCC;
}

.pict_shadow{
background: #fff;
margin: 0px auto;
border: 1px solid #ccc;
padding: 5px 5px 5px 5px;
border-radius: 1px; /* CSS3 */
 -webkit-border-radius: 1px; /* Firefox */
 -moz-border-radius: 1px; /* Safari,Chrome */
box-shadow: 2px 2px 3px #C0C0C0;
}



/* ************************************************ 
*	角丸
* ************************************************ */

.border-radius{
border-radius: 5px; /* CSS3 */
 -webkit-border-radius: 5px; /* Firefox */
 -moz-border-radius: 5px; /* Safari,Chrome */
}



/* ************************************************ 
*	ボックスシャドウ・テキストシャドウ
* ************************************************ */

.box-shadow{
box-shadow: 2px 2px 3px #ccc; /* CSS3 */
 -webkit-box-shadow: 2px 2px 3px #ccc; /* Safari,Chrome */
 -moz-box-shadow: 2px 2px 3px #ccc; /* Firefox */
}

.box-shadow2{
box-shadow: 1px 2px 5px #ccc; /* CSS3 */
 -webkit-box-shadow: 1px 2px 5px #ccc; /* Safari,Chrome */
 -moz-box-shadow: 1px 2px 5px #ccc; /* Firefox */
}

.text-shadow{
text-shadow: 1px 1px 3px #DEDEDE; /* CSS3 */
 -webkit-text-shadow: 1px 1px 3px #DEDEDE; /* Safari,Chrome */
 -moz-text-shadow: 1px 1px 3px #DEDEDE; /* Firefox */
}



/* ************************************************ 
*	CSS3ボタン
* ************************************************ */

.bt-more a {
font-size: 9px;
font-weight: normal;
color: #333;
text-align: center;
text-decoration: none;
text-shadow: 0px -1px 0px #fff;
width: 50px;
float: left;
display: block;
padding: 0 0 0 0;
margin: 10px 0 0 0;
border: 1px solid #ccc;
border-radius: 5px;
 -webkit-border-radius: 5px;
 -moz-border-radius: 5px;
background-color: #eee;
background: -webkit-gradient(linear,left top,left bottom,color-stop(0, #ddd),color-stop(.75, #eee),color-stop(1, #ddd));
background: -moz-linear-gradient(#ddd, #eee 75%, #ddd);
}

.bt-more a:hover {
background-color: #fff;
background: -webkit-gradient(linear,left top,left bottom,color-stop(0, #eee),color-stop(.75, #fff),color-stop(1, #eee));
background: -moz-linear-gradient(#eee, #fff 75%, #eee);
}

.bt-more a:active {
background-color: #999;
background: -webkit-gradient(linear,left top,left bottom,color-stop(0, #999),color-stop(.75, #ccc),color-stop(1, #999));
background: -moz-linear-gradient(#999, #ccc 75%, #999);
}

.bt-order a{
font-size: 14px;
color:#fff;
display: block;
text-align:center;
background-color: #999;
margin: 20px 0 20px 0 ;
padding: 10px 15px;
border-radius: 3px;
 -webkit-border-radius: 3px;
 -moz-border-radius: 3px;
}

.bt-order a:hover{
color:#867888;
background: #ddd;
text-decoration:none;
transition: 0.5s;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-o-transition: 0.5s;
-ms-transition: 0.5s;
}




/* ************************************************ 
*   レスポンシブ
* ************************************************ */


/* PC 画面の横幅が960px以上 */

@media only screen and (min-width: 960px) {
iframe { width:100%; height:597px; max-width:640px;}
}


/* Tablet (Portrait) 画面の横幅が768px〜959pxまで */

@media only screen and (min-width: 768px) and (max-width: 959px) {
.wrapper { width: 728px;}
header-inner {
    width: 728px;
    margin: auto;
    padding-top: 15px;
    background: url(https://kazuhirouno.jp/wp-content/uploads/2024/10/241001_unoheader7_1.jpg) no-repeat;
    background-size: contain;
}
#nav { float: none; width:100%;
    background-color: #8e1916;   padding: 0px 0px 4px 0px;
    border-bottom: 3px solid #404040;
    box-shadow: rgba(168, 168, 168, 0.8) 0 3px 4px;
}

li.item { height:240px; margin-bottom: 40px; }
.item-img { margin: 0 0 5px 0; height: 151px; overflow: hidden; }
.twothird { width: 460px; margin-right:10px; }
.cycle-slideshow { overflow: hidden; width: 728px; height: 265px; margin-bottom:-20px;}
.footer-inner { width: 728px;}
iframe { width: 100%; height: 555px; max-width: 728px; }
}


/* Mobile (Portrait) 画面の横幅が767pxまで */

@media only screen and (max-width: 767px) {
.wrapper { 
/* width: 370px; */
}
.header-inner {
    height: 78px;
    margin: auto;
    padding-top: 15px;
    background: url(https://kazuhirouno.jp/wp-content/uploads/2024/10/241001_unoheader7_1.jpg) no-repeat;
    background-size: contain;}
.logo { text-align:center; }
.contact { display:none;}
#header h1, #header .logo { float: none; margin-bottom: 0px;}
#nav { float: none; text-align:center; width:100%;     background-color: #8e1916;    padding: 0px 0px 4px 0px;
    border-bottom: 3px solid #404040;
    box-shadow: rgba(168, 168, 168, 0.8) 0 3px 4px;
}
.nav-menu li a {
    color: #111;
    display: block;
    text-decoration: none;
    padding: 14px 10px 8px 15px;
    background: url(https://kazuhirouno.jp/wp-content/uploads/2018/07/gbline-e1448171509727.png) no-repeat 0px 0.1em;
    height: 26px;
}
#top-slide{ width:100%; padding: 0px; margin: 40px auto 20px auto;}
.cycle-slideshow { overflow: hidden; width: 370px; height: 109px; margin-bottom:-10px;}
li.item { height:270px; margin-bottom: 40px; }
.item-img { margin: 0 0 5px 0; height: 200px; overflow: hidden; }
p { font-size: 15px; }
.footer-inner { width: 300px;}
iframe { width:100%; height: 450px; max-width:370px; }
}


/* Mobile (Landscape) 画面の横幅が480px〜767pxまで */

@media only screen and (min-width: 480px) and (max-width: 767px) {
.wrapper { width: 420px; }
.header-inner { width: 420px; margin:auto; padding-top: 15px; background: url(https://kazuhirouno.jp/wp-content/uploads/2024/10/241001_unoheader7_1.jpg) no-repeat;
    background-size: contain;}
.logo { text-align:center; }
#nav { float: none; width:100%;     background-color: #8e1916;   padding: 0px 0px 4px 0px;
    border-bottom: 3px solid #404040;
    box-shadow: rgba(168, 168, 168, 0.8) 0 3px 4px;
}
.nav-menu li a {
    color: #111;
    display: block;
    text-decoration: none;
    padding: 14px 10px 8px 15px;
    background: url(https://kazuhirouno.jp/wp-content/uploads/2018/07/gbline-e1448171509727.png) no-repeat 0px 0.1em;
    height: 26px;
}
.cycle-slideshow { overflow: hidden; width: 420px; height: 157px; margin-bottom:-10px;}
.footer-inner { width: 420px;}
li.item { height: 340px; margin-bottom: 40px; }
.item-img { margin: 0 0 5px 0; height: 280px; overflow: hidden; }
iframe { width:100%; height: 514px; max-width:420px; }
}