/*
Theme Name:dto2
Theme URI: 
Version: 1.0
Author: matsumiya
Author URI: http://design.yoshida-sd.com/
License: matsumiya
*/


/*全体の基本設定*/

*{font-family:'游ゴシック','ヒラギノ角ゴ Pro W3','メイリオ','ＭＳ Ｐゴシック','Osaka','Meiryo',sans-serif;}

/*font-family: 'Bad Script', cursive; font-family: 'Josefin Sans', sans-serif; font-family: 'Marck Script', cursive;*/


/*TOPのタブメニュー*/
.menu_all{background:url(img/menu_all.jpg) no-repeat;}
.menu_1{background:url(img/menu_1.jpg) no-repeat;}
.menu_2{background:url(img/menu_2.jpg) no-repeat;}
.menu_3{background:url(img/menu_3.jpg) no-repeat;}
.menu_4{background:url(img/menu_4.jpg) no-repeat;}
.menu_5{background:url(img/menu_5.jpg) no-repeat;}
.menu_6{background:url(img/menu_6.jpg) no-repeat;}

.c-tabs{
    display: block;
    max-width: 1280px;
    margin: -97px auto 0;
    position: relative;
    z-index: 1000;
    text-align:center;
}

.c-tabs__item {
	display: inline;
}
.c-tabs__link { 
    background-size: cover;
    display: inline-block;
    width: 200px;
    height: 97px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
opacity:0.9;
}

.is-active {
opacity:1.0;
}

.c-tabs__content {
    display: none;
    width: 100%;
    float:left;
}




body{
	margin:0;
	width:100%;
	height:100%;
	letter-spacing: 1px;
/*background:#F7F7F0;*/
background:#fff;
}

html{  
	height: 100%;
}

.clear
{
clear:both;
}

.text_center{
margin:auto;
text-align:center!important;
}

a {  
    -webkit-transition: 0.3s ease-in-out;  
       -moz-transition: 0.3s ease-in-out;  
         -o-transition: 0.3s ease-in-out;  
            transition: 0.3s ease-in-out;  
}  
a:hover {  
    opacity: 0.6;  
    filter: alpha(opacity=80);  
}

.fade {  
    -webkit-transition: 0.3s ease-in-out;  
       -moz-transition: 0.3s ease-in-out;  
         -o-transition: 0.3s ease-in-out;  
            transition: 0.3s ease-in-out;  
}  
.fade:hover {  
    opacity: 0.6;  
    filter: alpha(opacity=80);  
}

.hide{
	text-indent: 100%; 
    	white-space: nowrap; 
    	overflow: hidden; 
	display: block;
	height:0px;
	padding:0px;
	margin:0px;
}

h1,h2,h3,h4,h5,h6{
	margin:0;
	padding:0;
	font-size:100%;
	font-weight:normal;
}



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

hr{border: dotted 1px #ccc;}

.fixed{
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 9999;
}

p{
	margin:0px 0 15px 0px;
	font-size:90%;
	color:#333333;
	line-height:180%;
	/*-webkit-text-stroke: 0.1px #000;*/
}

ul{
list-style-type:none;
padding:0;
margin:0;
}

table{
clear: both;
border-collapse: collapse;
margin-left:0px;
margin-bottom:10px;
}


th,td{
padding: 10px 10px 10px 10px;
vertical-align: top;
font-size: 90%;
color: #333;
}


img{
border:none;
max-width:100%;
height:auto;
box-sizing: border-box;
}

.center{
text-align:center!important;
max-width:98%;
margin:auto;
}

#home .center{
max-width:80%;
margin:auto;
}

.yellow{
    background: #fee100;
    padding: 7px 20px;
    font-weight: bold;
    margin: 10px 0;
    display: inline-block;
}

.small .yellow{
padding: 2px 5px!important;
margin: 0 10px 0 0 !important;
}

.beige{
background:beige;
padding:2px 4px;
box-sizing:border-box;
max-width:96%;
margin:auto;
}

.big{
font-size:120%;
font-weight:bold;
}

.v_big{
font-size:140%;
font-weight:bold;
}

.strong{
font-size:105%;
font-weight:bold;
}

.small{
font-size:80%;
}

.v_small{
font-size:60%;
	line-height:150%!important;
}

.space{
	border:none;
margin:30px 0;
height:10px;
display:block;	
}

.cont_980{
max-width:980px;
margin:auto;
}

.company_page{
width:780px;
	margin:auto;
	display:block;
	max-width:100%;
	padding: 5px;
    box-sizing: border-box;
}

.red{color:crimson;}
.kon{color:#00698C!important; font-weight:bold!important;}
.link_box{
    background: #fee100;
    font-size: 120%;
    font-weight: bold;
    padding: 10px;
    display: inline-block;
    margin: 20px 0;
	color:#333!important;
}

.redbutton{
background:crimson;
margin:30px auto;
color:#fff!important;
}

.play{
background:url(img/play_icon.png) no-repeat left;
padding:3px 0px 3px 23px;	
}

.push{
    display: inline-block;
    padding: 15px 30px;
    text-decoration: none;
    background: #fee100;/*ボタン色*/
    color: #333;
    border-bottom: solid 4px brown;
    border-radius: 6px;
    -webkit-transition: 0s!important;  
       -moz-transition: 0s!important;    
         -o-transition: 0s!important;    
            transition: 0s!important; 
opacity:1!important;  
}
.push:active {/*ボタンを押したとき*/
    -ms-transform: translateY(4px);
    -webkit-transform: translateY(4px);
    transform: translateY(4px);/*下に動く*/
    border-bottom: none;/*線を消す*/
}

.gmap{
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
.gmap iframe, .gmap object, .gmap embed{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border-radius:15px;
}

/*各種コンテンツ設定*/

#dtoline{
    width: 300px;
    display: none;
    position: fixed;
    _position: absolute; 
    top: 50%;
    left: 50%;
    margin-top: -276px; /* heightの半分のマイナス値 */
    margin-left: -150px; /* widthの半分のマイナス値 */
    z-index: 1500;
}

#loader {
    width: 128px;
    height: 60px;
    display: none;
    position: fixed;
    _position: absolute; 
    top: 50%;
    left: 50%;
    margin-top: -64px; /* heightの半分のマイナス値 */
    margin-left: -30px; /* widthの半分のマイナス値 */
    z-index: 2300;
}
 
#fade {
    width: 100%;
    height: 100%!important;
    display: none;
background-color: #fee100;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 2200;
}

#hideheader{
    display: block;

    height: 100%;
    width: 100%;
    background: #fff;
    min-height: 1200px;
}

#header{
	position:relative;
	width:100%;
height:100%;
min-height:600px;
	z-index:800;
	top:0;
        overflow: hidden;

}

#page #header{
height:330px!important;
min-height:330px!important;
}

#header-cont{
max-width:1080px;
position:relative;
margin:0 auto;
height:100%;
}

#header:after {content : "";display : block;height : 0;clear : both;} 

