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

/*　ハンバーガーボタン　*/
.hamburger {
  display : block;
  position: fixed;
  z-index : 3;
  right : 13px;
  top   : 25px;
  width : 42px;
  height: 42px;
  cursor: pointer;
  text-align: center;
}
.hamburger span {
  display : block;
  position: absolute;
  width   : 30px;
  height  : 2px ;
  left    : 6px;
  background : #a74601;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition   : 0.3s ease-in-out;
  transition        : 0.3s ease-in-out;
}
.hamburger span:nth-child(1) {
  top: 10px;
}
.hamburger span:nth-child(2) {
  top: 20px;
}
.hamburger span:nth-child(3) {
  top: 30px;
}

/* ナビ開いてる時のボタン */
.hamburger.active span:nth-child(1) {
  top : 16px;
  left: 6px;
  -webkit-transform: rotate(-45deg);
  -moz-transform   : rotate(-45deg);
  transform        : rotate(-45deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  top: 16px;
  -webkit-transform: rotate(45deg);
  -moz-transform   : rotate(45deg);
  transform        : rotate(45deg);
}

nav.globalMenuSp {
  position: fixed;
  z-index : 2;
  top  : 0;
  left : 0;
  color: #000;
  background: #fff;
  text-align: center;
  transform: translateX(100%);
  transition: all 0.6s;
  width: 100%;
}

nav.globalMenuSp ul {
  background: #f9f9f9;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

nav.globalMenuSp ul li {
  list-style-type: none;
  padding: 0;
  width: 100%;
  border-bottom: 1px solid #fff;
}
nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
nav.globalMenuSp ul li:hover{
  background :#ddd;
}

nav.globalMenuSp ul li a {
  display: block;
  color: #000;
  padding: 0.5em 0;
  text-decoration :none;
}

/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
  transform: translateX(0%);
}

.responsive img {
width: 20%;
}

.catch {
	background-image: url("../img/top_sm.jpg");
	background-repeat: no-repeat;
	background-position: center top;
    background-size: cover;
	padding-left: 5%;
}
.main_a {
	background-image: url("../img/bga_sm.jpg");
	background-repeat: no-repeat;
	background-position: center top;
    text-align: center;
	background-size: cover;
}
.contents {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    text-align: center;
}
.main_a img {
width: 100%;
}
.main_b {
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: center top;
	padding: 3%;
}
.contentsb {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
	padding: 80px 0px 90px;
}
.nores {
width: 20%;
}
.komidshia {
    line-height: 28px;
    font-size: 24px;
    font-weight: 900;
    color: #c10909;
}
.main_c {
	background-color: #f8f2e4;
	background-repeat: no-repeat;
	background-position: center top;
	padding: 3%;
}
.obimidashi {
background: #3B4552;
color: #fff;
text-align: center;
padding: 16px 0 24px;
font-size: 28px;
}
.triangle3{
  width: 0;
  height: 0;
  border-left: 100px solid transparent;
  border-right: 100px solid transparent;
  border-top: 30px solid #3B4552;
  margin-left: auto;
  margin-right: auto;
}
.exampleb table {
border: 1px #000000 none;
width: 100%;
}
.contentsc {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}
.contentsb p {
    margin-top: 30px;
}
.contentsd {
    margin-left: auto;
    margin-right: auto;
    width: 95%;
	padding: 80px 2% 90px;
}
.wrappere {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
	overflow: hidden;
	border: none;
    box-sizing: none;
}
.minWidth {
    width: 100%;
    margin: 0 auto;
    border: none;
}
.cont {
    text-align: center;
    padding: 0px 0px;
    border-bottom: 1px solid #ddd;
}
form dl {
    width: 100%;
    display: flex;
    text-align: left;
    margin-bottom: 20px;
	margin-left: -22px;
}
.balloon1 {
  position: relative;
  display: inline-block;
  margin: 1.5em 2% 1.5em 2%;
  padding: 37px 2% 37px 2%;
  width: 92%;
  color: #555;
  font-size: 16px;
  background: #f5f5f0;
  border-radius: 15px;
}

.balloon1:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #f5f5f0;
}

.balloon1 p {
  margin: 0;
  padding: 0;
}
.oubohukidasi {
  font-size: 22px;
  font-weight: 100;
}
.bosyua {
background: #919598;
color: #fff;
padding: 30px 10px;
width: 20%;
}
.bosyub {
padding: 30px 10px;
width: 80%;
font-weight: 100;
}
.topobi {
    height: 20px;
    background-color: orange;
}
.last {
    background: #f5f5f5;
	margin-top: 150px;
	padding-top: 5px;
	padding-bottom: 35px;
}
.copy {
    background: gray;
	padding-top: 20px;
	text-align: center;
	color: #FFFFFF;
}
.tokua {
width: 30%;
}
.tokub {
width: 60%;
}
.examplef table {
border: 1px #000000 none;
font-weight: 100;
width: 100%;
}
.contents {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    text-align: center;
}
address {
	margin-top: 100px;
	font-style: normal;
	font-weight: 900;
	color: #FFF;
	text-align: center;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	line-height: 30px;
	overflow: auto;
	width: 100%;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: 12px;
	background-color: #24764d;
}
address a {
	color: #FFFFFF;
	font-size: 12px;
}
}
@media only screen and (max-width: 480px) {
.responsive img {
width: 50%;
}
}