@charset "utf-8"; 

/* characot : layout.css */

/* common
=========================================================================== */
 
html {
  font-size: 62.5%;
  box-sizing: border-box;
}
body {
  color: #000;
  font-family: "游ゴシック",YuGothic,"メイリオ",sans-serif;
  font-size: 1.3em;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
}
*, *:before, *:after {
  box-sizing: border-box;
}
a:link {
  color: #000;
  text-decoration: none;
}
a:visited {
  color: #000;
}
a:hover, a:active {
  color: #000;
  text-decoration: underline;
}
img {
  vertical-align: bottom;
}
/* スマホ用コンテンツ非表示 */
.smt {
  display: none;
}

/* module
=========================================================================== */

/* box block */
.flex {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.flexWrap {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flexCenter {
  -webkit-align-items: center;
  align-items: center;
}
.block { display: block; }
.iblock { display: inline-block; }
.tblock { display: table; }
/* アイコン共通 */
.icon {
  padding-left: 15px;
  position: relative;
}
.icon::before,
.icon::after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  left: 0;
  vertical-align: middle;
}
.iconArrow02::after,
.iconArrow03::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* 三角右 */
.iconArrow01::before {
  width: 0;
  height: 0;
  margin-top: -5px;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  border-color: transparent #999;
}
/* くの字丸 */
.iconArrow02::before {
	width: 13px;
	height: 13px;
	margin-top: -5px;
	border-radius: 50%;
	background: #000;
}
.iconArrow02::after {
	width: 6px;
	height: 6px;
	margin-top: -2px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	left: 3px;
}
/* くの字太 */
.iconArrow03 {
  padding: 0 25px 0 0;
}
.iconArrow03::after {
	width: 13px;
	height: 13px;
  margin-top: -5px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
  left: inherit;
  right: 13px;
}
/* テキスト */
.tal { text-align: left; }
.tac { text-align: center; }
.tar { text-align: right; }
.nline:hover { text-decoration: none; }
.uline { text-decoration: underline; }
.txtCaution { color: #f00; }
/* ボタン */
.button {
  width: 285px;
  margin: 0 auto;
  padding: 0;
  background: #ffaf3c;
  border-radius: 8px;
}
.button button[type="submit"] {
  width: 100%;
  margin-right: -25px;
  padding: 22px 0 22px 0;
  border: none;
  background: none;
  cursor: pointer;
  color: #444;
  display: inline-block;
  font-size: 2.1rem;
  font-weight: bold;
  position: relative;
  z-index: 1;
}
.button:hover {
  background: #fed08b;
}
.hover {
	-webkit-transition: 0.2s;
	transition: 0.2s;
}
.hover:hover {
	opacity: 0.7;
	filter: alpha(opacity=50);
}
/* リスト */
.ul,
.ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* フォーム */
input, select, button {
	font-family: "游ゴシック",YuGothic,"メイリオ",sans-serif;
  vertical-align: middle;
}

/* template
=========================================================================== */

.bgBlue {
  padding: 28px 0;
  background: #dbeef6;
  border-bottom: 2px solid #fff;
  border-top: 2px solid #fff;
  outline: 2px dotted #ddd;
}
.comTitle01 {
  border-bottom: 2px dotted #ddd;
  font-size: 2.8rem;
  font-weight: normal;
}
.comTitle02 {
  margin-bottom: 10px;
  color: #28a7e1;
  font-size: 1.8rem;
}
.table {
  width: 100%;
  border-bottom: 1px solid #ddd;
}
.table th {
  background: #ecf7fc;
  border-top: 1px solid #ddd;
  font-size: 1.4rem;
  font-weight: normal;
  vertical-align: top;
}
.table td {
  border-top: 1px solid #ddd;
}

/* header
=========================================================================== */

.globalNavi a {
  display: block;
  text-decoration: none;
}

/* breadcrumbles
=========================================================================== */

.breadcrumbles {
  margin-bottom: 20px;
  padding: 10px 0;
  background: #f7f7f7;
  color: #555;
  letter-spacing: -.4em;
}
.breadcrumbles li {
  display: inline-block;
  font-size: 1.1rem;
  letter-spacing: 0;
}
.breadcrumbles li:not(:last-child)::after {
  padding: 0 8px;
  content: ">";
  color: #f59600;
}

/* container
=========================================================================== */

.contentsInner {
  padding: 0 20px;
}

/* footer
=========================================================================== */

.ftrContact {
  background: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 8px;
  color: #777;
}
.ftrContact h2 {
  font-size: 1.6rem;
}
.ftrTel {
  background: url(../img/icon_tel.svg) no-repeat left center;
}
.ftrTel dd {
  font-size: 1.5rem;
  font-family: "游ゴシック",YuGothic,"メイリオ",sans-serif;
}
.ftrTel b {
  font-size: 2.1rem;
}
.ftrNet {
  background: url(../img/icon_net.svg) no-repeat 45px center;
}
.ftrNet a {
  margin-top: 8px;
  padding: 5px 15px 5px 30px;
  border: 1px solid #999;
  border-radius: 30px;
  color: #777;
  display: inline-block;
}
.ftrNet a:hover {
  background: #fff;
}
.ftrNet a::before {
  margin-left: 15px;
}
.pr {
  margin-bottom: 25px;
}
.goods {
  margin-bottom: 65px;
}
.snsTitle {
  margin: 0 auto 15px;
  color: #999;
	text-align: center;
  font-size: 1.1rem;
  font-weight: normal;
	position: relative;
}
.snsTitle span {
	margin: 0 2.5em;
	padding: 0 1em;
	background-color: #fff;
	display: inline-block;
	text-align: left;
	position: relative;
	z-index: 2;
}
.snsTitle::before {
	width: 100%;
	height: 1px;
  border-bottom: 1px dotted #999;
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	z-index: 1;
}
.instagram {
  padding-bottom: 30px;
  display: block;
  letter-spacing: -.4em;
}
.instagram img,
.instagram p {
  display: inline-block;
  text-align: left;
  letter-spacing: 0;
  vertical-align: middle;
}
.instagram p {
  margin: 0 5px 0 10px;
  color: #999;
  font-size: 1.1rem;
}
.sns {
  padding-bottom: 45px;
  letter-spacing: -.4em;
}
.sns li {
  padding: 0 8px;
  display: inline-block;
  letter-spacing: 0;
}
.address {
  color: #777;
  line-height: 1.8;
}
.address p:first-child img {
  margin-bottom: 15px;
}
.address small {
  padding: 20px 0;
  color: #999;
  display: block;
  font-size: 1.1rem;
}
.pageTop {
	padding: 0;
	display: block;
	position: fixed;
	bottom: 10px;
	right: 10px;
	z-index: 4;
}
.pageTop a {
	width: 76px;
	height: 76px;
  padding-top: 13px;
	background-color: rgba(158,158,158,0.70);
	border-radius: 76px;
	display: block;
}
.licensee {
  padding-top: 50px;
  text-align: center;
}

/* clearfix
=========================================================================== */

.cf::after, #header::after, .contentsInner::after, footer::after {
  content: "";
  clear: both;
  display: block;
}

/* Media Queries - PC
=========================================================================== */

@media print, screen and (min-width: 769px) {
body {
  min-width: 980px;
}
.w980 {
  width: 980px;
  margin: 0 auto;
}
#header .w980 {
  height: 105px;
}
/* template */
.comTitle01 {
  width: 980px;
  margin: 0 auto 25px;
  padding: 25px 0 10px;
}
/* header */
.globalNavi{
  margin-right: -190px;
	display: block !important;
}
.globalNavi li {
  padding: 12px 15px 0;
  display: table-cell;
  font-size: 1.4rem;
}
.globalNavi a {
  padding-bottom: 8px;
  border-bottom: 2px solid #fff;
  color: #666;
}
.globalNavi .active,
.globalNavi a:hover {
  border-bottom: 2px solid #28a7e1;
  color: #28a7e1;
}
/* footer */
.ftrContact {
  width: 950px;
  margin: 65px auto 25px;
  padding: 35px 85px;
}
.ftrContact h2 {
  padding: 30px 55px 30px 0;
  background: url(../img/icon_contact.png) no-repeat right center;
}
.ftrTel {
  padding-left: 58px;
}
.ftrNet {
  padding: 8px 0 8px 110px;
  border-left: 1px dotted #aaa;
}
.snsTitle {
  width: 505px;
}
.instagram {
  width: 505px;
  margin: 0 auto;
}
.banner a {
  padding: 0;
}
.banner a::after {
  border: none;
}
.licensee {
  margin-bottom: -40px !important;
}
} /* PC */

