
html { background: none;}

body {
	font: 14px/2 "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, sans-serif;
	color: #5a544e;
}

.ffos {
	font-family: 'Open Sans', sans-serif;
	font-size: 1.8rem;
	letter-spacing: 4px;
}
.wf-nikukyu { font-family: "Nikukyu"; }

/*---------------------------------------------
　link
---------------------------------------------*/
a { color: #28aad6; text-decoration: none;  }
a:hover { color: #28aad6; text-decoration: underline; }

#wrapper{

}

#header {
	width: 100%;
  margin: 0 auto;
	position:relative;
  overflow: hidden;
	text-align: center;
  background-color: rgba( 255, 255, 255, 0.90 );
	position: fixed;
	top: 0;
	z-index: 1;
	box-shadow: 0px 2px 3px -3px rgba(0,0,0,0.6);
	  -webkit-box-shadow: 0px 2px 3px -3px rgba(0,0,0,0.6);
	  -moz-box-shadow: 0px 2px 3px -3px rgba(0,0,0,0.6);
}

#ttl {
	font-size: 0.6rem;
	margin: 1% 0 0.6%;
	color: #44b0d3;
	text-align: left;
	width:30%;
	float: left;
	line-height: 3.0;
	letter-spacing: 1px;
}
.logo img {
	transition: 0.3s;
	width: 73%;
}
.logo img:hover {
	-webkit-transform: translate(0,4px);
			-moz-transform: translate(0,4px);
			-ms-transform: translate(0,4px);
			-o-transform: translate(0,4px);
			transform: translate(0,4px);
}


/*------nav ここから*/

#topNav {
	width: 60%;
	margin: 0 auto;
  font-family: 'Open Sans', sans-serif;
	padding: 0;
	float: right;
}
#topNav a {
	color: #49413a;
	transition: 0.3s;
}
#topNav a:hover {
	color: #28aad6;
	text-decoration: none;
	-webkit-transform: translate(0,4px);
			-moz-transform: translate(0,4px);
			-ms-transform: translate(0,4px);
			-o-transform: translate(0,4px);
			transform: translate(0,4px);
}

#topNavBox {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0 0 0;
}

#topNavBox li {
	margin: 0 8% 0 0;
	font-size: 14px;
	letter-spacing: 3px;
	line-height: 5;
}
#topNavBox li:last-child {
	margin-right: 0;
}

#topNavBox li img {
	vertical-align: middle;
}

#topNav .current a {
	color: #28aad6;
}

#logo_sp, .menu_sp {
	display: none;
}
#topNavBox_sp {
	display: none;
}


/*---------------------------------------------
 mainvisual
---------------------------------------------*/
#mainvisual {
	width: 100%;
	height: auto;
	margin: 88px auto 0;
}
#mainvisual img {
	width: 100%;
}

/*---------------------------------------------
　contents{
---------------------------------------------*/

#contents{
  width: 100%;
  margin: 0 auto;
  text-align: center;
	letter-spacing: 2px;
	line-height: 2.4;
}

.container {
	width: 1000px;
	margin: 0 auto;
}

#main{
	width:100%;
	margin: 5% auto 8%;
}

section {
	padding-bottom: 60px;
}

#concept, #item, #shop {
	padding-top: 72px;
	margin-top: -72px;
}

.caption {
	margin: 0 0 40px;
	font-size: 14px;
}

.newsList li {
	margin: 0 0 2%;
}
.btn_webshop { width:100%; margin:8% auto 0;}
.notice { font-size: 0.75rem;}



/*------エフェクト ここから*/
.effect .caption {
  font-size: 14px;
  transition: .8s;
	transition-delay: .8s;

}
.effect h2.ttl01 {
  transition: .8s;
	transition-delay: .5s;
}
/*------エフェクト ここまで*/

/*------Topパララックス ここから*/

