@charset "UTF-8";

@media screen and (min-width: 640px){
.sp_on {       display:none;}
}

@media screen and (max-width: 640px){
.sp_no {       display:none;}

a[href^="tel:"] { cursor: default;
	text-decoration: underline;}

.anchorlink {
       position: relative;
       top: -120px;
       display: block;
    }

* {
	margin:0;
	font-family: 'Noto Sans JP', sans-serif;
}

/* ------------------------------------------------------------
	1. HTML, Body, Anchor
------------------------------------------------------------ */


html{
    height: 100%;
}


body {
	margin: 0 auto;
	font-size: 13px;
	padding: 0;
	text-align: left;
	line-height: 25px;
	color: #3D332B;
	-webkit-text-size-adjust: none;
	letter-spacing: 0.1em;
	background: #3D332B;
}

strong {
	font-weight:bold;
	}

b {
	font-weight:bold;
	}

a {
	color: #CC1B2D;
	text-decoration:none;
}

a:link {
	color: #CC1B2D;
}

a:visited {
	color: #CC1B2D;
}

a:hover {
	color: #CC1B2D;
}


/* ------------------------------------------------------------
	2. Others
------------------------------------------------------------ */

img {
	margin:0;
	padding:0;
	left: auto;
	right: auto;
	height: auto;
	border: none;
	top: 0px;
	max-width: 100%;
}	
#c_both {
	clear:both;
	}
	
ul {
list-style: none;
margin: 0px;
padding: 0px;}

/* ------------------------------------------------------------
	3. TEXT ドラック時背景指定
------------------------------------------------------------ */

::selection {
    background:#ffeeb0; /* Safari */
}

::-moz-selection {
    background:#ffeeb0; /* Firefox */
}

/* ページトップ ---------------------*/		
#gotop {
	text-align: center;
	height: 45px;
	width: 60px;
	padding-top: 15px;
	color: #FFDA3F;
	font-size: 16px;
	border-radius: 4px;
	background-color: #3D332B;
	margin-top: 60px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 45px;
}
.clearfix:after{
	content: "";
	clear: both;
	display: block;
}
.footer {
	text-align: center;
	background-color: #3D332B;
	color: #FFFFFF;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0;
	font-size: 12px;
}
#roop {
    width: 100%;
	padding-top: 45px;
    background-position: 0 0;
    -webkit-animation: bgroop 55s linear infinite;
    animation: bgroop 55s linear infinite;
    background-image: url(img/bg_img.gif);
    background-repeat: repeat;
}
#roop2 {
    width: 100%;
	padding-top: 45px;
    background-position: 0 0;
    background-image: url(img/bg_img.gif);
    background-repeat: repeat;
}
@-webkit-keyframes bgroop {
    from {
        background-position: 0  0;
    }
    to {
        background-position: 0 -1088px;
    }
}
@keyframes bgroop {
    from {
        background-position: 0 0;
    }
    to {
        background-position: 0 -1088px;
    }
}
/* --- 全体のBOX定義 ---------------------------------------- */
.box {
    position   : relative;
    max-width  : 100%;
    height     : 430px;
    margin     : auto;
    overflow   : hidden;
	background-color: #FFFFFF;
}
.box2 {
    position   : relative;
    max-width  : 100%;
    height     : 300px;
    margin     : auto;
    overflow   : hidden;
    background-color: #FFFFFF;
    background-image: url(img/topimg02sp.jpg);
    background-position: center center;
	background-size:cover;
}

/* --- 背景の指定 ------------------------------------------- */
.box .bgImg {
  position   : absolute;
  top        : 0;
  left       : 0;
  bottom     : 0;
  right      : 0;
  opacity    : 0;
  animation  : bgAnime 20s infinite;   /* 4画像 × 各5s = 20s */
}

