@charset "UTF-8";

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

@media screen and (min-width: 640px){
.sp_on {       display:none;}
	
a[href*="tel:"] {
        pointer-events: none;
        cursor: default;
        text-decoration: none;
	color: #3D332B;
    }

.anchorlink {
       position: relative;
       top: -120px;
       display: block;
    }
* {
	margin:0;
	font-weight: normal;
	font-family: 'Noto Sans JP', sans-serif;
}
/* ------------------------------------------------------------
	1. HTML, Body, Anchor
------------------------------------------------------------ */


html{
    height: 100%;
}


body {
    margin: 0 auto;
    font-size: 15px;
    padding: 0;
    text-align: left;
    line-height: 32px;
    color: #3D332B;
    -webkit-text-size-adjust: none;
    letter-spacing: 0.1em;
    min-width: 1180px;
}


strong {
	font-weight:bold;
	}

b {
	font-weight:bold;
	}

a {
	color:#CC1B2D;
	text-decoration:none;
	transition : all 0.5s ease 0s;
}

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: #F7EA00;
	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;
    margin-top: 60px;
    padding-top: 25px;
    padding-right: 0;
    padding-bottom: 25px;
    padding-left: 0;
    font-size: 13px;
}
#roop,#roop2 {
    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;
}
@-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     : 630px;
  margin     : 0 auto;
  overflow   : hidden;
}
.box2 {
    position   : relative;
    max-width  : 100%;
    height     : 480px;
    margin     : 0 auto;
    overflow   : hidden;
    background-image: url(img/topimg03.jpg);
    background-size: cover;
    background-position: center center;
}

/* --- 背景の指定 ------------------------------------------- */
.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/topimg01.jpg);   /* 背景の画像を指定 */
	background-size:cover;
}
.box .src2 {
  background-image : url(img/topimg02.jpg);   /* 背景の画像を指定 */
	background-size:cover;
  animation-delay  : 5s;
}
.box .src3 {
  background-image : url(img/topimg03.jpg);   /* 背景の画像を指定 */
	background-size:cover;
  animation-delay  : 10s;
}
.box .src4 {
  background-image : url(img/topimg04.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: 250px;
	height: 250px;
	padding: 40px;
    margin: 85px 40% 0;
    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: 250px;
	height: 250px;
	padding: 40px;
    margin: 25px 40% 0;
    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: 130px;
    height: 130px;
    padding: 10px;
    top: 20px;
    right: 20px;
    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%;
}
#top_img {
    position   : absolute;
    z-index    : 12;
    background-repeat: repeat-x;
    background-image: url(img/character_bg.png);
    background-size: 2550px;
    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: -2550px bottom;}}/* 3190px使用した背景画像の横幅 */
@keyframes bgscroll { 0% {background-position: 0  bottom;} 100% {background-position: 2550px  bottom;}}
#top_img img {
	width: 60%;
	max-width: 950px;
}
.box2 #top_img img {
	width: 60%;
	max-width: 800px;
}
.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:#CC1B2D;
}
#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: #CC1B2D;
    font-weight: bold;
}
.w_box {
    background-color: #FFFFFF;
    border: 5px solid #3D332B;
    padding: 20px;
    margin-top: 90px;
    -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: 20px;
    margin-top: 140px;
    -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: 20px;
    -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: 20px;
    -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;
}
.w_box5 {
    margin-bottom: 30px;
    overflow: hidden;
}
.go_w {
    margin-top: -90px;
    margin-bottom: 25px;
}
.go_w img {
    width: 460px;
}
.go_w2 {
    margin-top: -78px;
    margin-bottom: 25px;
}
.go_w2 img {
	width: 420px;
}
.go_3box {
    float: left;
    width: 27.333%;
    text-align: left;
    margin-top: 40px;
    margin-right: 3%;
    margin-bottom: 20px;
    margin-left: 3%;
}
.go_photo {
    width: 98%;
    margin-right: 1%;
    margin-left: 1%;
}
.go_photo img {
    border-radius: 50%;
}
.go_name {
    margin-top: 20px;
    padding-top: 14px;
    padding-bottom: 12px;
    border-top: 3px solid #3D332B;
    border-bottom: 3px solid #3D332B;
    font-size: 130%;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center;
    background-image: url(img/bg_dot.gif);
    background-repeat: repeat;
}
.go_s {
    font-size: 120%;
    margin-top: 20px;
    color: #FFFFFF;
    background-color: #4982CA;
    text-align: center;
    padding-top: 12px;
    padding-bottom: 12px;
    font-weight: bold;
    border-radius: 6px;
}
.go_m {
    font-size: 120%;
    margin-top: 20px;
    color: #FFFFFF;
    background-color: #CC7519;
    text-align: center;
    padding-top: 12px;
    padding-bottom: 12px;
    font-weight: bold;
    border-radius: 6px;
}
.go_l {
    font-size: 120%;
    margin-top: 20px;
    color: #FFFFFF;
    background-color: #4E2664;
    text-align: center;
    padding-top: 12px;
    padding-bottom: 12px;
    font-weight: bold;
    border-radius: 6px;
}
.btn01 {
    text-align: center;
    border-radius: 10px;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
	margin-top: 60px;
	background-color: #CC1B2D;
	border: 5px solid #3B1718;
	width: 60%;
    padding: 25px 0;
    font-size: 120%;
    font-weight: 600;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 20px;
    border-radius: 10px;
}
.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-2 img {
	margin-right: 30px;
	margin-bottom: 0;
	float: left;
	border-radius: 50%;
	width: 150px;
}
#rpwwt-recent-posts-widget-with-thumbnails-2 li {
	float: left;
	width: 100%;
	margin: 1% 0;
	padding: 15px;
	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;
}
#rpwwt-recent-posts-widget-with-thumbnails-2 li a {
	color: #3D332B;
	text-decoration: underline;
}