.ttlArea01 {
	background-color: #feffc5;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	width: 100%;
	height: 100%;
	margin: 20px 0 60px;
	padding: 10px 0 20px;
	text-align: center;
}
.parallax_img_1{

	}
.ttlArea02 {
	background-color: #e2f7ff;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	width: 100%;
	height: 100%;
	margin: 20px 0 80px;
	padding: 10px 0 20px;
	text-align: center;
}

	/*------Topパララックス ここまで*/

.ttl01 {
	margin: 20px 0;
}

.inner01 {
  width: 1000px;
  margin: 40px auto;
}


/*------ホバーエフェクト ここから*/

.btn {
	width: 340px;
	margin: 40px auto;
	padding: 2% 0;
	border: 1px solid #28aad6;
}
.btn:hover {
	background: #73c8e6;
	cursor: pointer;
	transition: 0.5s;
}
.btn:hover a {
	color: #fff;
}
.btn a {
	text-decoration: none;
	display: block;
}
/*------ホバーエフェクト ここまで*/


/*------ITEM ここから*/
.itemWrap {
	margin: 0 0 8%;
}
.itmeBox {
	display: flex;
  display: -webkit-flex;
}
.itmeBox li {
	width: 33.33%;
	margin: 0 1% 0 0;
}
.itmeBox li:last-child {
	margin: 0;
}


.ttl02 {
	margin: 60px 0 32px;
	font-family: 'Open Sans', sans-serif;
	font-size: 26px;
	color: #5a534d;
	letter-spacing: 3px;
}
.line01 {
		border-bottom: 3px solid #01c5b0;
}
.caption2 {
	font-size: 14px;
	margin: 0 0 40px;
}
.ttl02_2 {
	margin: 80px 0 0;
	font-size: 18px;
	font-weight: bold;
}

.ttl03 {
	margin: 0 0 20px 0;
	color: #5a544e;
	font-size: 18px;
	font-weight: bold;
}
.btn2 {
	width: 340px;
	margin: 40px 0 0;
}
.btn2 img {
		box-shadow:	1px 2px 3px #cecece;
}

.t_ttl {
	margin: 4% 0 0;
	font-weight: bold;
	line-height: 1.5;
}
.txt_price {
	margin: 2% 0 0;
}

/*---------------------------------------------
　ITME
---------------------------------------------*/
.shopGuideBox {
	margin: 2% auto 8%;
	padding: 4%;
	border: 1px solid #d2f2fe;
}
.orderBox {
	width: 45%;
	margin: 2% auto;
	padding: 2% 4%;
	border: 2px dotted #ccc;
	text-align: left;
}
.orderBox li span {
	font-weight: bold;
}
.caption2 {
	font-size: 0.7rem;
}

/*---------------------------------------------
　GUIDE
---------------------------------------------*/
.guideBox {
	margin: 0 0 4%;
	border: 1px solid #ccc;
	text-align: left;
}
.guideBox th, .guideBox td {
	padding: 2%;
}
.guideBox th {
	width: 25%;
	background: #d2f2fe;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #fff;
}
.guideBox th.last {
border-bottom: none;
}
.guideBox td {
	border-bottom: 1px solid #ccc;
	font-size: 14px;
}
.guideBox td.last {
border-bottom: none;
}


/*---------------------------------------------
　SHOP
---------------------------------------------*/
.ttl_area {
	background-color: #d2f2fe;
	padding: 1% 3%;
	font-weight: bold;
	text-align: left;
}
.shopList {
	margin: 0 auto 5%;
	padding: 3% 6% 0;
  text-align: left;
  border: 1px solid #d2f2fe;
}
.shopList li {
	margin: 0 0 6%;
}
.shopList .ttl_shop {
	margin: 0 0 1%;
	padding: 0 0 0.5%;
	font-size: 1.1rem;
	font-weight: bold;
  border-bottom: 1px solid #d2f2fe;
}