/* --- 段差で背景画像のアニメーションを実行 ----------------- */
.box .src1 {
    background-image : url(img/topimg01sp.jpg);   /* 背景の画像を指定 */
	background-size:cover;
}
.box .src2 {
  background-image : url(img/topimg02sp.jpg);   /* 背景の画像を指定 */
	background-size:cover;
  animation-delay  : 5s;
}
.box .src3 {
  background-image : url(img/topimg03sp.jpg);   /* 背景の画像を指定 */
	background-size:cover;
  animation-delay  : 10s;
}
.box .src4 {
  background-image : url(img/topimg04sp.jpg);   /* 背景の画像を指定 */
	background-size:cover;
  animation-delay  : 15s;
}

@keyframes bgAnime {
   0% { opacity: 0; }
   10% { opacity: 1; }
  25% { opacity: 1; }
  35% { opacity: 0; }
 100% { opacity: 0; }
}

/* --- 前面の文字定義（サンプルのため変更してください） ----- */
#logo {
    position: absolute;
    z-index: 11;
    background-color: #ffda3f;
    width: 50%;
	padding: 31px 35px;
    margin: 90px 25%;
    text-align: center;
    -webkit-box-sizing: border-box; /* Chrome, Safari */
    -moz-box-sizing: border-box;    /* Firefox */
    box-sizing: border-box;
    border: 5px solid #3D332B;
	border-radius: 50%;
}
#logo2 {
	position: absolute;
    z-index: 11;
    background-color: #ffda3f;
    width: 50%;
	padding: 31px 35px;
    margin: 20px 25%;
    text-align: center;
    -webkit-box-sizing: border-box; /* Chrome, Safari */
    -moz-box-sizing: border-box;    /* Firefox */
    box-sizing: border-box;
    border: 5px solid #3D332B;
	border-radius: 50%;
}	
#yoyaku_btn {
    background-color: #CC1B2D;
    position: fixed;
    z-index: 1000;
    width: 80px;
    height: 80px;
    padding: 10px;
    top: 15px;
    right: 10px;
    text-align: center;
    -webkit-box-sizing: border-box; /* Chrome, Safari */
    -moz-box-sizing: border-box;    /* Firefox */
    box-sizing: border-box;
    border: 3px solid #3D332B;
    border-radius: 50%;
}

#top_img {
    position   : absolute;
	padding-top: 100px;
    z-index    : 12;
    background-repeat: repeat-x;
    background-image: url(img/character_bg.png);
    background-size: 1550px;
    width: 100%;
    -webkit-animation: bgscroll 69s linear infinite;
    animation: bgscroll 69s linear infinite;
    bottom: 0;
    text-align: center;
}
@-webkit-keyframes bgscroll { 0% {background-position: 0  bottom;} 100% {background-position: -1550px bottom;}}/* 3190px使用した背景画像の横幅 */
@keyframes bgscroll { 0% {background-position: 0  bottom;} 100% {background-position: 1550px  bottom;}}

#top_img img {
	width: 98%;
}	
.circle1 {
  animation: fuwafuwa 2s infinite ease-in-out;
}

@keyframes fuwafuwa {
    0% {
    transform: translate(0, 0);
  }
    50% {
    transform: translate(0, -10px);
  }
    100% {
    transform: translate(0, 0);
  }
}
.circle2 {
  animation: fuwafuwa2 4s infinite ease-in-out;
}

@keyframes fuwafuwa2 {
    0% {
    transform: translate(0, 0);
  }
    50% {
    transform: translate(0, 10px);
  }
    100% {
    transform: translate(0, 0);
  }
}
.circle01 {
  animation: fuwafuwa01 2s infinite ease-in-out;
}

@keyframes fuwafuwa01 {
    0% {
    transform: translate(0, 0);
  }
    50% {
    transform: translate(0, -10px);
  }
    100% {
    transform: translate(0, 0);
  }
}
.circle02 {
  animation: fuwafuwa02 2s infinite ease-in-out;
}

@keyframes fuwafuwa02 {
    0% {
    transform: translate(0, 0);
  }
    50% {
    transform: translate(0, 8px);
  }
    100% {
    transform: translate(0, 0);
  }
}
.circle03 {
  animation: fuwafuwa03 3s infinite ease-in-out;
}