#rpwwt-recent-posts-widget-with-thumbnails-2  li a:hover {
	color: #CC1B2D;
}
.rpwwt-post-title{
    font-size: 17px;
    font-weight: 600;
}
.rpwwt-post-date {
    font-size: 15px;
    margin-top: 10px;
}
#spnavi003 {
    position: fixed;
    z-index: 9999;
    float: left;
    width: 25%;
    padding-top: 7px;
    padding-bottom: 8px;
    text-align: center;
    -webkit-box-sizing: border-box; /* Chrome, Safari */
    -moz-box-sizing: border-box;    /* Firefox */
    box-sizing: border-box;
    background-color: #3D332B;
}
.sub_title {
    text-align: center;
    margin-top: 80px;
	margin-bottom: 40px;
}
.sub_title img {
	width: 380px;
}
.sub_title2 {
    text-align: center;
    margin-top: 40px;
	margin-bottom: 30px;
}
.sub_title2 img {
	width: 380px;
}
#shopbox {
    border-radius: 10px;
    float: left;
    width: 31.333%;
    margin-right: 1%;
    margin-left: 1%;
    padding: 1%;
    border: 5px solid #3D332B;
    -webkit-box-sizing: border-box; /* Chrome, Safari */
    -moz-box-sizing: border-box;    /* Firefox */
    box-sizing: border-box;
    background-color: #FFFFFF;
    margin-bottom: 2%;
    line-height: 26px;
}
#shopbox img {
	border-radius: 6px;
	width: 100%;
	margin-bottom: 10px;
}
#shopbox .shopline img {
	width: 36%;
	margin: 0 5% 0 0;
}
.shop_name {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 8px;
}
.shopline {
    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;
    font-weight: 600;
}
#shop_googlemap a {
	text-decoration: none;
}
#shop_yoyaku {
	margin-top: 13px;
	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;
	font-weight: bold;
}
#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: 80%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 24px;
    padding-bottom: 24px;
    font-size: 120%;
    font-weight: bold;
    border: 4px solid #3D332B;
    text-align: center;
    margin-top: 40px;
    color: #FFFFFF;
    text-decoration: none;
    background-image: url(img/shop_yoyaku_btn_bg.png);
    background-repeat: repeat-x;
    background-position: center;
    margin-bottom: 50px;
}
.text_pinkb {
    font-weight: bold;
    color: #CC1B2D;
    padding: 15px;
    border: 2px solid #CC1B2D;
    width: 80%;
    -webkit-box-sizing: border-box; /* Chrome, Safari */
    -moz-box-sizing: border-box;    /* Firefox */
    box-sizing: border-box;
    margin-top: 10px;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
}
#shop_title {
    font-size: 210%;
    text-align: center;
    font-weight: bold;
    letter-spacing: 0.2em;
    letter-spacing: 0.2em;
    line-height: 53px;
    margin-top: 35px;
}
.centerbox_top {
	margin-top: 30px;
	text-align: center;
}
.voice_com {
	margin-top: 15px;
	background-color: #FFFCD1;
	padding-top: 8px;
	padding-right: 14px;
	padding-bottom: 8px;
	padding-left: 14px;
}
.pipimg img {
    width: 380px;
	margin-bottom:15px;
}
#price_table {
    float: left;
    width: 100%;
}