/*---------------------------------------------
　SPECIAL
---------------------------------------------*/
.ttlArea03 {
	margin: 28px auto;
	padding: 4px 0 0;
}
.sorry {
	margin: 200px 0;
}
.snapWrap {
	width: 98%;
	margin: 20px auto 120px;
}
.snapshot {
	margin: 0 auto;
  width: 100%;
  background-color: #fff;
  column-count: 2;
  column-gap: 0;
}
.snapshot li {
	padding: 4px;
-webkit-column-break-inside: avoid;
page-break-inside: avoid;
break-inside: avoid;
}
.snap_01 {
	position: relative;
}
.snap_ttl_01 {
	position: absolute;
	top: 3%;
	right: 3%;
	z-index: 1;
	color: #fff;
	font-size: 4rem;
	line-height: 1;
}
.snap_ttl_01 span {
	display: block;
	font-size: 1rem;
}
.snap_ttl_02 {
	position: absolute;
	top: 3%;
	right: 3%;
	z-index: 1;
	color: #000;
	font-size: 4rem;
	line-height: 1;
}
.snap_ttl_02 span {
	display: block;
	font-size: 1rem;
}
.ttl04 {
	margin: 0;
	color: #5a544e;
	font-size: 18px;
	font-weight: bold;
}
.voice_list {
	width: 72%;
	margin: 0 auto 20px;
	overflow: hidden;
}
.voice_user {
	width: 48%;
	position: relative;
display: inline-block;
margin: 1.5em 0 0;
padding: 20px 20px;
min-width: 120px;
max-width: 100%;
color: #555;
font-size: 16px;
background: #f5f6bf;
border-radius: 15px;
line-height: 1.7;
text-align: left;
float: left;
}
.voice_user:before {
  content: "";
  position: absolute;
  top: 35%;
  left: -12px;
  margin-left: -12px;
  border: 12px solid transparent;
  border-right: 12px solid #f5f6bf;
}
.voice_user p {
  margin: 0;
  padding: 0;
}
.voice_user_r {
	width: 48%;
	position: relative;
display: inline-block;
margin: 1.5em 0 0;
padding: 20px 20px;
min-width: 120px;
max-width: 100%;
color: #555;
font-size: 16px;
background: #ddf2fa;
border-radius: 15px;
line-height: 1.7;
text-align: left;
float: right;
}
.voice_user_r:before {
  content: "";
  position: absolute;
  top: 35%;
  right: -12px;
  margin-right: -12px;
  border: 12px solid transparent;
  border-left: 12px solid #ddf2fa;
}
.voice_user_r p {
  margin: 0;
  padding: 0;
}
.voice_owner {
	display: flex;
	float: right;
	justify-content: flex-end;
	align-items: center;
	margin: 0 0 3%;
}
.balloon_owner {
	width: 48%;
	position: relative;
display: inline-block;
margin: 1em 1em 0;
padding: 20px 20px;
min-width: 120px;
max-width: 100%;
color: #555;
font-size: 16px;
background: #ddf2fa;
border-radius: 15px;
line-height: 1.7;
text-align: left;
}
.balloon_owner:before {
  content: "";
  position: absolute;
  top: 35%;
  right: -12px;
  margin-right: -12px;
  border: 12px solid transparent;
  border-left: 12px solid #ddf2fa;
}
.balloon_owner p {
  margin: 0;
  padding: 0;
	font-size: 0.9rem
}
.icon_owner img {
	width:80%;
}


/*---------------------------------------------
　CONTACT
---------------------------------------------*/

/* contact form --------------------------------*/

.formBox .contact_table {
	border-collapse:collapse;
	width: 80%;
	margin: 20px auto 40px;
	font-size: 14px;
	letter-spacing: 1.5px;
	text-align: left;
}

.formBox .contact_table td{
	border:1px solid #ccc;
	padding:20px 30px;
	color:#666;
}

.formBox .contact_table th{
	width:30%;
	background-color: #eae6e4;
	color: #070503;
	border-bottom:1px solid #fff;
	text-align: left;
	padding: 20px 10px 20px 20px;
}

