@charset "UTF-8";
body {
  font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 15px;
    line-height: 30px;
	color: #515151;
    background-color: #f2e9d8;
}
.koumoku {
    font-size: 15px;
    line-height: 30px;
    font-weight: bold;
	color: #515151;
        margin-bottom: 5px;
}
.koumoku2 {
    font-size: 16px;
    line-height: 30px;
    font-weight: bold;
	color: #515151;
        margin-bottom: 5px;
}
.con_title {
    background-image: url(../home_img/con_title.jpg);
    background-repeat: repeat-x;
    text-align: center;
    font-size: 25px;
    font-weight: bold;
    letter-spacing: 5px;
    background-size: auto auto;
    color: #FFFFFF;
    padding-top: 70px;
    padding-bottom: 70px;
    background-position: center center;
}
.privacy {
    text-align: center;
    font-size: 19px;
    margin-bottom: 15px;
}
.privacy_txt {
    font-size: 16px;
    margin-bottom: 15px;
}
.midashi_m {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    border-left: 9px solid #480600;
    padding-left: 15px;
    line-height: 22px;
    margin-top: 10px;
    padding-bottom: 4px;
    padding-top: 4px;
}
.txt_h2 {
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 10px;
}
.txt_h5 {
    font-size: 16px;
    line-height: 25px;
}
.txt_h6 {
    font-size: 15px;
    line-height: 26px;
}
.txt_wobi {
    font-size: 16px;
    line-height: 25px;
    background-color: #FFFFFF;
    padding-top: 2px;
    padding-right: 2px;
    padding-bottom: 2px;
    padding-left: 10px;
    margin-bottom: 15px;
}
.txt_bl {
    color: #2B3F93;
}
.live_bk {
    background-color: #545454;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 10px;
    margin-bottom: 20px;
}
.cam_title {
    background-image: url(../livecam/img/live.png);
    background-repeat: no-repeat;
    padding-left: 70px;
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: bold;
}
.txt_mc {
    color: #7e7252;
}
.hidari_sp {
    margin-left: 10px;
}
.hr2{
    border-left: none;
    border-bottom: 1px solid #2A2A2A;
    margin-top: 0px;
    margin-bottom: 20px;
}
.bun {
    font-size: 17px;
    line-height: 30px;
        margin-top: 12px;
}
.cap {
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 10px;
    margin-top: 3px;
}
.cap2 {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
    margin-top: 5px;
    text-align: center;
}
.w_back {
    background-color: #FFFFFF;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
.w_back2 {
    background-color: #FFFFFF;
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
}
.btn2 {
	    font-size: 17px;
    text-align: center;
  /* 水平方向の中央揃え */
  margin: 0 auto;
}
.btn2 input {
  display: inline-block;
  background: #5c2c27;
  padding: .5em 3em;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  border: none;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.btn2 input:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
.btn-primary2 {
    color: #FFFFFF;
    background-color: #a1855e;
    border-color: #a1855e;
    font-size: 16px;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
    margin-top: 15px;
    padding-left: 10px;
    padding-right: 10px;
}
.btn-primary2:hover {
    color: #FFFFFF;
    background-color: #bc9c6e;
    border-color: #bc9c6e;
	text-align: center;
}
.hidari_m {
    padding-left: 15px;
}
.tensen {
    border-bottom: 1px dotted #686868;
    margin-top: 10px;
    margin-bottom: 10px;
}
.tel {
    font-size: 26px;
    font-weight: bold;
    margin-top: 10px;
}
.tels {
    font-size: 20px;
}

@media only screen and (max-width: 991px){
.bun {
    font-size: 15px;
    line-height: 25px;
        margin-top: 14px; 
}
.cap {
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 10px;
    margin-top: 3px;
}
.cap2 {
    font-size: 13px;
    line-height: 17px;
    margin-bottom: 10px;
    margin-top: 3px;
    text-align: center;
}
}

@media only screen and (max-width: 767px) {
body {
  font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 14px;
    line-height: 27px;
}
.koumoku {
    font-size: 15px;
    line-height: 26px;
    font-weight: bold;
	color: #515151;
            margin-bottom: 5px;
}
.koumoku2 {
    font-size: 16px;
    line-height: 30px;
    font-weight: bold;
	color: #515151;
        margin-bottom: 5px;
}
.con_title {
    background-image: url(../home_img/con_title_sp.jpg);
    background-repeat: repeat-x;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
        letter-spacing: 0px;
    background-size: auto auto;
    color: #FFFFFF;
    padding-top: 50px;
    padding-bottom: 50px;
    background-position: center center;
    margin-bottom: 0px;
}
    .hr2{
    border-left: none;
    border-bottom: 1px solid #2A2A2A;
    margin-top: 0px;
    margin-bottom: 10px;
}
.txt_h6 {
    font-size: 14px;
    line-height: 26px;
}
.txt_h2 {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 10px;
}
.midashi_m {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    border-left: 9px solid #480600;
    padding-left: 15px;
    line-height: 22px;
    margin-top: 10px;
    padding-bottom: 4px;
    padding-top: 4px;
}
.bun {
    font-size: 14px;
    line-height: 25px;
    margin-top: 12px;
}
.cap {
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 10px;
    margin-top: 3px;
}
.cap2 {
    font-size: 12px;
    line-height: 17px;
    margin-bottom: 10px;
    margin-top: 3px;
    text-align: center;
}
.txt_h5 {
    font-size: 14px;
    line-height: 23px;
}
.cam_title {
    background-image: url(../livecam/img/live_sp.png);
    background-repeat: no-repeat;
    padding-left: 55px;
    font-size: 16px;
    margin-bottom: 26px;
    font-weight: bold;
}
.btn2 {
	    font-size: 14px;
    text-align: center;
}
.btn-primary2 {
    color: #FFFFFF;
    background-color: #a1855e;
    border-color: #a1855e;
    font-size: 14px;
    padding-top: 14px;
    padding-bottom: 14px;
    text-align: center;
    margin-top: 14px;
    padding-left: 8px;
    padding-right: 8px;
}
.btn-primary2:hover {
    color: #FFFFFF;
    background-color: #bc9c6e;
    border-color: #bc9c6e;
	text-align: center;
}
.btn2 input {
	    text-align: center;
  display: inline-block;
  background: #5c2c27;
  padding: .5em 3em;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  border: none;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.btn2 input:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
}
@media only screen and (max-width: 575px) {
    /*　画面サイズが575pxからはここを読み込む　*/
body {
  font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 13px;
    line-height: 25px;
}
.koumoku {
    font-size: 14px;
    line-height: 24px;
    font-weight: bold;
	color: #515151;
            margin-bottom: 5px;
}
.koumoku2 {
    font-size: 14px;
    line-height: 28px;
    font-weight: bold;
	color: #515151;
        margin-bottom: 5px;
}
    .cap {
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 10px;
    margin-top: 3px;
}
.cap2 {
    font-size: 12px;
    line-height: 17px;
    margin-bottom: 10px;
    margin-top: 3px;
    text-align: center;
}
.txt_h5 {
    font-size: 12px;
    line-height: 18px;
}
li {
  margin-left: -20px;
}
.midashi_m {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 6px;
    border-left: 7px solid #480600;
    padding-left: 10px;
    line-height: 20px;
    margin-top: 5px;
    padding-bottom: 4px;
    padding-top: 4px;
}    

.txt_h6 {
    font-size: 13px;
    line-height: 26px;
}
.bun {
    font-size: 14px;
    line-height: 25px;
    margin-top: 12px;
}
.btn-primary2 {
    color: #FFFFFF;
    background-color: #a1855e;
    border-color: #a1855e;
    font-size: 13px;
    padding-top: 14px;
    padding-bottom: 14px;
    text-align: center;
    margin-top: 14px;
    padding-left: 8px;
    padding-right: 8px;
}
.btn-primary2:hover {
    color: #FFFFFF;
    background-color: #bc9c6e;
    border-color: #bc9c6e;
	text-align: center;
}
    .txt_wobi {
    font-size: 13px;
    line-height: 25px;
    background-color: #FFFFFF;
    padding-top: 2px;
    padding-right: 2px;
    padding-bottom: 2px;
    padding-left: 10px;
    margin-bottom: 15px;
}
    }
@media only screen and (max-width: 375px) {
    /*　画面サイズが375pxからはここを読み込む　*/
.cap {
    font-size: 11px;
    line-height: 18px;
    margin-bottom: 10px;
    margin-top: 3px;
}
.cap2 {
    font-size: 10px;
    line-height: 16px;
    margin-bottom: 10px;
    margin-top: 3px;
    text-align: center;
}
.txt_h5 {
    font-size: 10px;
    line-height: 16px;
}
    .midashi_m {
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 6px;
    border-left: 7px solid #480600;
    padding-left: 10px;
    line-height: 20px;
    margin-top: 5px;
    padding-bottom: 4px;
    padding-top: 4px;
}  
.txt_h2 {
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 10px;
}
.bun {
    font-size: 12px;
    line-height: 25px;
    margin-top: 12px;
}
}