.frame{
/*width:1280px;*/
position:relative;
margin:0 auto;
}

.headmenu {
position:absolute;
top:10px;
right:2%;
z-index: 10;
}

.headmenu ul{
text-align:center;
}

.headmenu ul li{
display:inline-block;
border-right:1px solid #fff;
padding:0px 10px;
}

.headmenu ul li ul li{
padding:0px!important;
}

.headmenu ul li:first-child{
border-left:1px solid #fff;
}

.headmenu ul li ul li:first-child{
border-left:none;
}

.headmenu ul li a{
font-family: Georgia, 'Hiragino Mincho ProN', 'Yu Mincho', serif;
color:#fff;
padding:3px 5px;
font-weight:bold;
    -webkit-transition: 0.3s ease-in-out;  
       -moz-transition: 0.3s ease-in-out;  
         -o-transition: 0.3s ease-in-out;  
            transition: 0.3s ease-in-out; 
}

.headmenu ul li a:hover{
background:url(img/hover_bg.png);
}


.nav {
	padding: 0 20px;
	margin: 0 auto 60px;
	width: 760px;
}

.navbar {
z-index: 2000;
    width: 100%;
    position: fixed;
    display: none;
    top: 0px;
    right: 0;
    text-align: center;
    background:#fee100;
    font-weight: bold;
min-width:980px
}

.navbar ul {
    display:inline-block;
    *display:inline; /* IE7 and below */
    *zoom:1; /* IE7 and below */
	padding-left:0;
}
.navbar li {
    display:inline-block;
    list-style-type:none;
	text-align:center;
}
.navbar li + li {
    
}

.navbar li a{
    padding: 10px 18px;
    font-size: 90%;
}

.fixed{
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 9999;
}

/*トップメニュー*/

.topmenu{
    position: absolute;
    bottom: 0px;
    margin: 0 auto;
}

.topmenu ul{
    text-align: center;
    margin: 0 auto;
    display: block;
    /*width: 1280px;*/
}

.topmenu ul li{
    display: inline-block;
    vertical-align: bottom;
background-color:#fff;

}

.topmenu ul li a{
    background-image: url(img/topmenu_bg.jpg);
    background-position: bottom;
    background-repeat: repeat-x;
    border-top: 5px solid #ffe100;
    box-sizing: border-box;
    /* margin: 0 1px; */
    padding: 15px;
    width: 195px;
    display: block;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    font-family: Georgia, 'Hiragino Mincho ProN', 'Yu Mincho', serif;
    color: #333;
    font-weight: bold;
    font-size: 110%;
}

.topmenu ul li a:hover{
background-image:none;

}


.navbar ul li a span{
  position: absolute;
  opacity: 0;
  top: 40px;
  left: 0%;
  width: 160px;
  padding: 10px;
  border-radius: 2px;
  background: #fee100;
  color: #333;
  font-size: 12px;
  line-height: 1;
  transition: .3s;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.navbar ul li a span:before{
    position: absolute;
    top: -12px;
    left: 30%;
    height: 0;
    width: 0;
    border: 6px solid transparent;
    border-bottom: 6px solid #fee100;
    content: "";
}

.navbar ul li a:hover span{
  opacity: 1;
  top: 60px;
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
}


/*ドロップダウン*/
.dropmenu{
  *zoom: 1;
  list-style-type: none;
  padding: 0;
}
.dropmenu:before, .dropmenu:after{
  content: "";
  display: table;
}
.dropmenu:after{
  clear: both;
}
.dropmenu li{
  position: relative;
}
.dropmenu li a{
  display: block;

}
.dropmenu li ul{
  list-style: none;
  position: absolute;
  z-index: 9999;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
  width: 160px!important;
}
.dropmenu li ul li{
  padding-left:0!important;
  font-size:110%;
  font-weight:bold;
  background: #fee100;
  width: 160px!important;
    margin-left: 0px!important;
}
.dropmenu li ul li a{
text-indent: 0% !important;
white-space: normal !important;
padding: 18px 0px;
border-top: 1px solid #fff;
text-align: center;
font-size: 85% !important;
letter-spacing: 1px;
font-weight: bold;
font-family: 'ヒラギノ角ゴ Pro W3','メイリオ','ＭＳ Ｐゴシック','Osaka','Meiryo',sans-serif;
  width: 160px!important;
height: auto!important;
color:#333!important;
}

.dropmenu li:hover > a{
  
  color:#bbb!important;
}
.dropmenu li a:hover{

}

.dropmenu li ul li a:hover{
background: #eee;
color:#bbb!important;
}

/*フェードイン*/
.fade-in2 li ul{
  opacity: 0;
  top: 50%;
  visibility: hidden;
  transition: .5s;
  width: 100%;
}
.fade-in2 li:hover ul{
  top: 100%;
  visibility: visible;
  opacity: 1;
}

.fade-in2 li ul li:hover{

}

.fade-in2 li ul li a:hover{

opacity: 1!important;
}

/*新着情報スライド*/

#slide_topics{
width:100%;
 padding: 20px 0;
  background: #F8EB7A;
}
#slide_topics h2{
    margin: 0px;
    padding: 0 0 10px!important;
    font-size: 180%!important;
    font-weight: bold;
}

.bxslider li .rightCon h3{
font-size: 85%;
margin: 10px 0 5px;
}


/*見出しなど*/

h1{
text-indent: 100%;
white-space: nowrap;
overflow: hidden;
display: block;
}

#home .logo{
text-indent: 100%;
white-space: nowrap;
overflow: hidden;
display: block;
height: 350px;
z-index: 200;
width: 250px;
left: 2%;
top:80px;
position: absolute;
}

#home .logo a{
text-indent: 100%;
white-space: nowrap;
overflow: hidden;
display: block;
height: 350px;
z-index: 200;
width: 250px;
background:url(img/logo.png);
}

#page .logo{
text-indent: 100%;
white-space: nowrap;
overflow: hidden;
display: block;
height: 175px;
z-index: 200;
width: 125px;
left: 2%;
top:50px;
position: absolute;
}

#page .logo a{
text-indent: 100%;
white-space: nowrap;
overflow: hidden;
display: block;
height: 175px;
z-index: 200;
width: 125px;
background:url(img/logo.png);
background-size:cover;
}

.magazine{
    /*text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    height: 50px;
    z-index: 200;
    width: 600px;
    left: 50%;
    margin-left: -300px;
    bottom: 80px;
    position: absolute;
    background: url(img/magazine.png);*/
text-align: center;
    max-width: 60%;
    height: auto;
    margin: 30px auto 30px;
}

#page .magazine{
margin:15px auto 30px;
}

.ynd{
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    height: 130px;
    z-index: 200;
    width: 250px;
    right: 2%;
    bottom: 180px;
    position: absolute;
    background: url(img/ynd.png);

}

#page .ynd{
bottom: 80px;
}

.flexslider{
width:100%;
position:absolute!important;
top:0px;
z-index: -1;
background:#f8f7f0;
}