.formBox .contact_table th.f_ttl{
	width:30%;
	background-color: #d2f2fe;
	color: #070503;
	border-bottom:1px solid #fff;
	text-align: left;
	padding: 20px 10px 20px 20px;
}

.formBox .contact_table th.first{
	border-top:1px solid #eae6e4;
}

.formBox .contact_table th.last{
	border-bottom:1px solid #eae6e4;
}

.formBox .contact_table th:first-child{
	border-top:1px solid #eae6e4;
}

.formBox .contact_table th:last-child{
	border-bottom:none;
}

.formBox .contact_table td.f_ttl{
	background-color: #eae6e4;
	color: #070503;
}

.formBox ul{
	width: 535px;
	margin: 30px auto 60px;
}

.formBox li.input_btn{
	float: left;
	padding-left: 30px;
}
.formBox textarea {
	width: 490px;
}
.formBox textarea::-webkit-input-placeholder {
 font-weight: normal;
 color: #777;
}
.formBox textarea::-moz-placeholder {
  font-weight: normal;
	 color: #777;
}

p.error_messe {
    color: red;
    margin: 5px 0;
}

.formBox .inputBtn, .formBox .btnBack, .formBox .btn_reset, .formBox .btnSend{
	width: 340px;
    margin: 40px auto 0;
    text-align: center;
		border:1px solid #28aad6;
		cursor:pointer;
}

.btnConfilm { padding:7% 40%; color:#28aad6;  border: 0 none; background:#fff;}
.btnConfilm:hover {cursor:pointer; opacity:0.7;}

.btnBack {padding:2% 10%; color:#28aad6; border: 0 none; margin-right:40px;}
.btnBack:hover{cursor:pointer; opacity:0.7;}

.btn_reset {padding:2% 10%; color:#28aad6; border: 0 none;}
.btn_reset:hover{cursor:pointer; opacity:0.7;}

.btnSend {padding:2% 10%; color:#28aad6; border: 0 none;}
.btnSend:hover{cursor:pointer; opacity:0.7;}



/*---------------------------------------------
  pankuzu{
---------------------------------------------*/

#pankuzuArea {
	width: 100%;
	border-top: 1px solid #f3fe93;
	padding: 5px 0 3px;
	overflow: hidden;
	font-size: 14px;
}

.pankuzu {
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
}
.pankuzu li {
	float: left;
	padding: 0 20px 0 0;
}

.pankuzu span {
	padding: 0 0 0 30px;
}



/*---------------------------------------------
　footer{
---------------------------------------------*/

#footer{
  width: 100%;
	background: #f7f7f7;
	font-size: 14px;

}

#footer #footerBox {
  width: 1000px;
  margin: 0 auto;
	padding: 40px 0 52px;
	overflow: hidden;
}

#footer #footerBox .logoBox {
  color: #6d6969;
  width: 100%;
	font-size: 92%;
}

#footer #footerBox .foot_logo {
	margin: 0 0 20px;
}
#footer #footerBox .btn_contact {
	width: 100%;
	margin: 2% 0 0 0;
}
.btn_contact img {
		box-shadow:		1px 2px 3px #cecece;
}


#copyright {
	background: #94d1e7;
	font-size: 12px;
	color: #fff;
	text-align:center;
	padding: 16px 0;
}


/*---------------------------------------------
　pagetop
---------------------------------------------*/

.pagetop {
	display: none;
	position: fixed;
	bottom: 60px;
	right: 24px;
	border: 1px solid #28aad6;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	font-size: 12px;
	line-height: 38px;
}
.pagetop a {
	transition: 0.3s;
}
.pagetop a:hover {
	text-decoration: none;
	-webkit-transform: translate(0,-8px);
			-moz-transform: translate(0,-8px);
			-ms-transform: translate(0,-8px);
			-o-transform: translate(0,-8px);
			transform: translate(0,-8px);
}