@keyframes fuwafuwa03 {
    0% {
    transform: translate(0, 0);
  }
    50% {
    transform: translate(0, -15px);
  }
    100% {
    transform: translate(0, 0);
  }
}
#main_area {
    max-width: 1400px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 2%;
    padding-left: 2%;
}

#navi {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    width: 100%;
    font-weight: bold;
    font-size: 17px;
}
#navi a:hover {
	color:#EF2244;
}
#navi a {
	position: relative;
	display: inline-block;
	transition: .3s;
	color: #3D332B;
	font-weight: bold;
	padding-bottom:10px;
	text-decoration:none;
}
#navi a::after {
	position: absolute;
	bottom: 0;
	left: 50%;
	content: '';
	width: 0;
	height: 3px;
	background-color: #3D332B;
	transition: .3s;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
#navi a:hover::after {
	width: 100%;
	color:#CC1B2D;
}
.c_copy {
    font-size: 26px;
    text-align: center;
    margin-top: 40px;
    line-height: 53px;
    font-weight: bold;
}
.c_copy_r {
    font-size: 30px;
    color: #EF2244;
    font-weight: bold;
}
.w_box {
    background-color: #FFFFFF;
    border: 5px solid #3D332B;
    padding: 10px;
    margin-top: 30px;
    -webkit-box-sizing: border-box; /* Chrome, Safari */
    -moz-box-sizing: border-box;    /* Firefox */
    box-sizing: border-box;         /* IE8+, Opera */
    border-radius: 12px;
    text-align: center;
}
.w_box2 {
    background-color: #FFFFFF;
    border: 5px solid #3D332B;
    padding: 10px;
    margin-top: 70px;
    -webkit-box-sizing: border-box; /* Chrome, Safari */
    -moz-box-sizing: border-box;    /* Firefox */
    box-sizing: border-box;         /* IE8+, Opera */
    border-radius: 12px;
    text-align: center;
}
.w_box3 {
    background-color: #FFFFFF;
    border: 5px solid #3D332B;
    padding: 10px;
    -webkit-box-sizing: border-box; /* Chrome, Safari */
    -moz-box-sizing: border-box;    /* Firefox */
    box-sizing: border-box;         /* IE8+, Opera */
    border-radius: 12px;
    text-align: center;
}
.w_box4,.w_box5 {
    background-color: #FFFFFF;
    border: 5px solid #3D332B;
    padding: 10px;
    -webkit-box-sizing: border-box; /* Chrome, Safari */
    -moz-box-sizing: border-box;    /* Firefox */
    box-sizing: border-box;         /* IE8+, Opera */
    border-radius: 12px;
    text-align: left;
    margin-top: 15px;
}
.go_w {
    margin-top: -63px;
    margin-bottom: 10px;
}
.go_w img {
    width: 430px;
}
.go_w2 {
    margin-top: -58px;
}
.go_w2 img {
	width: 420px;
}
.go_3box {
    float: left;
    width: 100%;
    text-align: left;
    margin-top: 20px;
    margin-bottom: 15px;
}
.go_photo {
    width: 90%;
    margin-right: 5%;
    margin-left: 5%;
}
.go_photo img {
    border-radius: 50%;
}
.go_name {
    margin-top: 15px;
    padding-top: 10px;
    padding-bottom: 8px;
    border-top: 3px solid #3D332B;
    border-bottom: 3px solid #3D332B;
    font-size: 120%;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: center;
    background-image: url(img/bg_dot.gif);
    background-repeat: repeat;
}
.go_s {
    font-size: 100%;
    margin-top: 10px;
    color: #FFFFFF;
    background-color: #4982CA;
    text-align: center;
    padding-top: 8px;
    padding-bottom: 8px;
    font-weight: bold;
    border-radius: 6px;
}
.go_m {
    font-size: 100%;
    margin-top: 10px;
    color: #FFFFFF;
    background-color: #CC7519;
    text-align: center;
    padding-top: 8px;
    padding-bottom: 8px;
    font-weight: bold;
    border-radius: 6px;
}
.go_l {
    font-size: 100%;
    margin-top: 10px;
    color: #FFFFFF;
    background-color: #4E2664;
    text-align: center;
    padding-top: 8px;
    padding-bottom: 8px;
    font-weight: bold;
    border-radius: 6px;
}
.btn01 {
    text-align: center;
    border-radius: 10px;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
    margin-top: 15px;
    background-color: #CC1B2D;
    border: 3px solid #3B1718;
    width: 100%;
    font-size: 100%;
    font-weight: 600;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 20px;
    border-radius: 5px;
    -webkit-box-sizing: border-box; /* Chrome, Safari */
    -moz-box-sizing: border-box;    /* Firefox */
    box-sizing: border-box;         /* IE8+, Opera */
    padding-top: 10px;
    padding-right: 0;
    padding-bottom: 10px;
    padding-left: 0;
}
.btn01 a:hover {
    background-color: #006EB6;
}
.alpha a:hover {
opacity: .5;
-webkit-opacity: .5;
-moz-opacity: .5;
filter: alpha(opacity=50);	/* IE lt 8 */
-ms-filter: "alpha(opacity=50)"; /* IE 8 */
}
 
