@charset "UTF-8";

/*----------------------------------------

	- common
	- pc（1181px?）
	- sp（?767px）

-----------------------------------------*/

/*----------------------------------------
	common
-----------------------------------------*/

@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);

body {
  background-color: #ffffff;
  color: #333333;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
}

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

.pc_only {
  display: block;
}

.sp_only {
  display: none;
}

.fb-plugin {
  width: 500px;
  margin: 0 auto;
}

.fb-plugin .fb-page {
  width: 100%;
}

/*	link
-----------------------------------------*/

a {
  outline: none;
}

a:focus,
*:focus {
  outline: none;
}

a:link,
a:visited {
  color: #333333;
  text-decoration: none;
}

a:hover,
a:active {
  color: #333333;
  text-decoration: underline;
}

.btn01 a:link,
.btn01 a:visited {
  display: block;
  padding: 12px 0;
  color: #ffffff;
  text-decoration: none !important;
  transition: 0.5s;
  background: #1f6abd;
  text-align: center;
  line-height: 1.0;
  border-radius: 20px;
}

.btn02 a:link,
.btn02 a:visited {
  display: block;
  padding: 24px 0;
  color: #ffffff;
  text-decoration: none !important;
  transition: 0.5s;
  background: #d82a1b;
  text-align: center;
  line-height: 1.0;
  border-radius: 5px;
}

.btn01 a:hover,
.btn01 a:active,
.btn02 a:hover,
.btn02 a:active {
  color: #ffffff;
  text-decoration: none !important;
  opacity: 0.5;
}

.btn01 a span,
.btn02 a span {
  padding-right: 20px;
  background: url(../img/common_arrow01.png) no-repeat right center;
  -webkit-background-size: 8px 14px;
  -moz-background-size: 8px 14px;
  -ms-background-size: 8px 14px;
  background-size: 8px 14px;
}

/*	color
-----------------------------------------*/

/*	layout
-----------------------------------------*/

#wrapper {
  width: 1180px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
}

.layout_1180 {
  width: 1180px;
  margin: auto;
  text-align: left;
}

/*	header
-----------------------------------------*/

header {
  width: 1180px;
  position: fixed;
  top: 0;
  z-index: 1000;
  background: #ffffff;
  border-bottom: solid 1px #e3e3e3;
}

header h1 {
  display: block;
  float: left;
  margin-top: 7px;
  margin-left: 20px;
}

header h1 a:link,
header h1 a:visited {
  display: block;
  width: 186px;
  height: 46px;
  background: url(../img/common_logo01.png) no-repeat left top;
}

header h1 img {
  display: none;
}

header div {
  float: right;
}

header div ul#gnav {
  padding-right: 60px;
}

header div ul#gnav li {
  float: left;
  position: relative;
}

header div ul#gnav li img {
  display: none;
}

header div ul#gnav li a:link,
header div ul#gnav li a:visited {
  display: block;
}

header div ul#gnav li a:hover,
header div ul#gnav li a:active {
  opacity: 0.5;
}

header div ul#gnav li:nth-child(1) a:link,
header div ul#gnav li:nth-child(1) a:visited {
  width: 60px;
  height: 60px;
  background: url(../img/common_gnav01.png) no-repeat left top;
}

header div ul#gnav li:nth-child(2) a:link,
header div ul#gnav li:nth-child(2) a:visited {
  width: 86px;
  height: 60px;
  background: url(../img/common_gnav06.png) no-repeat left top;
}

header div ul#gnav li:nth-child(3) a:link,
header div ul#gnav li:nth-child(3) a:visited {
  width: 94px;
  height: 60px;
  background: url(../img/common_gnav02.png) no-repeat left top;
}

header div ul#gnav li:nth-child(4) a:link,
header div ul#gnav li:nth-child(4) a:visited {
  width: 82px;
  height: 60px;
  background: url(../img/common_gnav03.png) no-repeat left top;
}

header div ul#gnav li:nth-child(5) a:link,
header div ul#gnav li:nth-child(5) a:visited {
  width: 106px;
  height: 60px;
  background: url(../img/common_gnav07.png) no-repeat left top;
}

header div ul#gnav li:nth-child(6) a:link,
header div ul#gnav li:nth-child(6) a:visited {
  width: 86px;
  height: 60px;
  background: url(../img/common_gnav04.png) no-repeat left top;
}

header div ul#gnav li:nth-child(7) a:link,
header div ul#gnav li:nth-child(7) a:visited {
  width: 90px;
  height: 60px;
  background: url(../img/common_gnav05_pc.png) no-repeat left top;
}