/*---------------------------------------------
  Media Queries
---------------------------------------------*/

#contents::after {
  content: "";
  display: block;
  clear: both;
}

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



/* 768px以下 */
@media only screen and (max-width: 768px) {
	#contents {
		width: auto;
	}
	.container {
		width: auto;
	}
}

/* 1280px以上 */
@media only screen and (min-width: 1280px) {
	.container {
		width: 1000px;
	}
	.snapshot {
		width: 1240px;
	}
}

/* 769px〜1000px */
@media (max-width: 1000px) and (min-width: 769px) {
	.container, .inner01, #footer #footerBox {
		width: 96%;
		overflow: hidden;
	}
	#ttl {
		width: 30%;
	}
	#topNav {
		width: 60%;
	}
	#topNavBox {
		margin: 3% 0 0;
	}
	#topNavBox li {
		margin: 0 5% 0 0;
		font-size: 0.75rem;
	}

	#pankuzuArea {
		padding: 1% 2%;
	}

}


/*  menu */
/* 767px以下 */
@media only screen and (max-width: 768px) {
    .hidden-sm{
        display:none;
    }
    .visible-sm{
        display:block;
    }
}
/* 768px以上 */
@media only screen and (min-width: 769px) {
    .hidden-sm{
        display:block;
    }
    .visible-sm{
        display:none;
    }
}

/* 768px以下 */
@media only screen and (max-width: 768px) {
	#wrapper {
		background: url("../images/common/bg_02_sp.png") no-repeat center top;
		background-size: contain;
		overflow: hidden;
	}
   #header,
    .container {
        width: 100%;
        padding: 0;
    }
    #top-head {
        top: 0;
        position: fixed;
        margin-top: 0;
    }
    /* Fixed reset */
    #header.fixed {
        padding-top: 0;
        background: transparent;
    }
    #mobile-head {
        background: #fff;
        width: 100%;
        height: 56px;
        z-index: 999;
        position: relative;
    }
		#header {
				position:relative;
		}
    #header #logo {
				width: 44%;
        margin: 16px auto 8px;
				float: none;
				text-align: center;
    }
		#header .cap {
				width: 100%;
        margin: 8px;
				font-size: 10px;
				text-align: center;
    }
		#header .tel {
				position:absolute;
				top: 24px;
				right: 20px;
				width: 25%;
		}
    #topNav {
        width: 100%;
				float: none;
        text-align: center;
    }
		#topNav #topNavBox {
				display: none;
		}
		#logo_sp {
				display: block;
				width: 48%;
				margin: 0 auto;
		}


 /* Toggle Button */
 #nav-toggle {
     display: none;
     position: absolute;
     right: 12px;
     top: 36px;
     width: 34px;
     height: 36px;
     cursor: pointer;
     z-index: 101;
 }
 #nav-toggle div {
     position: relative;
 }
 #nav-toggle span {
     display: block;
     position: absolute;
     height: 4px;
     width: 100%;
     background: #28aad6;
     left: 0;
     -webkit-transition: .35s ease-in-out;
     -moz-transition: .35s ease-in-out;
     transition: .35s ease-in-out;
 }
 #nav-toggle span:nth-child(1) {
     top: 0;
 }
 #nav-toggle span:nth-child(2) {
     top: 11px;
 }
 #nav-toggle span:nth-child(3) {
     top: 22px;
 }

 #topNav {
		 position: absolute;
		 /* 開いてないときは画面外に配置 */
		 top: -500px;
		 background: #fff;
		 width: 100%;
		 text-align: center;
		 z-index: 101;
		 border-top: 1px solid #ececec;
		 border-bottom: 1px solid #ececec;
		 -webkit-transition: .5s ease-in-out;
		 -moz-transition: .5s ease-in-out;
		 transition: .5s ease-in-out;
 }
 #topNav #topNavBox_sp {
	 	display: block;
		 list-style: none;
		 position: static;
		 right: 0;
		 bottom: 0;
		 font-size: 1rem;
 }
 #topNav #topNavBox_sp li {
		 float: none;
		 position: static;
 }
 #header #topNav #topNavBox_sp li a,
 #header.fixed #topNav #topNavBox_sp li a {
		 width: 100%;
		 display: block;
		 color: #28aad6;
		 padding: 18px 0;
 }
 #nav-toggle {
		 display: block;
 }
 /* #nav-toggle 切り替えアニメーション */
 .open #nav-toggle span:nth-child(1) {
		 top: 11px;
		 -webkit-transform: rotate(315deg);
		 -moz-transform: rotate(315deg);
		 transform: rotate(315deg);
 }
 .open #nav-toggle span:nth-child(2) {
		 width: 0;
		 left: 50%;
 }
 .open #nav-toggle span:nth-child(3) {
		 top: 11px;
		 -webkit-transform: rotate(-315deg);
		 -moz-transform: rotate(-315deg);
		 transform: rotate(-315deg);
 }
 /* #topNav スライドアニメーション */
 .open #topNav {
		 /* #topNav top + #mobile-head height */
		 -moz-transform: translateY(578px);
		 -webkit-transform: translateY(578px);
		 transform: translateY(578px);
 }
 .menu_sp {
	 display: block;
	 color: #28aad6;
	 font-size: 0.7rem;
	 bottom: 0;
	 position: absolute;
 }

 .btn_webshop { width:100%; margin: 0 auto 12%;}

}