.alpha a {
-webkit-transition: opacity 1s ease-out;
-moz-transition: opacity 1s ease-out;
-ms-transition: opacity 1s ease-out;
transition: opacity 1s ease-out;
}
#rpwwt-recent-posts-widget-with-thumbnails-3 img {
	margin-right: 15px;
	margin-bottom: 0;
	float: left;
	border-radius: 50%;
	width: 100px;
}

#rpwwt-recent-posts-widget-with-thumbnails-3 li {
	float: left;
	width: 100%;
	margin: 1% 0;
	padding: 5px 0;
	overflow: hidden;
	-webkit-box-sizing: border-box; /* Chrome, Safari */
	-moz-box-sizing: border-box;    /* Firefox */
	box-sizing: border-box;         /* IE8+, Opera */
	border-radius: 8px;
	text-align: left;
	vertical-align:bottom;
}
#rpwwt-recent-posts-widget-with-thumbnails-3 li a {
	color: #3D332B;
	text-decoration: underline;
}

#rpwwt-recent-posts-widget-with-thumbnails-3  li a:hover {
	color: #CC1B2D;
}
.rpwwt-post-title{
    font-weight: 600;
}
.rpwwt-post-date {
    font-size: 90%;
    margin-top: 10px;
}
#spnavi003 {
	top: 15px;
	left: 15px;
    position: fixed;
    z-index: 1998;
    float: left;
    padding: 15px 18px 10px;
    text-align: center;
    -webkit-box-sizing: border-box; /* Chrome, Safari */
    -moz-box-sizing: border-box;    /* Firefox */
    box-sizing: border-box;
    background-color: #3D332B;
	border-radius: 6px;
}
.sub_title {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 5px;
}
.sub_title img {
	width: 50%;
}
.sub_title2 {
    text-align: center;
	margin-top: -25px;
    margin-bottom: 5px;
}
.sub_title2 img {
	width: 50%;
}
.shopline {
	font-size: 13px;
	margin-top: 7px;
	padding-top: 7px;
	border-top: 1px dotted #3D332B;
}
.shopline_f {
	font-size: 13px;
	margin-top: 7px;
	padding-top: 7px;s
	border-top: 1px dotted #3D332B;
	padding-bottom: 7px;
	border-bottom: 1px dotted #3D332B;
}
#shop_googlemap {
	margin-top: 20px;
	text-align: center;
	background-image: url(img/shop_map_btn_bg.png);
	background-repeat: repeat-x;
	background-position: center center;
	padding-top: 5px;
	padding-bottom: 5px;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 13px;
	border-radius: 6px;
}
#shop_yoyaku a {
	text-decoration: none;
}
#shop_yoyaku {
	margin-top: 10px;
	text-align: center;
	background-image: url(img/shop_yoyaku_btn_bg.png);
	background-repeat: repeat-x;
	background-position: center center;
	padding-top: 5px;
	padding-bottom: 5px;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 13px;
	border-radius: 6px;
}
#shop_googlemap a {
	text-decoration: none;
}
#shopbox {
    float: left;
    width: 98%;
    margin-right: 1%;
    margin-left: 1%;
    padding: 10px;
    border: 5px solid #3D332B;
    -webkit-box-sizing: border-box; /* Chrome, Safari */
    -moz-box-sizing: border-box;    /* Firefox */
    box-sizing: border-box;         /* IE8+, Opera */
    background-color: #FFFFFF;
    margin-bottom: 15px;
    border-radius: 12px;
    margin-top: 15px;
}
#shopbox img {
	width: 100%;
	margin-bottom: 10px;
}
.shop_name {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px;
}
#shopbox .shopline img {
	width: 20%;
	margin: 0 5% 0 0;
}
#shop_yoyaku a {
	text-decoration: none;
}
.page_title {
    text-align: center;
    padding-top: 18px;
    padding-bottom: 12px;
    background-image: url(img/bg_dot.gif);
    background-repeat: repeat;
    background-position: center;
}
#btn04 {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 110%;
    font-weight: bold;
    border: 3px solid #3D332B;
    text-align: center;
    margin-top: 20px;
    color: #FFFFFF;
    text-decoration: none;
    background-image: url(img/shop_yoyaku_btn_bg.png);
    background-repeat: repeat-x;
    background-position: center;
    margin-bottom: 20px;
	-webkit-box-sizing: border-box; /* Chrome, Safari */
	-moz-box-sizing: border-box;    /* Firefox */
	box-sizing: border-box;         /* IE8+, Opera */
}
.text_pinkb {
    font-weight: bold;
    color: #CC1B2D;
    padding: 5px;
    border: 2px solid #CC1B2D;
    margin-bottom: 10px;
}
#shop_title {
	font-size: 17px;
	text-align: center;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 15px;
	line-height: 27px;
}
.centerbox_top {
	text-align: center;
}
.voice_com {
	margin-top: 10px;
	background-color: #FFFCD1;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
}
.pipimg img {
    width: 70%;
}