.slides img{
width:100%;
}

.no1,.no2,.no3{
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    filter: alpha(opacity=0);
    -moz-opacity:0;
    opacity:0;
}

#home .catch{
margin:30px 0;
font-size:130%;
text-align:center!important;
}

#home h2{
    /*font-family: 'Libre Baskerville', serif;*/
    text-align: center;
    font-size: 300%;
    clear: both;
    padding: 35px 0px 15px;
    color: #333;
    letter-spacing: 3px;
}

/*モバイルメニュー*/

.drawer-dropdown {
    max-width: 400px;
    margin: 0 auto;
    padding: 0;
}

.drawer-dropdown a {
    display: block;
    padding: 14px;
    box-sizing:border-box;
    text-decoration: none;
    color: #333;
    line-height: 1;
    border-bottom:1px solid #fff;
font-weight:bold;
}

.drawer-dropdown label {
    display: block;
    margin: 0;
    padding :15px;
    line-height: 1;
    color :#333;
    cursor :pointer;
    position:relative;
    border-bottom:1px #fff solid;
background:#ffe100;
font-weight:bold;
}

.drawer-dropdown label:after{
	position: absolute;
	top: 50%;
	right:7px;
	content: '';
	margin-top: -5px;
	border: 7px solid transparent;
	border-top-width: 8px;
	border-bottom-width: 5px;
	border-top-color: #fff;
}

.drawer-dropdown input {
    display: none;
}

.drawer-dropdown ul {
    margin: 0;
    padding: 0;
    background :#eee;
    list-style: none;
}

.drawer-dropdown li {
    max-height: 0;
    overflow-y: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

#menu_bar01:checked ~ #links01 li,
#menu_bar02:checked ~ #links02 li,
#menu_bar03:checked ~ #links03 li,
#menu_bar04:checked ~ #links04 li,
#menu_bar05:checked ~ #links05 li{
    max-height: 46px;
    opacity: 1;
}



/*TOPコンテンツ*/

#new h3 {
    font-weight: bold;
    font-size: 105%;
margin: 15px auto;
    min-height: 40px;
    letter-spacing: 0px;
max-width:80%;
}

#new{

}

#new ul{

}

#new ul li{
text-align:left;
width:45%;
margin:30px;
display:inline-block;
vertical-align:top;
position:relative;
background:#fff;
}

#new ul li p{
text-align:left;
margin:10px 0;
line-height:160%;
font-size:75%;
}

#new ul li .thum{
margin: 0 auto;
overflow: hidden;
/*height:350px;
    background: #666;*/
}

#new ul li .thum img{
  display: block;
  height: auto;
  width: 100%;
  transition: 1s;
background:#555;
}

#new ul li .thum img:hover {
    opacity: 0.6;  
    filter: alpha(opacity=60);  
  /*-webkit-transform: scale(1.2);
  transform: scale(1.2);*/
}

#new ul li .day,#new ul li h3,#new ul li p{
padding-left:10px;
padding-right:10px;
box-sizing:border-box;
}

#new .topics{
text-align:center!important;
width:31%!important;
margin:30px 10px 50px!important;
display:inline-block!important;
vertical-align:top!important;
}

#new .topics .thum{
margin: 0 0px 0 10px!important;
overflow: hidden;
max-height:210px!important;
position:relative;
border: 1px solid #ccc;
}

#new .topics  .thum img{
  display: block;
  height: auto;
  max-width: 100%;
  transition: 1s;
background:#aaa;
}

#new .topics  .thum img:hover {
    opacity: 0.8;  
    filter: alpha(opacity=80);  
}

.day {
    position: absolute;
    top: 10px;
    font-size: 80%;
    display: block;
    /* left: -10px; */
    /* bottom: 10px; */
    font-weight: bold;
    background: #ffe100;
    /* padding: 10px 0 0; */
}

.copy{
    font-size: 130%;
    font-weight: bold;
    padding: 14px 0px 0px!important;
    box-sizing: border-box!important;
}

.tags{text-align:left;}

#home .tags{text-align:center;}

.tags li{
    margin: 0 0 0 10px!important;
    width: auto!important;
font-size:90%;
display: inline-block!important;
color:#bbb;
}

.tags li:before {
    content: "#";
}
.tags li a{
color:#bbb;
}


.sns{
text-align:center;
margin:15px auto;
}

.sns li{
margin:7px;
display:inline-block;
}

.follow{
display:block;
margin:10px auto;
}

.follow img{
    animation: bounce 1.6s ease infinite;
    transform-origin: 00% 50%;
    max-width:90%;
}

@keyframes bounce {
  0% { transform:translateY(0) }
  5.69231% { transform:translateY(0) }
  21.38462% { transform:translateY(0) }
  30.76923% { transform:translateY(-10px) }
  38.46154% { transform:translateY(0) }
  46.15385% { transform:translateY(-10px) }
  61.53846% { transform:translateY(0) }
  100% { transform:translateY(0) }
}


.entrance{
padding:40px 0;
background:#fff;
}

.entrance .cont{
padding:0 5px;
max-width:1000px!important;
box-sizing:border-box;
}

.entrance .left{
width:65%;
display:inline-block;
vertical-align:top;
padding: 10px;
}

.entrance .right{
width: 28%;
    padding: 30px;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: bottom;
}

.entrance .copy{
font-size:130%;
text-align:left;
font-weight: bold;
    margin: 8px 0 2px;
}
.entrance h2{
    font-size: 320%!important;
    letter-spacing: 30px!important;
    text-align: left!important;
    padding: 5px 0px!important;
    font-weight: bold!important;
}
.entrance p{
line-height:200%!important;
text-align: justify!important;
}

/*フォーム*/
.remodal h2{
    font-size: 120%!important;
    font-weight: bold;
    background: #fee100;
    padding: 10px!important;
    font-family:'游ゴシック','ヒラギノ角ゴ Pro W3','メイリオ','ＭＳ Ｐゴシック','Osaka','Meiryo',sans-serif!important;
}

.remodal h3{

    font-weight: bold;

    margin:15px auto 10px;
}


/*コンテンツ*/
#wrap{
margin:0px auto 0px;
height:auto;
width: 100%;;
display:block;
padding: 0px;
z-index:1;
}


.cont {
margin: 0px auto 0px;
padding: 30px 0px 30px;
z-index: 1;
overflow: hidden;
max-width: 1080px;
display:block;
}



/*ページコンテンツ*/

#page .cont p{
	line-height:180%;
	text-align:left;
}

.page{
margin: 0px auto 0px;
width: 100%;
}


#cont:after {content : "";display : block;height : 0;clear : both;} 

#page .entrytext h3{
    /*font-family: 'Libre Baskerville', serif;*/
    text-align: left;
    font-size: 120%;
    border-bottom: 2px solid #333;
    padding: 10px 0;
    margin: 20px auto 30px;
}

h3 span{

}