header div ul#gnav li:nth-child(8) a:link,
header div ul#gnav li:nth-child(8) a:visited {
  width: 90px;
  height: 60px;
  background: url(../img/common_gnav05_2_pc.png) no-repeat left top;
}

header div ul#gnav li ul {
  float: none;
  padding-left: 0;
  position: absolute;
  top: 60px;
  left: -20px;
  visibility: hidden;
  opacity: 0;
}

header div ul#gnav li ul li {
  float: none;
}

header div ul#gnav li ul li:nth-child(1),
header div ul#gnav li ul li:nth-child(2),
header div ul#gnav li ul li:nth-child(3),
header div ul#gnav li ul li:nth-child(4),
header div ul#gnav li ul li:nth-child(5),
header div ul#gnav li ul li:nth-child(6),
header div ul#gnav li ul li:nth-child(7),
header div ul#gnav li ul li:nth-child(8) {
  width: 100%;
  margin: 0;
}

header div ul#gnav li:hover ul {
  top: 0;
  visibility: visible;
  opacity: 1;
  top: 60px;
  opacity: 1.0;
}

header div ul#gnav li:hover ul li a:link,
header div ul#gnav li:hover ul li a:visited {
  display: block;
  width: 134px;
  height: auto;
  margin-bottom: 2px;
  margin-left: 0;
  padding: 10px 0;
  color: #333333;
  text-decoration: none;
  background: #ffffff;
  text-align: center;
}

header div ul#gnav li:hover ul li a:hover,
header div ul#gnav li:hover ul li a:active {
  color: #333333;
  text-decoration: none;
}

/*	nav
-----------------------------------------*/

.drawer-nav {
  width: 100%;
  padding-top: 80px;
  box-sizing: border-box;
  background: #363636 !important;
}

.drawer-menu {
  display: block;
  width: 100%;
  margin: 0 auto !important;
}

.drawer-menu dt {
  padding-bottom: 40px;
}

.drawer-menu dt ul li {
  float: left;
  width: 16.6%;
}

.drawer-menu dt a:link,
.drawer-menu dt a:visited {
  display: block;
  text-align: center;
  color: #ffffff;
  letter-spacing: 3px;
  text-decoration: none;
  transition: 0.5s;
}

.drawer-menu dt a:hover,
.drawer-menu dt a:active {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.5;
}

.drawer-menu dd ul li {
  float: left;
  width: 33.3%;
  border-right: solid 1px #e3e3e3;
  border-bottom: solid 1px #e3e3e3;
  box-sizing: border-box;
}

.drawer-menu dd ul li:nth-child(3n) {
  border-right: none;
}

.drawer-menu dd ul li:nth-child(4),
.drawer-menu dd ul li:nth-child(5),
.drawer-menu dd ul li:nth-child(6) {
  border-bottom: none;
}

.drawer-menu dd ul li a:link,
.drawer-menu dd ul li a:visited {
  display: block;
  text-decoration: none;
  text-align: center;
  transition: 0.5s;
  box-sizing: border-box;
}

.drawer-menu dd ul li a:hover,
.drawer-menu dd ul li a:active {
  text-decoration: none;
  opacity: 0.5;
}

.drawer-menu dd ul li span {
  width: 100%;
  display: block;
  padding: 7px 0;
  color: #ffffff;
  letter-spacing: 3px;
  background: #1f6abd;
}

/*	title01
-----------------------------------------*/

#title01 {
  padding: 100px 0 37px;
  background: url(../img/common_bg01.jpg) no-repeat center top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
}

#title01 h2 {
  display: block;
  width: 380px;
  margin: 0 auto;
  line-height: 0;
}

/*	content
-----------------------------------------*/

#pankuzu {
}

#content {
  padding: 40px 0 160px;
}

/*	template
-----------------------------------------*/

.template .stit01 {
  margin-top: 80px;
  padding: 30px 0;
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1.0;
  letter-spacing: 1px;
  border-top: solid 1px #e3e3e3;
  border-bottom: solid 1px #e3e3e3;
  text-align: center;
}

.template .stit02 {
  margin-top: 40px;
  padding: 10px 20px;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 1px;
  background: #fbfbfb;
}

.template .stit03 {
  margin-top: 40px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 1px;
}

.template p {
  line-height: 2.0;
}

.template em {
  display: block;
  font-weight: 500;
  color: #d82a1b;
}

.template ul.list01 {
  line-height: 2.0;
}

.template ul.list02 {
  line-height: 2.0;
}

.template ul.list02 li span {
  color: #999999;
}

.template p.link01 a:link,
.template p.link01 a:visited {
  color: #1f6abd;
  text-decoration: none;
}

.template p.link01 a:hover,
.template p.link01 a:active {
  color: #1f6abd;
  text-decoration: underline;
}