.scroll{
overflow: auto;　　　　/*tableをスクロールさせる*/
white-space: nowrap;　　/*tableのセル内にある文字の折り返しを禁止*/
}
.scroll::-webkit-scrollbar{　　/*tableにスクロールバーを追加*/
 height: 5px;
}
.scroll::-webkit-scrollbar-track{　　/*tableにスクロールバーを追加*/
 background: #F1F1F1;
}
.scroll::-webkit-scrollbar-thumb {　　/*tableにスクロールバーを追加*/
 background: #BCBCBC;
}
#price_table table{
	width:200%;
	border-spacing: 0;
	border-collapse: separate;
	margin-top:15px;
}
#price_table table th,#price_table table td{
	padding: 6px;
	border-top: 3px solid #3D332B;
	border-left: 3px solid #3D332B;
	text-align: center;
	vertical-align: middle;
}
#price_table table th{
	width: 80px;
	color: #3D332B;
}
#price_table table th:nth-child(even){
	background: #F7EA00;
}
#price_table table td{
	color: #3D332B;
}
#price_table table td:nth-child(even){
	
}

#price_table table th:last-child,#price_table table td:last-child{
	border-right: 3px solid #3D332B;
}
#price_table table tr:last-child th,#price_table table tr:last-child td{
	border-bottom: 3px solid #3D332B;
}
#price_table table tr:first-child :first-child{
	border-top-left-radius: 6px;
}
#price_table table tr:first-child :last-child{
	border-top-right-radius: 6px;
}
#price_table table tr:last-child :first-child{
	border-bottom-left-radius: 6px;
}
#price_table table tr:last-child :last-child{
	border-bottom-right-radius: 6px;
}
#price_table table th:not(:first-child),#price_table table td:not(:first-child){
	border-left:none;
}
#price_web{
    font-weight: bold;
	color: #FFFFFF;
}
.price_carimg {
    text-align: left;
}
.price_carimg img {
	display: none;
}
.pcn {
    font-size: 120%;
}
.car_p {
    border: 2px solid #3D332B;
    float: left;
    margin-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 13px;
    line-height: 23px;
}
#price_table table td.example1 {  }
#price_table table td.example2 { width: 12%; }	
#price_table table td.example3 { width: 24%; }	
#price_table table td.example4 { width: 14%; }
#price_table table td.example5 { width: 11%; }
.st_ut {
    font-size: 110%;
    margin-bottom: 15px;
    text-align: center;
    line-height: 30px;
    font-weight: bold;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    margin-top: 15px;
}
.opt_box {
    text-align: left;
    border: 3px solid #3D332B;
    font-weight: bold;
    background-color: #FFFFFF;
    border-radius: 10px;
    overflow: hidden;
    padding-top: 10px;
    padding-right: 15px;
    padding-bottom: 10px;
    padding-left: 15px;
    margin-top: 10px;
}
.opt_all {
    color: #FFFFFF;
    background-color: #196738;
    padding-right: 10px;
    padding-left: 10px;
    float: left;
    font-weight: bold;
    font-size: 13px;
    margin-right: 25px;
}
.wee_price {
    font-size: 120%;
    color: #DF8C17;
}
.wee_price2 {
    color: #DF8C17;
}
.price_btn_area {
    width: 100%;
    margin-top: -25px;
    margin-right: auto;
    margin-bottom: 40px;
    margin-left: auto;
    overflow: hidden;
}