h4{
    font-size: 120%;

    padding: 10px 0px;
    box-sizing: border-box;

    /*font-family: 'Libre Baskerville', serif;
    text-align: center;
    font-size: 120%;
border:3px double #333;
padding:10px 15px;
margin:30px auto 30px;*/
}

h5{
    border: 4px double #333;
    display: inline-block;
    margin: 10px 0 15px;
    padding: 2px 12px;
}

h6{
    border-bottom: 2px solid #333;
    display: block;
    margin: 40px 0 6px;
    padding: 2px 0px;
    font-size:130%;
}


/*.left_con , .right_con{
display:inline-block;
vertical-align:top;
padding:5px;
box-sizing:border-box;
}

.left_con {
width:75%;
}*/

.left_con {
width:100%;
padding:5px;
box-sizing:border-box;
}

.right_con{
width:22%;
}

/*サイドバー*/

#sidebar{
background:#F3F3F3;
box-sizing:border-box;
padding:10px;
font-size: 85%;
}

#sidebar h2{

}

#sidebar h3{
    display: block;
    float: none;
    width: auto;
    overflow: hidden;
    font-size: 100%;
    font-weight: bold;
    padding: 8px 6px!important;
   /* background: #fee100; */
	margin: 0px auto 10px;
    border: none;
    font-family: initial;
}


#sidebar ul{
margin:5px auto 20px;
}

#sidebar ul li{
margin:5px 0;
}
#sidebar ul li a{
    padding: 15px 0 15px 25px;
    padding-left: 1em;
    text-indent: -1em;
position:relative;
}

#sidebar ul li a span{
text-align:center;
    padding-left: 1em;
}

#sidebar ul li a:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    left: 5px;
    box-sizing: border-box;
    width: 6px;
    height: 6px;
    border: 6px solid transparent;
    border-left: 6px solid #333;
}

/*検索フォーム*/

#sidebar .searchform-input-wrapper input, .searchform-input-wrapper input, .searchform-input-wrapper select {
    width: auto;
display:inline-block;
}

.searchform-input-wrapper {
    display: block;
    float: none;
    text-align: left;
    width: auto; 
}

.checkbox-wrapper{
    width: 48%;
    vertical-align: top;
    display: inline-block;
    letter-spacing: 0;
    font-size: 95%;
}

.searchform-label {
    display: block;
    float: none; 
    width: auto; 
    overflow: hidden;
    font-size: 100%;
    font-weight: bold;
    padding: 8px 5px;
    background: #fee100;
}

.searchform-input-wrapper select {
    width: 100%;
    margin: 20px 0;
}
.searchform-input-wrapper input{

}


/*フッターメニュー*/

.footmenu {
width:100%;
padding:20px 0;
clear:both;
font-size:90%;
}

.footmenu ul{
text-align:center;
margin:0 auto;
}

.footmenu ul li{
display:inline-block;
border-right:1px solid #333;
padding:0px 20px;
}

.footmenu ul li ul li{
border:none!important;
padding:0;
}

.footmenu ul li:first-child{
border-left:1px solid #333;
}
.footmenu ul li ul li:first-child{
border:none!important;

}

.footmenu ul li a{
font-family: Georgia, 'Hiragino Mincho ProN', 'Yu Mincho', serif;
color:#333;
padding:3px 5px;
font-weight:bold;
    -webkit-transition: 0.3s ease-in-out;  
       -moz-transition: 0.3s ease-in-out;  
         -o-transition: 0.3s ease-in-out;  
            transition: 0.3s ease-in-out; 
}

.footmenu ul li a:hover{
background:url(img/hover_bg.png);
}

/*ページ限定フッター*/
.support_footer{
background:url(img/page_footer_bg.png);
width:100%;
position:fixed;
padding:15px 0px;
bottom:0px;
    z-index: 10;
}

.support_footer ul{
width:980px;
max-width:96%;
text-align:center;
margin:auto;
}

.support_footer ul li{
width:30%;
display:inline-block;
}

.support_footer ul li a{
    width: 100%;
    display: block;
    border: 1px #333 solid;
    color: #333;
    padding: 10px 0;
}


/*フッター*/
#footer{
	overflow:hidden;
	color:#333;
    	min-width: 100%;
	padding: 10px 10px 30px;
	z-index:1;
	background:#fee100;
	bottom: 0px;
	position:relative;
	box-sizing:border-box;
}

#footer .cont{
	clear:both;
	margin:0px auto;
	text-align:center;
	font-size:90%;
	color:#333;
	max-width:1080px;
	padding:0px;

}

#footer h1{
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    height: 172px;
    z-index: 200;
    width: 100px;
    background: url(img/foot_logo.png);
    background-size: cover;
    margin: 0 auto;
}

.foot_left{
text-align:center;
width:16%;
padding:10px;
display:inline-block;
box-sizing:border-box;
    position: relative;
vertical-align:top;
}

.foot_right {
    color: #333;
    width: 76%;
    padding: 10px 10px 40px;
    display: inline-block;
    vertical-align: bottom;
}

.foot_right p{
text-align:left!important;
font-size:100%;
}


#footer img{

}

/*メインコンテンツ*/
#main{
width:100%;
font-size: 100%;
padding-top: 0px;
z-index: 1;
float:left;
}


.post{
	padding:0px 0 0px 0px;
	z-index:1;
}

.entrytext {
    padding: 10px;
    box-sizing: border-box;
}

.entrytext .cont p{
	line-height:160%;
	text-align:center;
	margin: 17px 0;
	font-size:90%;
}

.entrytext p a {
color:crimson;	
}


.post-foot{
	height:80px;

}


#page #main h2{
    /*font-family: 'Libre Baskerville', serif;*/
    text-align: center;
    font-size: 180%;
    clear: both;
    padding: 35px 0px 15px;
    color: #333;
    letter-spacing: 3px;
}


#page_title{
font-size:120%!important;
    margin: 30px auto ;
}

/*個別ページ共通設定*/


.cont_square{
text-align:left!important;
width:30%!important;
margin:10px!important;
display:inline-block!important;
vertical-align:top!important;
}

.cont_square .thum{
margin: 0 auto;
overflow: hidden;
}

.cont_square .thum img{
  display: block;
  height: auto;
  max-width: 100%;
  transition: 1s;
background:#aaa;
}

.cont_square .thum img:hover {
    opacity: 0.6;  
    filter: alpha(opacity=60);  
}

.cont_square h3{
    margin: 0 auto!important;
    padding: 5px 10px!important;
    background: #fff!important;
    border-bottom: 4px #eee solid!important;
}

.bukken{font-size:90%;}

.bukken .thum{
height:150px;
background: #fff;
}

.bukken h3{font-size: 90%!important;}
.bukken p{font-size:90%; line-height:160%;
padding:3px 10px!important; 
margin:0px!important;}



.basic_table{
margin:20px auto;
max-width:98%;
width:100%;
}

.basic_table th, .basic_table td{
border:solid 1px #bbb;
padding:5px 10px;
}