#price_table table{
	border-spacing: 0;
	border-collapse: separate;
	margin-top:15px;
}
#price_table table th,#price_table table td{
	padding: 15px;
	border-top: 5px solid #3D332B;
	border-left: 5px solid #3D332B;
	text-align: center;
	vertical-align: middle;
}
#price_table table th{
	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: 5px solid #3D332B;
}
#price_table table tr:last-child th,#price_table table tr:last-child td{
	border-bottom: 5px solid #3D332B;
}
#price_table table tr:first-child :first-child{
	border-top-left-radius: 10px;
}
#price_table table tr:first-child :last-child{
	border-top-right-radius: 10px;
}
#price_table table tr:last-child :first-child{
	border-bottom-left-radius: 10px;
}
#price_table table tr:last-child :last-child{
	border-bottom-right-radius: 10px;
}
#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 {
	width: 47%;
	float: left;
	margin-right: 10px;
}
.pcn {
    font-size: 130%;
}
.car_p {
    border: 2px solid #3D332B;
    float: left;
	margin-top: 10px;
    padding-right: 13px;
    padding-left: 13px;
}
#price_table table td.example1 {  }
#price_table table td.example2 { width: 10%; }
#price_table table td.example3 { width: 20%; }
#price_table table td.example4 { width: 12%; }
#price_table table td.example5 { width: 9%; }
.st_ut {
    font-size: 120%;
    margin-bottom: 30px;
    text-align: center;
    line-height: 40px;
    font-weight: bold;
}
.opt_box {
    text-align: left;
    border: 5px solid #3D332B;
    font-weight: bold;
    padding-top: 15px;
    padding-right: 20px;
    padding-bottom: 15px;
    padding-left: 20px;
    background-color: #FFFFFF;
    border-radius: 10px;
    margin-bottom: 25px;
    overflow: hidden;
}
.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: 1180px;
    margin-top: 70px;
    margin-right: auto;
    margin-bottom: 70px;
    margin-left: auto;
    height: 60px;
}

.pricebtn,.pricebtn2 {
    width: 18%;
    margin-right: 1%;
    margin-left: 1%;
    border: 3px solid #3D332B;
    border-radius: 12px;
    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: 8px;
    padding-bottom: 8px;
    color: #3D332B;
    font-weight: bold;
}
.pricebtn,.pricebtn2 {
    width: 18%;
    margin-right: 1%;
    margin-left: 1%;
    border: 3px solid #3D332B;
    border-radius: 12px;
    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: 8px;
    padding-bottom: 8px;
    color: #3D332B;
    font-weight: bold;
}
.pricebtn span {
    font-weight: bold;
}
.yoyaku_ht {
    width: 29.333%;
    margin-right: 2%;
    margin-left: 2%;
    border: 3px 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: 25px;
    background-color: #FFFCD1;
    margin-top: 30px;
    float: left;
}
.yoyaku_ht img {
    width: 180px;
}
.yhname {
    font-size: 130%;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: bold;
}
.ss_title {
    font-size: 180%;
    font-weight: bold;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 5px solid #3D332B;
    margin-top: 20px;
    text-align: center;
}
.ss_title2 {
    font-size: 180%;
    font-weight: bold;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 5px solid #3D332B;
    margin-top: 60px;
    text-align: center;
}
.text_chu {
    font-weight: bold;
    color: #CC1B2D;
    border: 3px solid #CC1B2D;
    width: 80%;
    -webkit-box-sizing: border-box; /* Chrome, Safari */
    -moz-box-sizing: border-box;    /* Firefox */
    box-sizing: border-box;
    margin-top: 10px;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 5px;
    padding-left: 20px;
}
.plus {
    color: #FFFFFF;
    background-color: #CC1B2D;
    height: 80px;
    width: 80px;
    text-align: center;
    background-image: url(img/img_plus.png);
    background-repeat: no-repeat;
    background-position: center center;
	background-size: 60px;
	border-radius: 50%;
	margin: 10px auto 35px;
}
.sss_title {
    font-size: 120%;
    font-weight: bold;
    margin-bottom: 20px;
    padding-bottom: 10px;
    margin-top: 20px;
    padding-top: 10px;
    padding-right: 20px;
    padding-left: 20px;
    color: #FFFFFF;
    background-color: #196738;
}
.w_box5 img {
	border-radius: 10px;
}
#blog_title {
    font-size: 20px;
    color: #FFFFFF;
    background-color: #196738;
    padding-top: 16px;
    padding-bottom: 15px;
    padding-left: 20px;
    font-weight: bold;
}
#blog_title a {
    color: #FFFFFF;
}
#blog_title a:hover {
	text-decoration: underline
}
.blog_subtitle {
	font-size: 16px;
	color: #FFFFFF;
	background-color: #3D332B;
	padding-top: 7px;
	padding-right: 14px;
	padding-bottom: 7px;
	padding-left: 14px;
	font-weight: bold;
}
.voice_line {
	font-size: 15px;
	margin-top: 20px;
	margin-bottom: 15px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #3D332B;
	font-weight: bold;
}
#blog_date {
	margin-top: 15px;
	margin-bottom: 35px;
	padding-bottom: 15px;
	border-bottom: 3px solid #3D332B;
	text-align: right;
	padding-right: 5px;
}
#sp_c .toukou-wrapper {
	width: 1080px;
	margin-bottom:15px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}