@media only screen and (max-width: 768px) {
	.pc {
		display: none;
	}
}

/* 769px以上 */
@media only screen and (min-width: 769px){
 .sp {
	 display: none;
 }

}


/*　contents */
/* 768px以下 */
@media only screen and (max-width: 768px) {
	#header{
		width: 100%;
		height: 40px;
		font-size: 1rem;
	  margin: 0 auto 6%;
		padding: 2% 0;
		overflow: visible;
		box-shadow: none;
		-webkit-box-shadow: none;
	}
	#ttl {
		width: 86%;
		margin: 0 0 2% 4%;
	}
.logo img {
	width: 72%;
}
	#header .container {
		width: 100%;
	}
#mainvisual {
		margin: 0 0 10%;
}
#main {
	margin: 4% auto 10%;
}
.container {
	width: 90%;
	margin: 0 auto;
}

	section {
		padding: 0 0 20px;
	}
	.inner01 {
		width: 92%;
		margin: 0 auto 20px;
		line-height: 1.8;
		font-size: 0.8rem;
		text-align: left;
	}
	.ttl01 {
		width: 96%;
		margin: 1% auto 2%;
		line-height: 1.6;
	}

	.caption {
		font-size: 0.7rem;
		margin: 0 0 20px;
	}
	.effect .caption {
		font-size: 0.7rem;
	}
	.btn {
		width: 68%;
		margin: 6% auto;
	}
	.btn_contact {
		width: 68%;
		margin: 6% auto 0;
	}
	.ttl02 {
		margin: 2% 0 4%;
		font-size: 1.3rem;
	}
	.ttl03 {
		margin: 16px 0;
		font-size: 1.0rem;
		line-height: 1.6;
	}
.ttl02_2 {
margin: 40px 0 10px;
}

.conseptArea {
	font-size: 0.9rem;
}

.itmeBox {
	display: block;
	margin: 0 0 8%;
}
.itmeBox li {
	width: 100%;
	margin: 0 0 8%;
}

.yellowWrap, .blueWrap {
	margin: 16% 0;
}

.newsArea {
	margin: 0 auto 10%;
}
.newsList li {
	margin: 0 0 6%;

}


.orderBox {
	width: 90%;
	font-size: 0.8rem;
}
.shopGuideBox {
	padding: 7%;
}
.shopGuideBox p {
	text-align: left;
	font-size: 0.8rem;
}
.guideBox th, .guideBox td {
	font-size: 0.8rem;
}
.g_contents p {
	font-size: 0.8rem;
}

	.ttlArea01 {
		margin: 8% auto;
	}
	.ttlArea02 {
		margin: 8% auto;
	}

