/*
Theme Name: Shodenji-kyoto
Author: Shodenji
Version: 1.0
*/

body{
	letter-spacing: 0.02em;
	font-family:"Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	color: #000;
	background-color: #f8f8f8;
}

.vrl{
	writing-mode: vertical-rl;
	-webkit-writing-mode: vertical-rl;
	-moz-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	-ms-writing-mode: vertical-rl;
	
	margin: 0 auto;
    height: 400px;
    font-size: 1.2em;
}


.m-col-container {
    -webkit-writing-mode: vertical-rl;
    -moz-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -ms-writing-mode: vertical-rl;
    
    writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    -moz-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -ms-writing-mode: vertical-rl;
    
    writing-mode: vertical-rl;
    column-size: 2;
    -moz-column-size: 2;
    -webkit-column-size: 2;
    -ms-column-size: 2;
    
    column-width: 18em;
    -moz-column-width: 18em;
    -webkit-column-width: 18em;
    -ms-column-width: 18em;
    
    column-gap: 3em;
    -moz-column-gap: 3em;
    -webkit-column-gap: 3em;
    -ms-column-gap: 3em;
    
    max-width: 600px;
    min-height: 36em;
    max-height: 42em;
    margin: 0 auto;
}


.navbar{
	background-color: #fff;
	padding: 20px 0 0;
	margin-bottom: 0!important;
}

.sub-nav{
	list-style-type: none;
	padding: 20px 0;
}

.sub-nav li{
	display: inline;
	padding: 5px 15px;
	border-right: 1px solid #ccc;
}

#navbar-main{
	margin: 0 auto;
	text-align: center;
}

.main-nav{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.main-nav li{
	display: inline;
	margin: 2px;
	padding-right: 0!important;
	padding-left: 0!important;
	border-bottom: 10px solid #E6E6E6;
	padding: 10px 0 24px 0;
}

.main-nav li {
    -webkit-transition: 0.2s ease-in-out;
       -moz-transition: 0.2s ease-in-out;
         -o-transition: 0.2s ease-in-out;
            transition: 0.2s ease-in-out;
            cursor: pointer;
}

.main-nav li a:hover {
    opacity:0.8;
    -moz-opacity:0.8;
    filter:alpha(opacity = 80);
    cursor: pointer;
}

/* global nav pulldown */

ul.menu_second-level {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
    padding: 0;
}

.main-nav > li.menu_single {
    position: relative;
}

.menu_second-level li {
    border-bottom: 1px solid #ccc;
    padding: 15px 0;
}

.main-nav li ul li{
	display: inherit;
    margin: 0;
    border-bottom: none;
}

li.menu_single ul.menu_second-level {
    position: absolute;
    top: 60px;
    width: 100%;
    background: #fff;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

li.menu_single ul.menu_second-level li{
	border-bottom: 1px dotted #ccc;
}

li.menu_single:hover ul.menu_second-level {
    top: 67px;
    visibility: visible;
    opacity: 1;
}

li.menu_single:hover ul.menu_second-level li:hover {
    opacity: 0.5;
}


.main-visual {
	height: 600px;
	-webkit-background-size: contain;
	background-size: contain;
    background: #e4e4e4 url(../img/img-01-01.jpg) no-repeat 50% 50%; 
}

.mv-area{
	width: 66.66666667%;
}

.mv-area .txt{
	width: 100%;
}

.bgblue{
	background-color: rgba(85, 196, 243, 0.2);
}

.consult .col-md-10{
	float: none!important;
	margin: 0 auto;
}

.ttl-results{
	background-color: #C4D700;
}



.sub-title{
	font-size: 1.2em;
	line-height: 1.5em;
	color: #333333;
	font-weight: bold;
	margin-top: 30px;
}

.ubb{
	margin-top: 30px;
	border: 3px solid #333333;
}

.img-responsive {
    display: inline-block;
    height: auto;
    max-width: 100%;
}

#footer{
	margin: 0;
	min-height: 50px;
	padding: 10px 0;
}

.btn-vd{
	text-align: center;
	margin-top: 50px;
}

.btn-default02 {
    color: #fff;
    background-color: #F3A700;
    border-color: none;
}

.btn02 {
  display: inline-block;
  padding: 15px 40px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.btn02:focus,
.btn02:active:focus,
.btn02.active:focus,
.btn02.focus,
.btn02:active.focus,
.btn02.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn02:hover,
.btn02:focus,
.btn02.focus {
  color: #fff;
  text-decoration: none;
}

.btn02:active,
.btn02.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}

.table{
/* 	font-size: 0.9em; */
}

.table td{
	padding: 10px!important;
}

.price,
.service-detail{
	font-size: 1.5em;
    line-height: 2em;
    color: #333;
    font-weight: bold;
    padding-bottom: 25px;
}

.note{
/* 	font-size: 1em; */
}

.thumb img{
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

h2{
	font-size: 1.8em;
	line-height: 1.5em;
	font-weight: bold;
	padding-bottom: 25px;
	border-bottom: 1px dotted #a8a8a8;
}

h3{
    font-size: 1.2em;
    line-height: 1.5em;
    font-weight: bold;
    padding-bottom: 15px;
    border-bottom: 1px dotted #a8a8a8;
    margin-top: 20px;
}

dl {
  width:100%;
  font-size: 1.2em;
}
dt {
  float:left;
  clear:left;
  width:70px;
}
dd {
	float:left;
}

ul{
	font-size: 1.2em;
	padding: 0;
}

.xsTitle{
	display: none;
}

.gd-img{
	padding-left: 0;
}

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }


.container{
	position: relative;
}

@media (min-width: 768px){
#navbar-main .col-sm-2 {
    width: 16.2%!important;
}
}

@media (max-width: 768px){
.flr{
	float: none;
	margin: 0 auto;
	text-align: center;
	}

.mv-area {
    width: 90%;
}

.flr,.fll{
	float: none;
}

.xsTitle{
	display: inherit;
}

.mdTitle{
	display: none;
}

.vrl{
	writing-mode: horizontal-tb;
	-webkit-writing-mode: horizontal-tb;
	-moz-writing-mode: horizontal-tb;
	-ms-writing-mode: horizontal-tb;
	-ms-writing-mode: horizontal-tb;
	margin: 0 auto;
    height: auto;
    font-size: 1.2em;
}

.h370{
	height: auto!important;
}

.gd-img{
	margin-top: 15px;
	padding-left: 15px;
}

#map-canvas {
width: 100%;
height: 300px;
}

}

@media (max-width: 990px){
#navbar-main .col-sm-2 {
    width: 16.1%!important;
}
}