.pricebtn {
    width: 23%;
    margin-right: 1%;
    margin-left: 1%;
    border: 3px solid #3D332B;
    border-radius: 6px;
    background-color: rgba(255,255,255,0.50);
    -webkit-box-sizing: border-box; /* Chrome, Safari */
    -moz-box-sizing: border-box;    /* Firefox */
    box-sizing: border-box;         /* IE8+, Opera */
    background-repeat: no-repeat;
    background-position: center center;
    float: left;
    text-align: center;
    padding-top: 4px;
    padding-bottom: 4px;
    color: #3D332B;
    font-weight: bold;
}
.pricebtn2 {
	display: none;
}
.yoyaku_ht {
    width: 100%;
    margin-top: 10px;
    border: 2px solid #3D332B;
    -webkit-box-sizing: border-box; /* Chrome, Safari */
    -moz-box-sizing: border-box;    /* Firefox */
    box-sizing: border-box;         /* IE8+, Opera */
    border-radius: 12px;
    text-align: center;
    padding: 10px;
    background-color: #FFFCD1;
    float: left;
}
.yoyaku_ht img {
    width: 50%;
}
.yhname {
    font-size: 110%;
    margin-top: 5px;
    margin-bottom: 10px;
    font-weight: bold;
}
.ss_title {
    font-size: 120%;
    font-weight: bold;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 5px solid #3D332B;
    margin-top: 10px;
    text-align: center;
}
.ss_title2 {
    font-size: 120%;
    font-weight: bold;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 5px solid #3D332B;
    margin-top: 25px;
    text-align: center;
}
.text_chu {
    font-weight: bold;
    color: #CC1B2D;
    border: 2px solid #CC1B2D;
    margin-bottom: 10px;
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
}
.plus {
    color: #FFFFFF;
    background-color: #CC1B2D;
    height: 50px;
    width: 50px;
    text-align: center;
    background-image: url(img/img_plus.png);
    background-repeat: no-repeat;
    background-position: center center;
	background-size: 36px;
	border-radius: 50%;
	margin: 10px auto ;
}
.sss_title {
    font-weight: bold;
    padding-bottom: 5px;
    margin-top: 25px;
    padding-top: 5px;
    padding-right: 10px;
    padding-left: 10px;
    color: #FFFFFF;
    background-color: #196738;
}
.btm10 {
    margin-bottom: 10px;
}
.w_box5 img {
	border-radius: 8px;
}
.sidebar-title {
	text-decoration: underline;
}
#blog_title {
    font-size: 120%;
    color: #FFFFFF;
    background-color: #196738;
    padding-top: 8px;
    padding-right: 10px;
    padding-bottom: 8px;
    padding-left: 10px;
    font-weight: bold;
}
.blog_subtitle {
	font-size: 13px;
	color: #FFFFFF;
	background-color: #3D332B;
	padding-top: 3px;
	padding-right: 6px;
	padding-bottom: 3px;
	padding-left: 6px;
	font-weight: bold;
}
.voice_line {
	font-size: 13px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #3D332B;
	font-weight: bold;
}
#blog_date {
	margin-top: 10px;
	margin-bottom: 15px;
	padding-bottom: 10px;
	border-bottom: 2px solid #3D332B;
	text-align: right;
}
	#sp_c .toukou-wrapper {
	width: 100%;
	margin-top: 15px;
	margin-bottom: 0;
	padding-bottom: 10px;
	overflow: hidden;
}
.sidebar-title {
	display: none;
}