.template div.column01,
.template div.column02 {
  width: 100%;
  margin-top: 80px;
}

.template div.column01 img {
  float: left;
  width: 550px;
}

.template div.column01 div {
  float: right;
  width: 550px;
}

.template div.column02 img {
  float: left;
  width: 340px;
}

.template div.column02 div {
  float: right;
  width: 760px;
}

.template div.column01.column01_l img,
.template div.column02.column02_l img {
  float: right;
}

.template div.column01.column01_l div,
.template div.column02.column02_l div {
  float: left;
}

.template .btn_size01 {
  width: 250px;
  margin: 0 auto;
}

/*	instagram
-----------------------------------------*/

#instagram {
  width: 100%;
  padding: 80px 0;
  background: #ffffff;
}

#instagram em {
  display: block;
  width: 214px;
  margin: 0 auto;
  padding-bottom: 30px;
}

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

#pagetop {
  width: 100%;
  background: #ffffff;
  border-top: solid 1px #e3e3e3;
}

#pagetop a:link,
#pagetop a:visited {
  display: block;
  padding: 13px 0;
  transition: 0.5s;
}

#pagetop a:hover,
#pagetop a:active {
  opacity: 0.5;
}

#pagetop span {
  display: block;
  width: 35px;
  margin: 0 auto;
}

footer {
  width: 100%;
  padding: 15px 0 25px;
  background: #404040;
}

footer #footer_l {
  float: left;
}

footer #footer_l p#footer_l_logo01 {
  width: 186px;
}

footer #footer_l p.footer_l_text01 {
  padding-top: 10px;
  line-height: 2.0;
  color: #ffffff;
}

footer #footer_l p.footer_l_btn01 {
  width: 160px;
  margin-top: 15px;
  font-size: 13px;
  font-size: 1.3rem;
}

footer #footer_l p.footer_l_btn01 a:link,
footer #footer_l p.footer_l_btn01 a:visited {
  border-radius: 0 !important;
}

footer #footer_l ul {
  margin-top: 10px;
}

footer #footer_l ul li {
  float: left;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.0;
  padding-right: 10px;
  margin-right: 10px;
  border-right: solid 1px #999999;
}

footer #footer_l ul li:last-child {
  padding-right: 0;
  margin-right: 0;
  border-right: none;
}

footer #footer_l a:link,
footer #footer_l a:visited {
  color: #ffffff;
  text-decoration: none;
}

footer #footer_l a:hover,
footer #footer_l a:active {
  color: #ffffff;
  text-decoration: underline;
}

footer #footer_r {
  float: right;
  width: 500px;
}

footer #footer_r ul {
  float: right;
  padding-top: 13px;
}

footer #footer_r ul li {
  display: inline-block;
  width: 34px;
  padding-left: 10px;
  transition: 0.5s;
}

footer #footer_r ul li:hover {
  opacity: 0.5;
}

#copyright {
  width: 100%;
  padding: 10px 0;
  background: #363636;
}

#copyright p {
  text-align: center;
  font-size: 10px;
  font-size: 1.0rem;
  line-height: 1.0;
  letter-spacing: 2px;
  opacity: 0.5;
  color: #ffffff;
}

/*----------------------------------------
	pc（1181px?）
-----------------------------------------*/
@media only screen and (min-width: 1181px) {

/*	header
-----------------------------------------*/

header {
  width: 100%;
}

/*	layout
-----------------------------------------*/

#wrapper {
  width: 100%;
}
}

/*----------------------------------------
	sp（?767px）
-----------------------------------------*/
@media only screen and (max-width: 767px) {

/*----------------------------------------
	common
-----------------------------------------*/
.pc_only {
  display: none;
}

.sp_only {
  display: block;
}

.fb-plugin {
  width: 300px;
  margin: 0 auto;
}

.fb-plugin .fb-page {
  width: 300px;
}

/*	layout
-----------------------------------------*/

#wrapper {
  width: 100%;
}

.layout_1180 {
  width: 90%;
}

/*	header
-----------------------------------------*/

header {
  width: 98%;
  background: #ffffff;
}

header h1 {
  width: 40%;
  padding-top: 0;
  padding-left: 0;
}

header h1 a:link,
header h1 a:visited {
  width: 100%;
  height: auto;
  background: none;
}

header h1 img {
  display: block;
}

header div {
  width: 50%;
}

header div ul#gnav {
  padding-right: 0;
}

header div ul#gnav li:nth-child(1),
header div ul#gnav li:nth-child(2),
header div ul#gnav li:nth-child(3),
header div ul#gnav li:nth-child(4),
header div ul#gnav li:nth-child(5),
header div ul#gnav li:nth-child(6) {
  display: none;
}