.basic_table th{
    background: #F3F3F3;
    font-weight: bold;
    min-width: 120px;
    width: 30%;
    text-align: left;
    letter-spacing: 0;
    font-size: 90%;
}

.jyutaku_table{
margin:20px auto;
max-width:98%;
width:100%;
}

.jyutaku_table th, .jyutaku_table td{
border:solid 1px #bbb;
text-align: center;
vertical-align: top;
}
.jyutaku_table th{
    background: #F3F3F3;
    font-weight: bold;
}

.jyutaku_table th,.jyutaku_table td{
    min-width: 0;
    box-sizing: border-box;
    width: auto;
    text-align: center;
    letter-spacing: 0;
    font-size: 90%;
    padding: 5px;
}

.suuji{
	text-align:right!important;
}
.moji{
	text-align:left!important;
}

.akiari{
background:#FBF9D7;
color:#D90000;
}

.inner_title{
    text-align: center;
    font-size: 180%;
    background:#f8f7f0;
}

.inner{
    max-width: 1080px;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.inner:after {
    content: " ";
    display: block;
    width: 100%;
    border: solid 2px #fff;
    outline: solid 1px #999;
    position: relative;
    top: -40px;
    z-index: 1;
}

.tate_box{
    text-align: center;
    margin: 10px auto 30px;
}

.tate{
    writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    text-align: left;
    display: inline-block;
    vertical-align: top;
    padding: 10px;
}


.mini_box,.come_box,.two_box,.three_box,.four_box,.five_box,.six_box,.seven_box,.eight_box{
padding:3px;   
box-sizing: border-box;
display: inline-block;
vertical-align: top;
}

.mini_box{
width:150px;
padding:10px;
}

.come_box{
width:400px;
font-size:80%;
padding:10px;
}

.eight_box{
width:78%;
max-width:100%;
padding:10px 10px;
}


.eight_box img{
max-height:300px;
}

.seven_box{
width:68%;
max-width:100%;
padding:10px 10px;
}

#topics .seven_box h3{
    text-align: left;
    color: #4d728f;
}

.seven_box p{

}

#topics .seven_box span{
margin-right:20px;
}


.seven_box img{
display: inline-block;
    vertical-align: top;
    text-align: center;
    /* height: 180px!important; */
    width: 90%;
    margin: 0 auto 5px;
}

.six_box{
width:58%;
max-width:100%;
padding:10px 20px;
}

.four_box{
width:39%;
max-width:100%;

}

.four_box img{
    display: inline-block;
    vertical-align: top;
text-align:center;
    width: auto;
    margin: 0 5px;
}

.five_box{
width:49%;
max-width:100%;
padding:10px ;
display: inline-block;
vertical-align: top;
}

.five_box img{
    display: inline-block;
    vertical-align: top;
text-align:center;
    width: auto;
    margin: 5px 0 ;

}

.two_box{
width:19%;
max-width:100%;
padding:10px 20px;
display: inline-block;
vertical-align: top;
}

.kosodatsu .two_box{
width:23%;
	font-size:90%;
}

.kosodatsu .two_box a{display:block;}
.kosodatsu .two_box img ,.two_box .strong{
margin:5px auto;
display:block;
}

.three_box{
width:29%;
max-width:100%;
padding:10px;
display: inline-block;
vertical-align: top;
}

.three_box h5{
display:block;
}

.three_box img{
    display: inline-block;
    vertical-align: top;
text-align:center;
border: 6px solid #eee;
    width: auto;

}

/*投稿記事*/

#magazine_title{
margin: 0px auto 0px;
    text-align: left!important;
    font-weight: bold;
    background-size: 30%;
min-height:150px;
}

.hero_g{
    background: url(img/hero_bg2.png) no-repeat right;
}
.deeptraveler_g{
    background: url(img/dt_g.png) no-repeat right;
}.gurugurume_g{
    background: url(img/gurume_g.png) no-repeat right;
}
.korekattemi_g{
    background: url(img/kattemi_g.png) no-repeat right;
}
.asobimanabi_g{
    background: url(img/asobimanabi_g.png) no-repeat right;
}
.henkahashinka_g{
    background: url(img/henka_g.png) no-repeat right;
background-size: 15%!important;
min-height:250px!important;
}

.read{
background: #eec;
}

.hidsuke{
display:block;
font-weight:bold;
}

.post_info h3{
    border: none!important;
    font-size: 85%!important;
    padding: 10px!important;
    margin: 0!important;
    font-weight: bold!important;
}

.post_info h3 span{
background:#eee;
border-radius:4px;
padding:0px 3px;
margin-left:15px;
}

.img_box{
padding:20px 5px!important;
}

.blog_box{
padding:50px 5px 40px!important;
margin-bottom:15px;
border-bottom:solid 1px #333;
}

.blog_box img{
margin:30px 0px;
}

.deeptraveler ,.gurugurume,.asobimanabi,.henka,.henkahashinka,.korekattemi,.temahima,.minanomoto{
/*position:relative;*/
/*    width: 160px;
    height: 100px;
	left:0px;
	top:30%;*/
	width: 100px;
    height: 60px;
	right:0px;
	top:10%;
}

.main_img .hero {
    width: 250px;
    position: absolute;
    right: 0px;
    bottom: 40%;
    background: url(img/hero.png) no-repeat;
    height: 89px;
    background-size: cover;
}

.main_img .deeptraveler {

    position: absolute;
	background: url(img/traveler_logo.png) no-repeat;
    
    background-size: cover;
    background-color: black;
}

.main_img .gurugurume {

    position: absolute;
    background: url(img/gurugurume_logo.png);
    background-size: cover;
    background-color: black;
}

.main_img .asobimanabi {

    position: absolute;
    background: url(img/asobimanabi_logo.png) ;
    background-size: cover;
    background-color: black;
}


.main_img .henkahashinka {

    position: absolute;
    background: url(img/henka_logo.png) ;
    background-size: cover;
    background-color: black;
}


.main_img .korekattemi {
    position: absolute;
    background: url(img/kattemi_logo.png) ;
    background-size: cover;
    background-color: black;
}

.main_img .temahima {
    position: absolute;
    background: url(img/temahima_logo.png) ;
    background-size: cover;
    background-color: black;
}

.main_img .minanomoto {
    position: absolute;
    background: url(img/minanomoto_logo.png) ;
    background-size: cover;
    background-color: black;
}

.mini_img{
    width: 120px;
    height: 120px;
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 1;
border-radius:50%;
}

