@charset "utf-8";
/*
Theme Name:force_tcd078-child
Theme URI:
Description:WordPressテーマ「FORCE」の自作子テーマです。
Template:force_tcd078
Author:Design Plus
Author URI:http://design-plus1.com/tcd-w/
Version:1.1.3
Text Domain:tcd-w
*/

.sticky {}
.bypostauthor {}
.clear_f{
	clear: both;
	margin: 0px;
	padding: 0px;
}
.hako {
	text-align: center;
	margin-bottom: 60px;
	margin-right: auto;
	margin-left: auto;
	width: 400px;
}
#page_header.animate .headline_area {
    display:none;
}
#page_header {
    width: 100%;
    height: 50px;
    /* position: relative;
    overflow: hidden;
	display:none; */
}
@media (max-width: 750px){
#page_header {
    width: 100%;
    height: 0px;
}}
#gallery_single {
    width: 850px;
    margin: 0 auto;
    padding-top: 90px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
#footer {
    position: relative;
    padding-top: 40px;
    padding-right: 0px;
    padding-bottom: 100px;
    padding-left: 0px;
    overflow: hidden;
}

/* PC・スマホ切替 */
@media (max-width:767px){
.de_sp {margin-bottom: 0px;}
.de_pc {display:none;}
}
@media (min-width:768px){
.de_sp {display:none;}
.de_pc {margin-bottom: 0px;}
}

/* テーブル */
table#cs_column {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
	word-break: break-all;
}

table#cs_column th {
	vertical-align: middle;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
}
table#cs_column td {
	vertical-align: middle;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 7px;
	padding-right: 7px;
}

table#cs_column2 {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
	word-break: break-all;
	box-sizing: border-box;
}

table#cs_column2 th {
	vertical-align: middle;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
}
table#cs_column2 td {
	vertical-align: middle;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 1px;
	padding-right: 1px;
	box-sizing: border-box;
}

/* マウスオーバー */
.img_wrap{
  width: 100%;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
}
.img_wrap img{
  width: 100%;
  cursor: pointer;
  transition-duration: 0.3s;
}
.img_wrap:hover img{
  opacity: 0.6;
  transition-duration: 0.3s;
}

/* Google map */
.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
margin-bottom: 20px;
}
  
.ggmap iframe,
.ggmapr object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