.toukou-wrapper ul {
margin: 0;
padding: 0;
}
li.cat-item  {
	float:left;
	display:block;
	cursor:pointer;
	margin:2px;
}
li.cat-item a  {
	display:block;
	background-color: #3D332B;
	padding-left:12px;
	padding-right:12px;
    text-align:center;
    padding-top:10px;
	padding-bottom:10px;
	color: #ffffff;	
	font-weight: 400;
	font-size:90%;
	line-height:15px;
	border-radius: 6px;
}
/* ------------------------------------------------------------
	Page Navi    WP-PageNavi
------------------------------------------------------------ */
.last {
	display: none;
}
.first {
	display: none;
}
	
.wp-pagenavi {
	width: 100%;
	text-align: center;
	padding-top: 10px;
	float: left;
	margin-top: 20px;
}
.wp-pagenavi a {
	color:#3D332B;
	border: 2px solid #3D332B;
	margin-right: 4px;
	margin-left: 4px;
	padding-top: 6px;
	padding-right: 12px;
	padding-bottom: 7px;
	padding-left: 12px;
}

.wp-pagenavi span.current {
	color:#ffffff;
	border: 2px solid #3D332B;
	margin-right: 4px;
	margin-left: 4px;
	padding-top: 6px;
	padding-right: 12px;
	padding-bottom: 7px;
	padding-left: 12px;
	background-color: #196738;
}
.wp-pagenavi span.extend {
	color:#3D332B;
	margin-right: 6px;
	margin-left: 6px;
	padding-top: 8px;
}
.topm {
    margin-top: 20px;
}
.h2_title {
    color: #FFFFFF;
    background-color: #3D332B;
    margin-top: 15px;
    margin-bottom: 10px;
    padding-top: 7px;
    padding-right: 10px;
    padding-bottom: 7px;
    padding-left: 10px;
    font-weight: bold;
    font-size: 110%;
}
.h3_title {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 5px;
    padding-left: 5px;
    font-weight: bold;
    border-bottom: 3px solid #3D332B;
    padding-bottom: 5px;
    font-size: 110%;
}
.text_pick {
    font-weight: bold;
    color: #CC1B2D;
}
/* TOC 目次 */
#toc_container{
	margin-top:10px;
	margin-bottom:15px;
	margin-left:auto;
	margin-right:auto;
	padding: 10px;
	background-color: #FEFDED;
	width:100%;
	line-height: 22px;
	-webkit-box-sizing: border-box; /* Chrome, Safari */
	-moz-box-sizing: border-box;    /* Firefox */
	box-sizing: border-box;         /* IE8+, Opera */
}
#toc_container .toc_title{
	color: #3A3A3A;
	margin-top:10px;
	margin-bottom:10px;
	text-align:center;
	font-weight:bold;
}
#toc_container .toc_toggle a{
	color: #069;
}
#toc_container ul{
	counter-reset:number;
  list-style:none;
  margin-left:-50px;
}
#toc_container ul li{
	margin-bottom: 0.5em;
	margin-left:10px;
}
#toc_container ul li a{
	font-weight: bold;
	color: #069;
}
#toc_container ul li a:hover{
	text-decoration:underline;
}
#toc_container ul ul{
	margin-top: 0.8em;
}
#toc_container ul ul li{
	margin-bottom: 0.8em;
	margin-left:10px;
}
#toc_container ul ul li a{
	color: #3D3D3D;
	font-weight: normal;
	padding-right:6px;
}
#toc_container ul {
	margin: 0;
	padding: 0;
}
#sp_tkbox {
	width: 98%;
	padding-top: 10px;
	padding-right: 1%;
	padding-left: 1%;
	overflow: hidden;
}
#spsimg {
	float: right;
	width: 22%;
}
#spsimg img {
	border-radius: 4px;
	width: 100%;
}
#spbtitle {
	margin-top: 5px;
	font-size: 110%;
	line-height:20px;
	font-weight: bold;
	float: left;
	width: 75%;
	color: #3a2700;
}
#sp_bdate {
	font-size: 90%;
	color: #8c816b;
}
.contact_title {
	color: #FFFFFF;
	background-color: #3D332B;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	float: left;
	width: 100%;
	-webkit-box-sizing: border-box; /* Chrome, Safari */
	-moz-box-sizing: border-box;    /* Firefox */
	box-sizing: border-box;         /* IE8+, Opera */
}
.contact_nyu {
	color: #000000;
	background-color: #FFFFFF;
	margin-top: 15px;
	padding-top: 20px;
	padding-bottom: 20px;
	width: 100%;
	-webkit-box-sizing: border-box; /* Chrome, Safari */
	-moz-box-sizing: border-box;    /* Firefox */
	box-sizing: border-box;         /* IE8+, Opera */
}
.hissu {
	color: #3D332B;
	background-color: #FFDA3F;
	margin-left: 15px;
	padding-right: 5px;
	padding-left: 5px;
	font-size: 80%;
}
.wpcf7 input[name="your-email"] {
	max-width: 300px;
       max-width: 100%;
	-webkit-box-sizing: border-box; /* Chrome, Safari */
	-moz-box-sizing: border-box;    /* Firefox */
	box-sizing: border-box;         /* IE8+, Opera */
}
.wpcf7 input[name="your-name"] {
	max-width: 300px;
       max-width: 100%;
	-webkit-box-sizing: border-box; /* Chrome, Safari */
	-moz-box-sizing: border-box;    /* Firefox */
	box-sizing: border-box;         /* IE8+, Opera */
} 
.wpcf7 input[name="tel-693"] {
	max-width: 300px;
       max-width: 100%;
	-webkit-box-sizing: border-box; /* Chrome, Safari */
	-moz-box-sizing: border-box;    /* Firefox */
	box-sizing: border-box;         /* IE8+, Opera */
} 
.wpcf7 textarea[name="your-message"] {
	max-width: 300px;
       max-width: 100%;
	-webkit-box-sizing: border-box; /* Chrome, Safari */
	-moz-box-sizing: border-box;    /* Firefox */
	box-sizing: border-box;         /* IE8+, Opera */
}
.form_t {
	font-size: 90%;
	margin-top: 5px;
}
.screen-reader-response {
	margin-bottom:10px;
	color:#CC1B2D;
}
.screen-reader-response ul {
	display:none;
}
.wpcf7-not-valid-tip {
	color:#CC1B2D;
	width:100%;
	float:left;
	font-size:90%;
}
.wpcf7-validation-errors {
	color:#CC1B2D;
	margin-top:10px;
	padding:10px;
	border: 3px solid #CC1B2D;
}
.youtubebox {
position: relative;
width: 100%;
padding-top: 60%;
}
.youtubebox iframe {
position: absolute;
top: 0;
right: 0;
width: 100% !important;
height: 100% !important;
}
}