.mini_img img{
    max-width: none!important;
    margin: 0px auto;
    text-align: center;
    display: block;
    top: 50%!important;
    left: 50%!important;
    position: relative;
    width: 160%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.message{
margin:40px 0;
padding:5px;
box-sizing:border-box;
position:relative;
background:#eee;
font-size:90%;
}

.message:after{
    border-bottom: 12px solid #eee;
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
    content: '';
    margin-left: -10px;
    position: absolute;
    top: -12px;
    left: 10%;
}

.foot_nav{
margin:50px 0;
}

.foot_nav a{
font-weight:bold;
padding:3px 8px;
background:#fee100;
}

/*　仕事紹介ページ　*/

.company_page h2,.company_page p{
text-align: left!important;
    font-weight: bold!important;
    line-height: 170%!important;
    letter-spacing: 0;
    margin: 0 0 10px;
}

.company_page p{
	font-size:100%;
}

.company_page #page_title{
font-size:140%!important;
	padding:0!important;
	margin:0 0 35px!important;
}

.company_page img{
	margin:30px 0px;
}

.company_page .read{
	font-weight: normal!important;
    font-size: 95%;
	padding: 10px 0px 23px;
	background:none!important;
}

.company_page .main_img{
		margin:0px 0px 35px;	
}
.company_page .main_img img{
	margin:30px 0px 5px!important;	
	
}

.company_page .five_box img{
	margin:0 auto!important;
}

.company_page .five_box .link_box {
    background: #fee100;
    font-size: 110%;
    font-weight: bold;
    padding: 5px 10px;
    display: inline-block;
    margin: 0px 0;
}

.company_page h3{
    margin: 40px 0px 20px!important;
}

.company_foot{
font-size:90%;
line-height:160%!important;
}

.entry{
	background: #FF7373;
    font-size: 140%;
	font-weight: bold;
    padding: 15px;
    display: inline-block;
    margin: 20px 0 30px;
	color:#fff!important;
	border-radius:5px;
}

.company_table{
margin:20px auto;
max-width:98%;
width:100%;
}

.company_table th, .company_table td{
border:solid 1px #bbb;
padding:5px 10px;
}

.company_table th{
    background: #F3F3F3;
    font-weight: bold;
    width: 120px;
    letter-spacing: 0;
    font-size: 90%;
    padding: 5px;
}


/*投稿一覧*/


/*　暮らし入門　*/

.tabi_table .days{
background:#fee100!important;
}

.tabi_table tr{
    border-bottom: 1px #eee dotted;
}

.tabi_table th{
min-width: 100px;
background:#F3F3F3;
font-size:90%;
}
.tabi_table td {

    background: #fff;
    font-size: 100%;
    font-weight: bold;
    letter-spacing: 0;

}

.tabi_table h3{
font-weight:bold;
}
.tabi_table ul{
margin:10px 0;
font-size:95%;
min-height: 100px;
}

/*icons*/


.slideicon{
    display: block;
    position: fixed;
    top: 30%;
    right: 0%;
    width: 130px;
    z-index: 2000;
    margin-right: -100px;
    color: #fff;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    background: url(img/slideicon.png) no-repeat center left;

}
.slideicon:hover {
	margin-right: 10px;
}

.slideicon2{
    display: block;
    position: fixed;
    top: 30%;
    right: 10px;
    width: 80px;
    z-index: 2000;
    color: #fff;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;

}

#icon{


    float: right;
    width: 70px;
    max-width: 70px;
}

#icon li{
display:inline-block;
margin:0px auto;
width:100%;
max-width: 100%;
}

#icon li a{
    display: inline-block;
    backface-visibility: hidden;
    zoom: 1;
max-width: 100%;
}

.slideicon2 #icon li a:hover{
max-width: 102%;
width: 102%;
}

/*ファミリー*/
.family{
font-size:90%;
}

.family h3{
border: none!important;
    font-size: 120%!important;
    padding: 5px 0px !important;
    letter-spacing: 3px;
    font-weight: bold;
}

.family h3 .small{
    display: block;
    font-weight: normal!important;
    font-size: 70%;
    letter-spacing: 2px;
    margin-bottom: 5px;
}

/*Okuizumon*/
.wpcf7-form .qtitle{
    background: #fff;
    padding: 30px 0px 15px!important;
    margin-bottom: 0px!important;
}

.okuizumon .span.wpcf7-list-item{
    display: block!important;
    margin: 5px 0px!important;
    font-weight: bold!important;
}

.okuizumon .three_box p{
margin:0px!important;
padding:5px 10px!important;
}

.taiken_h3{
    text-align: left!important;
    font-size: 140%!important;
    border-bottom: 2px solid #333!important;
    padding: 30px 0 15px!important;
    margin: 0px auto 0px!important;
    background: #fff!important;
}
.taiken_p{
font-weight:bold!important;
	font-size:110%!important;
padding: 30px 0!important;
	line-height:180%!important;
}


.otameshi{
width:85%;
margin:30px auto 10px;
}

/*　ライター募集　*/

#writer{
	position: fixed;
	top: 40%;
	right: 0px;
	z-index:2000;
}

#writer a {
	background:url(img/writer.jpg) ;
	text-decoration: none;
	width: 30px;
	height:187px;
	text-indent:-99999px;
	display: block;

}
#writer a:hover {
	text-decoration: none;
}

.writer_table th{
display:block;
background:#fee100;
font-size:110%;
}
.writer_table td {
    display: block;
    background: #F3F3F3;
    font-size: 100%;
    font-weight: bold;
    letter-spacing: 0;
    min-height: 710px;
}

.writer_table h3{
font-weight:bold;
}
.writer_table ul{
margin:10px 0;
font-size:95%;
min-height: 100px;
}


/*オンライン相談お申し込み*/

.form_page{
	
	
}

.soudan_table th{
background:#333;
color:#fff;
font-weight:bold;	
padding:5px 10px;
	    vertical-align: middle;
}

.soudan_table tr{
    margin: 7px 0px;
    display: block;
    vertical-align: middle;
}



/*物件情報*/

.catch{
font-size:110%;
font-weight:bold;}

.bukken_table{
margin:20px auto;
max-width:98%;
width:100%;
}

.bank_list .bukken_table {
    margin: 0px 0;
    max-width: 98%;
    width: 100%;
}

.bank_list h3{
    background: #F3F3F3;
    padding: 5px!important;
    border: none!important;
    margin: 15px 0!important;
}

.bukken_table th, .bukken_table td{
border:solid 1px #bbb;
padding:5px 10px;
}

.bukken_table th{
    background: #F3F3F3;
    font-weight: bold;
    width: 120px;
    letter-spacing: 0;
    font-size: 90%;
    padding: 5px;
}

.bukken_pic{
text-align:left;
margin-top:20px;
}

.bukken_pic li{
    display: inline-block;
    width: 23%;
    text-align: center;
    margin: 5px;
}

.bukken_pic li a{
    width: 94%;
    overflow: hidden;
    max-height: 150px;
    display: block;
    box-sizing: border-box;
    border: 3px solid #ddd;
}

.bukken_pic li img{
/*border: 4px #eee solid;
    height: 180px;*/
max-width:100%;
box-sizing: border-box;
}

/*検索結果*/

.kekka{
background:#fee100;
padding:5px;
font-weight:bold;
}

.more{
background: #fee100;
}