.shopList {
	padding: 4% 6% 0;
}
.shopList li {
	margin: 0 0 14%;
}
.shopList h2 {
	line-height: 1.6;
	margin: 0 0 4%;
	padding: 0 0 2%;
}
.shopList li p {
	line-height: 1.6;
	margin: 0 0 3%;
}
.shopList .ttl_shop {
	margin: 0 0 4%;
	padding: 0 0 3%;
	line-height: 1.5;

}

.specialWrap {
	width: 94%;
	margin: 0 auto 20%;
}
.specialWrap p {
	font-size: 0.8rem;
	line-height: 1.8;
 }
 .snapWrap {
	 width: 100%;
	 margin: 20px auto 8%;
 }
.sorry {
	margin: 80px 0 120px;
}
.ttl04 {
	margin: 5% auto 0;
}

.voice_list {
	width:100%;
	margin: 0 auto;
}
.voice_user {
	width:76%;
	margin: 0 0 2em 1em;
}
.voice_user_r {
	width:72%;
	margin: 0 1em 2em 0;
}
.voice_owner {
	margin: 0 0 12%;
}
.balloon_owner {
	width:56%;
	margin: 1em 0.5em 0;
}
.balloon_owner p {
	font-size: 0.75rem;
}
.icon_owner img {
	width: 64%;
}

	#pankuzuArea {
	padding: 2% 0 2% 2%;
	font-size: 0.7em;
	}
	.pankuzu {
		width: 100%;
	}


.formBox {
	width: 100%;
}
.formBox .contact_table {
	width: 100%;
	font-size: 0.8rem;
}
.formBox .contact_table　input[type=text] {
  width: 100%;
  box-sizing: border-box;
}
.formBox textarea {
  width: 100%;
}
.formBox .contact_table th.f_ttl {
	width: 30%;
}
.formBox .contact_table td {
	width: 70%;
	padding: 2%;
}
.formBox .inputBtn, .formBox .btnBack, .formBox .btn_reset, .formBox .btnSend {
	width: 68%;
	margin: 6% auto;
	padding: 0 5%;
}

.snapshot {
  column-count: 1;
  column-gap: 0;
}
.snap_ttl_01 {
	top: 3%;
	right: 3%;
	font-size: 2.8rem;
	line-height: 1;
}
.snap_ttl_01 span {
	font-size: 0.8rem;
}
.snap_ttl_02 {
	top: 3%;
	right: 3%;
	font-size: 2.8rem;
	line-height: 1;
}
.snap_ttl_02 span {
	font-size: 0.8rem;
}

/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}


	.pagetop {
		display: none;
		position: fixed;
		bottom: 5%;
		right: 2%;
	}


/*　footer */
#footer{
	font-size: 0.7rem;
	line-height: 1.5;
	margin-top: 0px;
}

#footer #footerBox {
	width: 96%;
	margin: 0 auto;
	padding: 32px 12px;
	overflow: hidden;
}

}

/*　各パーツ */
/* 768px以下 */
@media only screen and (max-width: 768px) {


	.scroll{
	overflow: auto;　　　　/*tableをスクロールさせる*/
	white-space: nowrap;　　/*tableのセル内にある文字の折り返しを禁止*/
	}
	.scroll::-webkit-scrollbar{　　/*tableにスクロールバーを追加*/
	 height: 5px;
	}
	.scroll::-webkit-scrollbar-track{　　/*tableにスクロールバーを追加*/
	 background: #F1F1F1;
	}
	.scroll::-webkit-scrollbar-thumb {　　/*tableにスクロールバーを追加*/
 	background: #BCBCBC;
	}

}

/* 680px以下 */
@media only screen and (max-width: 680px) {

}