.sidebar-title {
	display: none;
}
#sp_c .toukou-wrapper ul {
margin: 0;
padding: 0;
}
li.cat-item  {
	float:left;
	display:block;
	cursor:pointer;
	margin:10px;
}
li.cat-item a  {
	width: 160px;
	display:block;
	background-color: #3D332B;
    text-align:center;
    padding-top:10px;
	padding-bottom:10px;
	color: #ffffff;	
	font-weight: 400;
	font-size:90%;
	line-height:15px;
	border-radius: 6px;
}
#sp_c li.cat-item a:hover  {
    background-color: #666666;
	color: #ffffff;
}

/* ------------------------------------------------------------
	Page Navi    WP-PageNavi
------------------------------------------------------------ */

.wp-pagenavi {
	width: 90%;
	margin-left:5%;
	margin-right:5%;
	text-align: center;
	padding-top: 15px;
	float: left;
	padding-bottom: 60px;
}
.wp-pagenavi a {
	color:#3D332B;
	border: 2px solid #3D332B;
	margin-right: 4px;
	margin-left: 4px;
	padding-top: 6px;
	padding-right: 13px;
	padding-bottom: 7px;
	padding-left: 13px;
	font-size: 15px;
}
.wp-pagenavi a:hover {
	color:#ffffff;
	border: 2px solid #3D332B;
	margin-right: 4px;
	margin-left: 4px;
	padding-top: 6px;
	padding-right: 13px;
	padding-bottom: 7px;
	padding-left: 13px;
	background-color: #196738;
}
.wp-pagenavi span.current {
	color:#ffffff;
	border: 2px solid #3D332B;
	margin-right: 4px;
	margin-left: 4px;
	padding-top: 6px;
	padding-right: 13px;
	padding-bottom: 7px;
	padding-left: 13px;
	background-color: #196738;
}
.wp-pagenavi span.extend {
	color:#3D332B;
	border: 2px solid #3D332B;
	margin-right: 4px;
	margin-left: 4px;
	padding-top: 6px;
	padding-right: 13px;
	padding-bottom: 7px;
	padding-left: 13px;
	font-size: 15px;
}
.topm {
    margin-top: 40px;
}
.h2_title {
    color: #FFFFFF;
    background-color: #3D332B;
    margin-top: 30px;
    margin-bottom: 20px;
    padding-top: 12px;
    padding-right: 15px;
    padding-bottom: 12px;
    padding-left: 15px;
    font-weight: bold;
    font-size: 18px;
}
.h3_title {
    margin-top: 30px;
    margin-bottom: 20px;
    padding-top: 10px;
    padding-left: 5px;
    font-weight: bold;
    border-bottom: 3px solid #3D332B;
    padding-bottom: 10px;
    font-size: 17px;
}
.text_pick {
    font-weight: bold;
    color: #CC1B2D;
    font-size: 110%;
}
/* TOC 目次 */
#toc_container{
	margin-top:25px;
	margin-bottom:15px;
	margin-left:auto;
	margin-right:auto;
	font-size: 14px;
	padding:20px 16px;
	background-color: #FEFDED;
	width:70%;
}
#toc_container .toc_title{
	color: #3A3A3A;
	margin-top:10px;
	margin-bottom:10px;
	text-align:center;
	font-weight:bold;
	font-size:15px;
}
#toc_container .toc_toggle a{
	color: #069;
}
#toc_container ul{
	counter-reset:number;
  list-style:none;
}
#toc_container ul li{
	line-height: 1.8em;
	margin-bottom: 0.8em;
	margin-left:16px;
}
#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{
	line-height: 1.8em;
	margin-bottom: 0.8em;
	margin-left:15px;
}
#toc_container ul ul li a{
	color: #3D3D3D;
	font-weight: normal;
	padding-right:6px;
}
#simg {
	float: left;
	width: 20%;
	margin-right: 15px;
}
#simg img {
	border-radius: 6px;
	width: 100%;
}
#post_textarea {
	float: right;
	width: 76%;
}
#post_textarea a {
    color: #3D332B;
}
#post_textarea a:hover {
	text-decoration: underline
}
#kijimore {
	margin-top: 15px;
	color: #FFFFFF;
	background-color: #3D332B;
	text-align: center;
	padding-top: 5px;
	padding-right: 25px;
	padding-bottom: 5px;
	padding-left: 25px;
	text-decoration: none;
	float: left;
	border-radius: 4px;
}
.contact_title {
	color: #FFFFFF;
	background-color: #3D332B;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	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: #3D332B;
	background-color: #FFFFFF;
	padding-top: 30px;
	padding-right: 10px;
	padding-bottom: 30px;
	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 */
}
.hissu {
	color: #3D332B;
	background-color: #FFDA3F;
	margin-left: 15px;
	padding-right: 5px;
	padding-left: 5px;
	font-size: 80%;
	font-weight: bold;
}
.wpcf7 input[name="text-562"] {
        width: 20px;
}
.wpcf7 input[name="text-256"] {
        width: 20px;
}
.wpcf7 textarea[name="your-message"] {
        width: 100%;
}
.form_t {
	font-size: 90%;
	margin-top: 10px;
}
.screen-reader-response {
	margin-bottom:15px;
	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:15px;
	padding:15px;
	border: 4px solid #CC1B2D;
}
.f_button {
  display       : inline-block;
  font-size     : 11pt;        /* 文字サイズ */
  text-align    : center;      /* 文字位置   */
  cursor        : pointer;     /* カーソル   */
  padding       : 12px 53px;   /* 余白       */
  background    : #3d332b;     /* 背景色     */
  color         : #ffffff;     /* 文字色     */
  line-height   : 1em;         /* 1行の高さ  */
  transition    : .3s;         /* なめらか変化 */
  border        : 3px solid #196738;    /* 枠の指定 */
	margin: 0 auto;
}
.f_button:hover {
  color         : #3d332b;     /* 背景色     */
  background    : #ffffff;     /* 文字色     */
}
#i,#class_h2_title,#class_h2_title-2,#class_h2_title-3,#class_h2_title-4,#class_h2_title-5,#class_h2_title-6,#class_h2_title-7,#class_h2_title-8,#class_h2_title-9,#class_h2_title-10,#class_h3_title,#class_h3_title-2,#class_h3_title-3,#class_h3_title-4,#class_h3_title-5,#class_h3_title-6,#class_h3_title-7,#class_h3_title-8,#class_h3_title-9,#class_h3_title-10,#class_h3_title-11,#class_h3_title-12 {
   margin-top:-90px;
  padding-top:90px;
}
}
.w_box4 a {
	text-decoration: underline;
}
div.vid_contents {
width: 92%;/*背景色を横幅いっぱいに広げる*/
text-align: center;
margin: auto;
padding: 4% 4% 4% 4%;/*ここで動画の周りの余白を調整*/
}
video.vid_main {
width: 100%;
margin: auto;
max-width: 920px;/*PC版での最大幅*/
}