.more a{
font-weight:bold;
text-align:center;
padding:2px 5px;
display:inline-block;
}


/*ACCORDION*/
#panel {
    width: 100%;
    margin-bottom: 30px;
}
#panel > h3 {
    border-bottom: solid 1px white!important;
    background-color: #e1e2c9;
    color: #333;
    cursor: pointer;
    padding: 10px!important;
    font-weight: bold;
    position: relative;
    margin: 0px auto!important;
    max-width: 94%;
    font-size: 100%!important;
    letter-spacing: 2px;
}

#panel .icon_kosodate {
    background: url(img/kosodate_icon.png) no-repeat left;
    padding: 15px 0 15px 50px;
}
 
#panel > h3:after{
    content: "▼";
    position: absolute;
    right: 10px;
}
#panel > .active:after{
    content: "▲";
    position: absolute;
    right: 10px;
}

#panel .ac {
    padding: 40px;
    box-sizing: border-box;
}
#panel .ac p{

}

/*地図・動画*/

.map_wrapper {
  max-width: 640px;
  min-width: 400px;
  margin: 20px auto;
  padding: 4px;
  border: 1px solid #CCC;  
}
 
.googlemap {
    position: relative;
    padding-bottom: 96.25%;
    height: 0;
    overflow: hidden;
}
.googlemap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}


/*その他要素設定*/
.categories{
	text-align:right;
	margin:2px 0;
	font-size:90%;
}


.edit a{
	font-size:12px;
	background:#007fff;
	color:#fff!important;
	padding:1px 3px;
	margin-left:20px;
	text-decoration:none;
}

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

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

.alignright {
	float: right;
}

.alignleft {
	float: left
}

.more-link,.more-link:hover{
	color:#111111;
}

.catLabel{
	background:#666;
	display:inline-block;
	padding:1px 4px;
	color:#fff;
	font-weight:normal;
	margin-right:5px;
}

.catLabel a{
	color:#fff;
}



.gallery{
	clear:both;
}

/* =Widget Areas
-------------------------------------------------------------- */



.widget-area select {
	max-width: 100%;
}
.widget_search #s {/* This keeps the search inputs in line */
	width: 60%;
}
.widget_search label {
	display: none;
}
.widget-container {
	margin: 0 0 18px 0;
}

.widget-container li
	{
	padding-top:3px;
	text-indent:29px;
	margin-left:0px;
}

.widget-title {
	color: #222;
	font-weight: bold;
}
.widget-area a:link,
.widget-area a:visited {
	text-decoration: none;
}
.widget-area a:active,
.widget-area a:hover {
	
	/*text-decoration: underline;*/
}
.widget-area .entry-meta {
	font-size: 11px;
}
#wp_tag_cloud div {
	line-height: 1.6em;
}
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	color: #222;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 4px;
	text-align: left;
}
#wp-calendar thead {
	font-size: 11px;
}
#wp-calendar thead th {
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	background: #f5f5f5;
	border: 1px solid #fff;
	padding: 3px 0 2px;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}
.widget_rss a.rsswidget {
	color: #000;
}
.widget_rss a.rsswidget:hover {
	color: #ff4b33;
}
.widget_rss .widget-title img {
	width: 11px;
	height: 11px;
}

/* Main sidebars */
#siderbar .widget-area ul {
	margin-left: 0;
	padding: 0 0px 0 0;
}
#siderbar .widget-area ul ul {
	border: none;
	margin-left: 1.3em;
	padding: 0;
}


/* ここからが透過PNG適用のためのCSS */  
    html>body .sampleBox {  
        background-image: url(https://deep-town-okuizumo.jp/wp-content/themes/dto2/img/bg.gif);  
    }  
    * html .sampleBox {  
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/bg.gif', sizingMethod='scale');  
    }

/* お問い合わせ */
.wpcf7-form {
/*padding: 20px 10px;
margin-top:-50px;
border-radius: 20px/*} 
 
.wpcf7-form span.hissu  {
color: #aa0000; /*必須の文字色指定*/
font-size: smaller} /*文字サイズを一回り小さく*/
 
.wpcf7-form input   {max-width: 100%; border: 2px solid #fee100; margin:2px;}    /*入力フィールド幅*/
 
.wpcf7-form textarea    {width:80%; height:150px;border: 2px solid #fee100;}   /*テキストエリア幅*/

.wpcf7-form h3{
    background: #fee100;
    padding: 10px!important;
    box-sizing: border-box;
    margin: 0 0 20px 0!important;
    border: none!important;
}

.qtitle{
    background: #fff;
    padding: 30px 0px 15px!important;
    margin-bottom: 0px!important;
}


.wpcf7-form p{
padding:10px;
box-sizing:border-box;
}

.wpcf7-form p.submit    {text-align: left}    /*送信ボタンの場所*/
 
.wpcf7-form .wpcf7-submit   {
    width: 30%;
    background: #fee100;
    border: 3px #ddd solid;
    padding: 8px;
    font-size: 120%;
    color: #333;
}/*送信ボタンの横幅指定*/


div.wpcf7 {
    margin: 0;
    background: #F3F3F3;
    max-width: 980px;
    margin: 0 auto;
}


.slideshow-container{

margin-left:-80px;}

/* facebook */
#fb{
   width:800px;
   height:500;
   background:url(img/fb.png) ;
   overflow:hidden;
   margin:0px 0px 0 0;
   border:2px solid #666;
   z-index:200;
}

/*ソーシャルボタン*/
#fbbutton {
	position: fixed;
	bottom: 140px;
	right: 55px;
	font-size: 77%;
	z-index:999;
}
#fbbutton {
	background:url(img/fb.png) no-repeat left;
	text-decoration: none;
	color: #fff;
	width: 200px;
	height:40px;
	text-indent:-99999px;
	display: block;
}
#fbbutton:hover {
	text-decoration: none;
}

#twbutton {
	position: fixed;
	bottom: 80px;
	right: 55px;
	font-size: 77%;
	z-index:999;
}
#twbutton {
	background:url(img/tw.png) no-repeat left;
	text-decoration: none;
	color: #fff;
	width: 200px;
	height:40px;
	text-indent:-99999px;
	display: block;
}
#twbutton:hover {
	text-decoration: none;
}
#twitter-widget-0{ padding-top:0px;  width: 132px!important;}

#widget{margin-left:20px;}

.slidebutton{
	display: block;
	margin-right: -200px;
	
	color: #fff;
	text-align: right;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
}
.slidebutton:hover {
	margin-right: 0px;
}


/*　ロールアップ　*/
#page-top {
	/*position: fixed;
	bottom: 50px;*/
	
	z-index:100;
width: 70px;
height:auto;
position: fixed;
right:1%;
bottom: 0;
}
#page-top a {
width: 70px;
	text-decoration: none;
	display: block;
}
#page-top a:hover {
	text-decoration: none;
}

/*　スマイル消し　*/
img#wpstats{
    position:absolute;
    width:0px;
    height:0px;
    padding:0px;
    border:none;
    overflow:hidden;
}