/* Media Queries - 768px
=========================================================================== */

@media screen and (max-width: 768px){
.pc {
  display: none;
}
.smt {
  display: block;
}
body img {
  max-width: 100%;
  height: auto;
}
.w980 {
  padding: 0 10px;
}
.button {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  background: #ffaf3c;
  border-radius: 8px;
}
.button input[type="button"] {
  width: 100%;
}
/* template */
.comTitle01 {
  padding: 5px 10px;
  margin-bottom: 20px;
}
.table {
  border: none;
}
.table th {
  margin: 0 -10px;
  padding: 12px 15px;
  display: block;
  text-align: left;
}
.table td {
  margin: 0 -10px;
  padding-bottom: 20px;
  display: block;
}
.table td {
  margin-bottom: -1px;
  border-bottom: 1px solid #ddd;
}
/* header */
#header .w980 {
  display: block;
}
#header {
  height: 70px;
}
.btnMenu {
  margin-top: 7px;
  float: right;
	z-index: 999;
  position: relative;
}
.logo {
  width: 164px;
  height: 20px;
  padding: 25px 0 0 5px;
  float: left;
}
.globalNavi {
	width: 100%;
	display: none;
  font-size: 1.4rem;
  text-align: center;
 	position: fixed;
	top: 0;
	left: 0;
  z-index: 9;
}
.globalNavi ul {
  margin-top: 70px;
}
.globalNavi li a {
  padding: 15px 0;
  background: #effaff;
  border-top: 1px solid #28a7e1;
  color: #0d87bf;
  position: relative;
}
.globalNavi li a::after {
  margin-top: -7px;
  content: url(../img/icon_gnavi.svg);
  position: absolute;
  top: 50%;
  right: 10px;
}
.globalNavi .btnSlide {
  padding: 10px 0;
  background: #28a7e1;
  color: #fff;
  cursor: pointer;
  position: relative;
}
.globalNavi .btnSlide::before {
  margin-right: 5px;
  content: url(../img/icon_close.svg);
}
/* footer */
.ftrContact {
  margin: 30px 0;
  padding: 15px 15px 10px;
  display: block;
}
.ftrContact h2 {
  padding-bottom: 10px;
}
.ftrContact dl {
  display: inline-block;
}
.ftrTel {
  padding: 0 15px 0 45px;
  background-size: 33px 36px;
}
.ftrNet {
  width: 100%;
  margin-top: 10px;
  padding: 8px 0 8px 45px;
  background-position: 0;
  background-size: 35px 30px;
  border-top: 1px dotted #aaa;
}
.banner img {
	display: none;
}
.banner a:before {
	content: attr(data-label);
  position: inherit;
  top: 0;
}
.banner a {
	padding: 20px 20px 20px 0;
	background: #f95800;
  border-radius: 5px;
	color: #fff;
	display: block;
  font-size: 1.5rem;
}
.address .smt {
  margin-top: 20px;
}
.licensee {
  padding-top: 30px;
}
} /* 768px */

/* Media Queries - 568px
=========================================================================== */

@media screen and (max-width: 568px){
/* footer */
.ftrContact h2 {
  padding-bottom: 15px;
}
} /* 568px */

/* Media Queries - 320px
=========================================================================== */

@media screen and (max-width: 320px){
.ftrTel {
  padding: 0 15px 0 37px;
  background-size: 28px 31px;
}
.ftrNet {
  padding: 8px 0 8px 37px;
  background-size: 30px 25px;
}
} /* 320px */