header div ul#gnav li:nth-child(7) {
  width: 35%;
  margin-left: 0;
}

header div ul#gnav li:nth-child(7) img {
  display: block;
}

header div ul#gnav li:nth-child(8) {
  width: 35%;
  margin-left: 0;
}

header div ul#gnav li:nth-child(8) img {
  display: block;
}

header div ul#gnav li:nth-child(7) a:link,
header div ul#gnav li:nth-child(7) a:visited {
  width: 100%;
  height: auto;
  margin-left: 0;
  background: none;
}

header div ul#gnav li:nth-child(8) a:link,
header div ul#gnav li:nth-child(8) a:visited {
  width: auto;
  height: auto;
  margin-left: 0;
  background: none;
}

/*	nav
-----------------------------------------*/

.drawer-nav {
  width: 100%;
  padding-top: 12%;
}

.drawer-menu dt {
  padding-bottom: 5%;
}

.drawer-menu dt ul li {
  float: none;
  width: 100%;
}

.drawer-menu dt a:link,
.drawer-menu dt a:visited {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: 2px;
  padding: 5px 0;
}

.drawer-menu dd ul li {
  float: left;
  width: 50%;
  border-right: solid 1px #e3e3e3;
  border-bottom: solid 1px #e3e3e3;
  box-sizing: border-box;
}

.drawer-menu dd ul li:nth-child(2n) {
  border-right: none;
}

.drawer-menu dd ul li:nth-child(4),
.drawer-menu dd ul li:nth-child(5),
.drawer-menu dd ul li:nth-child(6) {
  border-bottom: solid 1px #e3e3e3;
}

.drawer-menu dd ul li span {
  padding: 5px 0;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: 2px;
}

/*	title01
-----------------------------------------*/

#title01 {
  padding: 20% 0 6%;
}

#title01 h2 {
  width: 90%;
}

/*	content
-----------------------------------------*/

#pankuzu {
  font-size: 12px;
  font-size: 1.2rem;
}

#content {
  padding: 5% 0 10%;
}

/*	template
-----------------------------------------*/

.template .stit01 {
  margin-top: 10%;
  padding: 10px 0;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: normal;
}

.template .stit02 {
  margin-top: 10%;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: normal;
}

.template .stit03 {
  margin-top: 10%;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: normal;
}

.template div.column01,
.template div.column02 {
  margin-top: 10%;
}

.template div.column01 img,
.template div.column02 img {
  float: none;
  width: 100%;
}

.template div.column01 div,
.template div.column02 div {
  float: none;
  width: 100%;
  padding-top: 5%;
}

.template div.column01.column01_l img,
.template div.column02.column02_l img,
.template div.column01.column01_l div,
.template div.column02.column02_l div {
  float: none;
}

.template .btn_size01 {
  width: 100%;
}

/*	instagram
-----------------------------------------*/

#instagram {
  padding: 40px 0;
}

#instagram em {
  width: 50%;
  padding-bottom: 20px;
}

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

#pagetop {
}

#pagetop a:link,
#pagetop a:visited {
  padding: 10px 0;
}

footer {
  padding: 20px 0;
}

footer #footer_l {
  float: none;
}

footer #footer_l p#footer_l_logo01 {
  display: block;
  width: 45%;
  margin: 0 auto;
}

footer #footer_l p.footer_l_text01 {
  padding-top: 10px;
  font-size: 13px;
  font-size: 1.3rem;
  color: #ffffff;
}

footer #footer_l p.footer_l_btn01 {
  width: 50%;
  margin-top: 10px;
}

footer #footer_l ul {
  margin-top: 10px;
  text-align: center;
}

footer #footer_l ul li {
  display: inline-block;
  float: none;
  font-size: 10px;
  font-size: 1.0rem;
  line-height: 1.5;
  padding-right: 10px;
  margin-right: 10px;
  border-right: solid 1px #999999;
}

footer #footer_l ul li:last-child {
  padding-right: 0;
  margin-right: 0;
  border-right: none;
}

footer #footer_l a:link,
footer #footer_l a:visited {
  color: #ffffff;
  text-decoration: none;
}

footer #footer_l a:hover,
footer #footer_l a:active {
  color: #ffffff;
  text-decoration: underline;
}

footer #footer_r {
  float: none;
  width: 100%;
  padding-top: 20px;
  text-align: center;
}

footer #footer_r ul {
  float: none;
  padding-top: 0;
}

footer #footer_r ul li {
  padding-left: 5px;
  padding-right: 5px;
}

#copyright {
  padding: 10px 0;
}

#copyright p {
  letter-spacing: normal;
}
}