/*　いいねボタンとか　*/
.snsb {
	/*overflow: hidden;*/
	z-index:99;
	clear:both;
	margin:5px auto;
}

  
.snsb li {
	display: inline-block;
	margin-right: 110px;
	width:110px;
	list-style-type:none;
	display:block;
	height:20px
	
}
.snsb iframe {
	margin: 0 !important;
}

.fb-like iframe {
    z-index:9999;
	max-width: none!important;
	max-height: none!important;
}

.fb_iframe_widget{
z-index:0;
}

.fb-page,
.fb-like-box,
.fb-like-box span,
.fb-like-box iframe[style]{ width: 95%!important; margin:20px auto; display:block; }


#contactArea {

overflow: hidden;
width:230px;
border-bottom: 0px solid #02b6f1; 
background:url(https://deep-town-okuizumo.jp/wp-content/themes/dto2/img/contact.png);
z-index:9999;
position:relatibive;
}

#contactArea ul {
overflow:hidden;
margin-top:10px;
   /*display:inline; /* IE7 and below 
    *zoom:1; /* IE7 and below */
    padding-left:0;
width:220px;

}
#contactArea li {
font-size:67%;
overflow:hidden;
text-align:center;
width:200px;
float:left;
list-style-type:none;
text-align:center;
color:#333333;

margin:4px auto;
padding:4px;
border-bottom:1px #F1E4E4 dotted;
}

/*#contactArea li + li {
	
    margin-top:20px;
    
}*/

#contactArea li a{
	display:block;
    color:#703838;
    text-shadow: 2px 2px 4px #aaaaaa;

}

/* ----- The Pretty Stuff ----- */

* {outline: 0; } 

.pcheader{display:block;}
.mobileheader{display:block;}

video{max-width: 100%;
    height: auto;
}
.youtube iframe .youtube video{
  width: 96%;
  max-width: 96%;
  padding: 5px 5px;
  border: 1px solid #6b6363;
  background: gainsboro;
}

#header,#header-cont,#wrap,.flexslider,.flexslider img,#footer,.c-tabs {
min-width:1080px;
}

.pc{display:block;}
.mobile{display:none;}

@media screen and (max-width: 1080px){

#header{
height:500px;
min-height:500px;
}

#header,#header-cont,#wrap,.flexslider,.flexslider img,#footer,.c-tabs {
min-width:980px;
}

.c-tabs {
    max-width: 980px;
    margin: -70px auto 0;
}

.c-tabs__link {
    background-size: contain;
    width: 155px;
    height: 80px;
}


#new ul li{
margin:10px;
}

}

@media screen and (max-width: 768px){

.pc{display:none!important;}
.mobile{display:block;}

.p{font-size:85%;}

#header,#header-cont,#wrap,.flexslider,.flexslider img,#footer,.c-tabs {
max-width:100%;
min-width:100%;
}

#header{
height:270px!important;
min-height:270px!important;
}

#page #header,#page #header-cont{
height:170px!important;
min-height:170px!important;
}

#page_title{
padding-top:0px!important;
margin-top:20px;
font-size:130%!important;
}

#home .logo{

height: 175px;
z-index: 200;
width: 125px;
left: 50%;
margin-left:-62px;
top:30px;
position: absolute;
}

#home .logo a{
height: 175px;
z-index: 200;
width: 125px;
background-size:cover;
}

#page .logo{
height: 87px;
z-index: 200;
width: 62px;
left: 50%;
margin-left:-31px;
top:10px;
position: absolute;
}

#page .logo a{
height: 87px;
z-index: 200;
width: 62px;
background-size:cover;
}

#page #wrap .cont{
padding-top:10px;
}

#page #main h2{
font-size:140%;
}

.magazine{
   /*
    height: 25px;
    z-index: 200;
    width: 300px;
    left: 50%;
    margin-left: -150px;
    bottom: 0px;
    background:-size:cover;*/
max-width: 75%;

}


#home .catch{
margin:30px 0;
font-size:95%;
text-align:center!important;
}


/*
.c-tabs {
    max-width: 100%;
    text-align: left;
    font-size: 0;
    letter-spacing: 0;
    margin: -30px auto 0;
}

.c-tabs__link {
width: 16%;
height: 40px;
background-size: cover;
}

.c-tabs__content {
font-size:16px;
}*/



#main img{
max-width:100%;
height:auto;
}


.map_wrapper{
max-width:100%;
min-width:100%;
}

.three_box,.four_box,.five_box,.six_box,.seven_box,.eight_box{
max-width:98%;
width:98%;
display:block;
margin:auto;
}

.two_box, .kosodatsu .two_box{

	max-width:42%;
width:98%;
display:inline-block;
margin:auto;
	font-size:80%;
}


.mini_img{width: 100px;
    height: 100px;}
.mini_box{width:30%;padding:5px;}
.come_box{width:65%; padding:3px;}

.foot_left{
    width: auto;
    display: block;
}
	
#new .topics {
    text-align: center!important;
    width: 90%!important;
    margin: 20px auto 30px!important;
    display: block!important;
}

#new{padding-top:10px!important;}

#new ul li{
max-width:98%;
width:98%;
display:block;
margin:auto;
}

#new ul .topics .thum {
max-height:340px!important;
margin:0!important;
}

.topics{
display: block!important;
width:96%!important;
margin:30px auto 50px!important;
}

/*物件情報*/
	
.longtable{
	overflow-x:scroll;	
}

.left_con, .right_con {
    display: block;
	width:100%;
    vertical-align: top;
    padding: 5px;
    box-sizing: border-box;
}

.cont_square {
    width: 80%!important;
    margin: 12px auto 20px!important;
    display: block!important;
}

.bukken .thum {
    height: 220px;
    background: #fff;
}

.bukken_table th, .bukken_table td {
width:auto;
padding:3px;
}
	
.bukken_pic li{
    display: inline-block;
    width: 44%;
    text-align: center;
    margin: 5px;
}

.bukken_pic li a{
border:none;	
	}

#loader {
    width: 64px;
    height: 30px;
    display: none;
    position: fixed;
    _position: absolute; 
    top: 50%;
    left: 50%;
    margin-top: -15px; /* heightの半分のマイナス値 */
    margin-left: -32px; /* widthの半分のマイナス値 */
    z-index: 2300;
}

/*マガジン*/
.main_img .hero {
    width: 200px;
    height: 72px;
}

.main_img .asobimanabi ,.main_img .korekattemi,.main_img .gurugurume,.main_img .deeptraveler ,.main_img .temahima,.main_img .minanomoto {   
    /*bottom: 20%;
    width: 200px;
    height: 120px;*/
}

/*.main_img .henkahashinka {
    width: 55px;
    top: 5%;
    height: 139px;
}*/


.otameshi{
width:96%;
}

}

@media screen and (max-width: 600px){

#new ul .topics .thum {
max-height:210px;
margin:0!important;
}

}