/*
Theme Name: GLUCK 2021（gluck.bz）
Description: グルック
Author: Wintel
Author URI: http://www.wintel.co.jp
*/



* {
  margin: 0px;
  padding: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  list-style:none;
}


html {
  height: 100%;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}


body {
  color: #454545;
  background-color: #fafafa;
  font-size: 12px;
  font-family: 'Yu Mincho','游明朝','Noto Serif JP', serif;
  height: 100%;
  width: 100%;
  letter-spacing: 0.5px;
  font-feature-settings: "palt" 1;
  font-kerning: auto;
  -webkit-text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}


/* For modern browsers */
.cf:before,
.cf:after { content:""; display:table; }
.cf:after { clear:both; }

/* For IE 6/7 (trigger hasLayout) */
.cf { zoom:1; overflow: hidden; }


.nobreak {
  display: inline-block;
}


p.no-item {
  display: block;
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 5rem 0 5rem 0;
  float: none;
}


img {
  width: auto;
  height: auto;
  vertical-align:bottom;
}


.img-container {
  position: relative;
  margin: 0;
}


.img-container::before {
  padding-top: 66.66%;
  display: block;
  content: "";
}


.img-container-square::before {
  padding-top: 100%;
  display: block;
  content: "";
}


.img-container .container-inner {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}


.img-container .container-inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}


.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  margin: 0;
  overflow: hidden;
}

.video-container iframe, 
.video-container object, 
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


.map-container {
  width: 100%;
  height: 350px;
  display: block;
  position: relative;
}

@media screen and (min-width: 481px) {
  .map-container {
    height: 500px;
  }
}


.map-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


a {
  color: #1c3c65;
  text-decoration: none;
}


a:hover {
  color: #1c3c65;
  text-decoration: underline;
}


a, button, input[type="submit"] {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}


p.go-archive {
  padding: 30px 0 0 0;
  margin: 0 auto;
  text-align: center;
}


p.go-archive a {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  height: 50px;
  padding: 0;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1em;
  color: #fff;
  text-decoration: none;
  background-color: #1c3c65;
}

@media screen and (min-width: 481px) {
  p.go-archive a {
    width: 300px;
  }
}


p.go-archive a:hover {
  opacity: 0.7;
}


p.go-archive a .fa {
  margin: 0 0.3em;
}


a.deactivated {
  text-decoration: none;
  pointer-events: none;
  cursor: default;
}


@media screen and (min-width: 769px) {
  a[href^="tel:"] {
    text-decoration: none;
    pointer-events: none;
    cursor: default;
  }
}



/* BG Color */

.bgcl_fff { background-color:#fff; }
.bgcl_f5 { background-color:#f5f5f5; }
.bgcl_f0 { background-color:#f0f0f0; }
.bgcl_e5 { background-color:#e5e5e5; }
.bgcl_000 {	background-color:#000; }
.bgcl_111 {	background-color:#111; }
.bgcl_222 {	background-color:#222; }
.bgcl_333 {	background-color:#333; }
.bgcl_444 {	background-color:#444; }
.bgcl_555 {	background-color:#555; }
.bgcl_666 {	background-color:#666; }
.bgcl_777 {	background-color:#777; }
.bgcl_888 {	background-color:#888; }



/* Font Color */

.fcl_fff { color:#fff; }
.fcl_f5 {	color:#f5f5f5; }
.fcl_f0 {	color:#f0f0f0; }
.fcl_000 { color:#000; }
.fcl_111 { color:#111; }
.fcl_222 { color:#222; }
.fcl_333 { color:#333; }
.fcl_444 { color:#444; }
.fcl_555 { color:#555; }
.fcl_666 { color:#666; }
.fcl_777 { color:#777; }
.fcl_888 { color:#888; }



/* Margin bottom */

.mb5 { margin-bottom:5px!important; }
.mb10 { margin-bottom:10px!important; }
.mb15 { margin-bottom:15px!important; }
.mb20 { margin-bottom:20px!important; }
.mb25 { margin-bottom:25px!important; }
.mb30 { margin-bottom:30px!important; }
.mb35 { margin-bottom:35px!important; }
.mb40 { margin-bottom:40px!important; }
.mb45 { margin-bottom:45px!important; }
.mb50 { margin-bottom:50px!important; }
.mb55 { margin-bottom:55px!important; }
.mb60 { margin-bottom:60px!important; }



/* Contents Styles */

.container {
	width: 100%;
	max-width: 1600px;
	height: auto;
	margin: 0 auto;
	padding: 50px 4%;
}



/* Align */

.tac { text-align: center; }
.tar { text-align: right; }



/* Font Styles */

p {
  font-size: 14px;
  line-height: 2em;
  margin-bottom: 3em;
}


p.pnom {
  margin-bottom: 0;
}


p.pnom05 {
  margin-bottom: 0.5em;
}


p.pnom1 {
  margin-bottom: 1em;
}


p.indent1em {
  text-indent: -1em;
  padding: 0 0 0 1em;
}



/* List Styles */

ul.ulnom {
  margin: 0 0 0 0.35em;
}


ul.ulnom li {
  font-size: 14px;
  line-height: 2em;
  margin: 0 0 0.5em 1em;
  list-style-image: url(img/common/lidot.png);
}


ul.ulnom1 {
  margin: 0 0 1em 0.35em;
}


ul.ulnom1 li {
  font-size: 14px;
  line-height: 1.6em;
  margin: 0 0 0.5em 1em;
  list-style-image: url(img/common/lidot.png);
}


ul.ulnom2 {
  margin: 0 0 2em 0.35em;
}


ul.ulnom2 li {
  font-size: 14px;
  line-height: 1.6em;
  margin: 0 0 0.5em 1em;
  list-style-image: url(img/common/lidot.png);
}


ol.olnom {
	margin: 0 0 0 1em;
}


ol.olnom li {
	margin: 0 0 0.5em 1em;
	font-size: 12px;
	line-height: 1.5em;
	list-style: decimal;
}


ol.olnom1 {
	margin: 0 0 1em 1em;
}


ol.olnom1 li {
	margin: 0 0 0.5em 1em;
	font-size: 12px;
	line-height: 1.5em;
	list-style: decimal;
}



/* table Styles */


table.ts01 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  table.ts01 {
    display: table;
  }
}


@media screen and (max-width: 768px) {
  table.ts01 tbody, 
  table.ts01 tr {
    display: block;
    width: 100%;
  }
}


table.ts01 tr th {
  display: block;
	width: 100%;
	height: auto;
	padding: 10px 5px 5px 5px;
	font-weight: 700;
	font-size: 14px;
	line-height: 2em;
	border-bottom: 1px dotted #999;
	text-align: left;
}

@media screen and (min-width: 769px) {
  table.ts01 tr th {
    display: table-cell;
    width: 300px;
    padding: 20px 30px;
    font-size: 14px;
    line-height: 2em;
    text-align: right;
    border-bottom: 1px dotted #999;
    vertical-align: top;
  }
}


@media screen and (min-width: 769px) {
  .formInner table.ts01 tr th {
    padding: 28px 20px;
    vertical-align: middle;
  }
}


table.ts01 tr td {
  display: block;
  width: 100%;
  height: auto;
  padding: 5px 5px 10px 15px;
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 2em;
  text-align: left;
}

@media screen and (min-width: 769px) {
  table.ts01 tr td {
    display: table-cell;
    width: auto;
    padding: 20px 30px;
    font-size: 14px;
    line-height: 2em;
    border-bottom: 1px dotted #999;
    vertical-align: top;
  }
}



/* Breadcrumbs */


.breadcrumbs {
  width: 100%;
  text-align: center;
}


.breadcrumbs ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: flex-start;
  align-content: flex-start;
  width: 100%;
  max-width: 1400px;
  padding: 10px 10px 0 10px;
  margin: 0 auto;
}

@media screen and (min-width: 481px) {
  .breadcrumbs ul {
    padding: 30px 5% 0 5%;
  }
}


.breadcrumbs ul li {
  display: inline-block;
  font-size: 11px;
  line-height: 1.5em;
  text-align: left;
}

@media screen and (min-width: 481px) {
  .breadcrumbs ul li {
    font-size: 14px;
  }
}


.breadcrumbs ul li::after {
  content: ">";
  padding-right: 0.3em;
  padding-left: 0.3em;
}


.breadcrumbs ul  li:last-child::after {
  content: "";
}


.breadcrumbs ul li a {
  color: #1c3c65;
  text-decoration: underline;
}


.breadcrumbs ul li a:hover {
  color: #1c3c65;
  text-decoration: none;
}



/* POST Layut */


.mcwrap {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 20px 10px;
  margin: 0 auto;
}

@media (min-width: 769px) {
  .mcwrap {
    padding: 20px 15px;
  }
}

@media (min-width: 1025px) {
  .mcwrap {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    /*max-width: 1400px;*/
    padding: 20px;
  }
}


.mcleft {
  width: 100%;
}

@media (min-width: 1025px) {
  .mcleft {
    width: 70%;
  }
}


@media (min-width: 1025px) {
  .mcleft-thumb {
    width: calc( 70% + 20px );
  }
}


.mcright {
  width: 100%;
  margin-top: 2rem;
}

@media (min-width: 769px) {
  .mcright {
    margin-top: 4rem;
  }
}

@media (min-width: 1025px) {
  .mcright {
    /*width: 27%;*/
    width: calc( 30% - 20px );
    margin-top: 0;
  }
}


.mcleft img, .mcright img {
  width: auto;
  max-width: 100%;
  height: auto;
}



/* POST Main */


article p {
  margin: 0 0 1.0rem 0;
}


article img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  vertical-align: baseline;
}


article img.alignleft {
  border: none;
  padding: 0;
  margin: 0.5rem 1.0rem 0.5rem 0;
  float: left;
}


article img.alignright {
  border: none;
  padding: 0;
  margin: 0.5rem 0 0.5rem 1.0rem;
  float: right;
}


article img.aligncenter {
  border: none;
  padding: 0;
  clear: both;
  display: block;
  margin: 1.0rem auto;
}


article img.alignnone {
  border: none;
  padding: 0;
  margin: 0;
}


@media (max-width: 599px) {
  article img.alignleft,  
  article img.alignright {
    float: none;
    margin: 1.0rem auto;
  }
}


.container-inner img.alignleft, 
.container-inner img.alignright {
  float: none;
  margin: 0;
}


article.post {
  background-color: #fff;
  max-width: 1200px;
  margin: 0 auto 20px;
}


.mcleft article.post {
  max-width: 100%;
  box-shadow: 0px 4px 8px #ccc;
}


article.post .eyecatch {
  text-align: center;
}


article.post .eyecatch img {
  margin: 0 auto;
}


article.post .entry {
  padding: 20px 15px;
}

@media (min-width: 481px) {
  article.post .entry {
    padding: 25px 30px;
  }
}


div.blog_info {
  padding: 0 0 0.3rem 0;
  margin: 0;
  font-size: 0.7rem;
  line-height: 1.0rem;
}


div.blog_info ul {
  margin: 0px;
  padding: 0px;
  width: 100%;
}


div.blog_info li {
  float: right;
  list-style: none;
  padding: 0px;
  margin: 0 0 0 1rem;
  text-align: right;
}


div.blog_info li:last-of-type {
  margin: 0;
}


div.blog_info li a {
  display: inline-block;
  text-decoration: none;
}


div.blog_info li a:hover {
  text-decoration: underline;
}


div.blog_info .dashicons {
  font-size: 16px;
}


.title {
  margin: 0 0 10px 0;
  padding: 0;
  font-weight: bold;
}


.title a {
  text-decoration: none;
}


.title a:hover {
  text-decoration: underline;
}



/* POST Side */


.widget-area ul {
  margin: 0;
  padding: 0;
  width: 100%;
}


.widget-area ul li.widget-container {
  list-style: none;
  min-height: 60px;
  padding: 0;
  margin: 0 0 2rem 0;
  background: transparent;
  box-shadow: 0px 4px 8px #ccc;
}

@media (min-width: 481px) {
  .widget-area ul li.widget-container {
    margin: 0 0 3rem 0;
  }
}


.widget-area h3.widget-title {
  display: table-cell;
  width: 100%;
  font-size: 12px;
  line-height: 30px;
  font-weight: bold;
  text-align: left;
  color: #fff;
  background: #1c3c65;
  padding: 0 8px 0 0;
  margin: 0;
}


.widget-area > ul > li {
  padding: 0;
  margin: 0 0 40px 0;
  list-style: none;
}


.widget-area > ul > li:last-of-type {
  margin: 0;
}


.widget-area ul li ul {
  padding: 0;
  margin: 0;
}


.widget-area ul li ul li {
  list-style: none;
  margin-top: 1px;
}


.widget-area ul li ul li.cat-item-none {
  display: none;
}


.widget-area ul li ul li a {
  width: 100%;
  height: auto;
  display: block;
  padding: 10px;
  margin: 0;
  line-height: 1.25em;
  text-align: left;
  background-color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}


.widget-area ul li ul li a:hover {
  background-color: #e7e7e7;
}


/*** Custom Menu ***/

.widget-area ul li.widget_nav_menu ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}


.widget-area ul li.widget_nav_menu ul li {
  width: calc( 100% - 2px );
  height: auto;
  margin: 1px;
  font-size: 11px;
}

@media (min-width: 769px) {
  .widget-area ul li.widget_nav_menu ul li {
    width: calc( 50% - 2px );
  }
}

@media (min-width: 1025px) {
  .widget-area ul li.widget_nav_menu ul li {
    width: calc( 100% - 2px );
  }
}


/*** Monthly Archive ***/

.widget-area ul li.widget_archive ul {
  display: table;
  padding: 10px 1%;
  margin: 1px 0 0 0;
  background-color: #fff;
}


.widget-area ul li.widget_archive ul li {
  list-style: none;
  border: none;
  display: block;
  margin: 1%;
  float: left;
}


.widget-area ul li.widget_archive ul li a {
  display: block;
  background-color: #fff;
  border: 1px solid #d5d5d5;
  padding: 0.35rem 0;
  margin: 0;
  position: relative;
  top: -1px;
  white-space: nowrap;
  font-size: 0.7rem;
  text-align: center;
  text-indent: 0;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}


.widget-area ul li.widget_archive ul li a:hover {
  border: 1px solid #d5d5d5;
  background-color: #e7e7e7;
}


.widget-area ul li.widget_archive ul li a:before {
  content: none;
  margin: 0;
}


@media (min-width: 1025px) {
  .widget-area ul li.widget_archive ul li {
    width: 31.33%;
  }
}

@media (min-width: 851px) and (max-width: 1024px) {
  .widget-area ul li.widget_archive ul li {
    width: 10.5%;
  }
}

@media (min-width: 769px) and (max-width: 850px) {
  .widget-area ul li.widget_archive ul li {
    width: 12.28%;
  }
}

@media (min-width: 661px) and (max-width: 768px) {
  .widget-area ul li.widget_archive ul li {
    width: 14.66%;
  }
}

@media (min-width: 551px) and (max-width: 660px) {
  .widget-area ul li.widget_archive ul li {
    width: 18%;
  }
}

@media (min-width: 481px) and (max-width: 550px) {
  .widget-area ul li.widget_archive ul li {
    width: 23%;
  }
}

@media (max-width: 480px) {
  .widget-area ul li.widget_archive ul li {
    width: 31.33%;
  }
}


.widget-area ul.children, 
.widget-area ul.sub-menu {
  padding: 0;
}


.widget-area ul li ul.children li a, 
.widget-area ul li ul.sub-menu li a {
  padding: 10px 10px 10px 25px;
}


.widget-area .tagcloud {
  padding: 0.5rem;
}


/*** Sidebar Icons ***/

.widget_calendar:before {
  content: "\f508";
  font-family: "Dashicons";
  font-size: 1.25rem;
  line-height: 30px;
  color: #fff;
  background: #1c3c65;
  padding-right: 0.3rem;
  padding-left: 0.3rem;
  vertical-align: middle;
  display: table-cell;
}


.widget_archive:before {
  content: "\f145";
  font-family: "Dashicons";
  font-size: 1.25rem;
  line-height: 30px;
  color: #fff;
  background: #1c3c65;
  padding-right: 0.3rem;
  padding-left: 0.3rem;
  vertical-align: middle;
  display: table-cell;
}


.widget_recent_entries:before {
  content: "\f464";
  font-family: "Dashicons";
  font-size: 1.25rem;
  line-height: 30px;
  color: #fff;
  background: #1c3c65;
  padding-right: 0.3rem;
  padding-left: 0.3rem;
  vertical-align: middle;
  display: table-cell;
}


.widget_tag_cloud:before {
  content: "\f323";
  font-family: "Dashicons";
  font-size: 1.25rem;
  line-height: 30px;
  color: #fff;
  background: #1c3c65;
  padding-right: 0.3rem;
  padding-left: 0.3rem;
  vertical-align: middle;
  display: table-cell;
}


.widget_categories:before {
  content: "\f318";
  font-family: "Dashicons";
  font-size: 1.25rem;
  line-height: 30px;
  color: #fff;
  background: #1c3c65;
  padding-right: 0.3rem;
  padding-left: 0.3rem;
  vertical-align: middle;
  display: table-cell;
}


.widget_nav_menu:before {
  content: "\f318";
  font-family: "Dashicons";
  font-size: 1.25rem;
  line-height: 30px;
  color: #fff;
  background: #1c3c65;
  padding-right: 0.3rem;
  padding-left: 0.3rem;
  vertical-align: middle;
  display: table-cell;
}


.widget_text:before {
  content: "\f103";
  font-family: "Dashicons";
  font-size: 1.25rem;
  line-height: 30px;
  color: #fff;
  background: #1c3c65;
  padding-right: 0.3rem;
  padding-left: 0.3rem;
  vertical-align: middle;
  display: table-cell;
}

@media (max-width: 480px) {
  .widget_calendar:before, 
  .widget_archive:before, 
  .widget_recent_entries:before, 
  .widget_tag_cloud:before, 
  .widget_categories:before, 
  .widget_nav_menu:before, 
  .widget_text:before {
    font-size: 1rem;
  }
}


/*** Calendar ***/

#calendar_wrap {
  padding: 10px 1% 5px 1%;
  margin-top: 1px;
  background-color: #fff;
}


#wp-calendar {
  width: 100%;
}


table#wp-calendar {
  border-collapse: separate;
  border-spacing: 0.2rem;
}


#wp-calendar caption {
  color: #1c3c65;
  font-size: 0.8rem;
  line-height: 1.0em;
  font-weight: bold;
  padding-bottom: 5px;
  text-align: center;
}


#wp-calendar thead {
  font-size: 0.6rem;
}


#wp-calendar thead th {
  text-align: center;
}


#wp-calendar tbody {
}


#wp-calendar tbody td {
  background: transparent;
  border: 1px solid #d5d5d5;
  padding: 0.2rem;
  text-align: center;
}


#wp-calendar tbody .pad {
  background: none;
  border: none;
}


#calendar_wrap .wp-calendar-nav {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  padding: 5px;
}



/* Article */


article {
  text-align: left;
  padding: 0;
  margin: 0 0 2rem 0;
}

@media (min-width: 769px) {
  article {
    margin: 0 0 4rem 0;
  }
}



/* Pagination */


.pagenationmm {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  padding: 0;
  margin: 0;
}


.pagenationmm-news, 
.pagenationmm-parts {
  padding: 0 2%;
}


.pagination {
  clear: both;
  padding: 2rem 0;
  margin: 0;
  position: relative;
  font-size: 0.9rem;
  line-height: 1.4rem;
  text-align: center;
}

@media (min-width: 769px) {
  .pagination {
    font-size: 1.0rem;
    line-height: 1.6rem;
  }
}


.pagination span, .pagination a {
  display: block;
  float: left;
  margin: 2px 2px 2px 0px;
  padding: 0;
  text-decoration: none;
  min-width: 1.4rem;
  background: #fff;
  border: 1px solid #d5d5d5;
  white-space: nowrap;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (min-width: 769px) {
  .pagination span,  .pagination a {
    min-width: 1.6rem;
  }
}


.pagination a:hover {
  background: #ccc;
}


.pagination .current {
  padding: 0;
  background: #1c3c65;
  color: #fff;
  white-space: nowrap;
}


a.more-link {
  display: block;
  float: left;
  font-size: 0.9rem;
  line-height: 2rem;
  color: #fff;
  background: #1c3c65;
  margin: 0 auto;
  text-align: center;
  width: 7.0rem;
  padding: 0 0.5rem;
  text-decoration: none;
  white-space: nowrap;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}


a.more-link:hover {
  opacity: 0.7;
}


div.nav-below {
  width: 16rem;
  margin: 2rem auto;
  overflow: auto;
  text-align: center;
}

@media (min-width: 769px) {
  div.nav-below {
    margin: 4rem auto;
  }
}


.nav-previous a {
  display: block;
  width: 7.0rem;
  font-size: 0.9rem;
  line-height: 2rem;
  color: #fff;
  background: #1c3c65;
  margin: 1em auto;
  text-align: center;
  padding: 0 0.5rem;
  text-decoration: none;
  white-space: nowrap;
  float: left;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}


.nav-next a {
  display: block;
  width: 7.0rem;
  font-size: 0.9rem;
  line-height: 2rem;
  color: #fff;
  background: #1c3c65;
  margin: 1em auto;
  text-align: center;
  padding: 0 0.5rem;
  text-decoration: none;
  white-space: nowrap;
  float: right;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}


.nav-previous a:hover, 
.nav-next a:hover {
  opacity: 0.7;
}



/* Comments */


#comments {
  clear: both;
  border-top: 1px solid #d5d5d5;
  padding: 0.5rem 0 0 0;
  text-align: left;
}


#comments .navigation {
  padding: 0 0 18px 0;
}


h3#comments-title, 
h3#reply-title {
  font-size: 1.0rem;
  font-weight: normal;
  margin-bottom: 0;
}


h3#comments-title {
  padding: 24px 0;
}


.commentlist {
  list-style: none;
  margin: 0;
}


.commentlist li.comment {
  border-bottom: 1px solid #d5d5d5;
  line-height: 21px;
  margin: 0 0 24px 0;
  padding: 0 0 0 40px;
  position: relative;
}


.commentlist li:last-child {
  border-bottom: none;
  margin-bottom: 0;
}


#comments .comment-body ul, 
#comments .comment-body ol {
  margin-bottom: 18px;
}


#comments .comment-body p:last-child {
  margin-bottom: 6px;
}


#comments .comment-body blockquote p:last-child {
  margin-bottom: 24px;
}


.commentlist p {
  font-size: 0.7rem;
  line-height: 1.5em;
  margin-bottom: 0.5rem;
}


ol.commentlist {
  margin: 0;
  padding: 0;
  text-align: left;
}


.commentlist ol {
  list-style: decimal;
}


.commentlist .avatar {
  position: absolute;
  top: 4px;
  left: 0;
}


.comment-author {
}


.comment-author cite {
  font-style: normal;
  font-weight: bold;
}


.comment-author .says {
  font-size: 0.8rem;
}


.comment-meta {
  font-size: 12px;
  margin: 0 0 10px 0;
}


.comment-meta a:link, 
.comment-meta a:visited {
  text-decoration: none;
}


.comment-meta a:active, 
.comment-meta a:hover {
}


.commentlist .even {
}


.commentlist .bypostauthor {
}


.reply {
  font-size: 12px;
  padding: 0 0 1.5rem 0;
}


.commentlist .reply a {
  display: block;
  width: 3rem;
  padding: 0 0.5rem;
  background: #1c3c65;
  font-size: 0.8rem;
  line-height: 1.6rem;
  color: #fff;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}


.commentlist .reply a:hover {
  opacity: 0.7;
}


a.comment-edit-link {
  color: #888;
}


.commentlist .children {
  list-style: none;
  margin: 0;
  padding: 0;
}


.commentlist .children li {
  border: none;
  margin: 0;
}


.nopassword, .nocomments {
  display: none;
}


#comments .pingback {
  border-bottom: 1px solid #d5d5d5;
  margin-bottom: 18px;
  padding-bottom: 18px;
}


.commentlist li.comment+li.pingback {
  margin-top: -6px;
}


#comments .pingback p {
  color: #888;
  display: block;
  font-size: 12px;
  line-height: 18px;
  margin: 0;
}


#comments .pingback .url {
  font-size: 13px;
  font-style: italic;
}



/* Comments form */


#respond {
  border-top: 1px solid #d5d5d5;
  margin: 24px 0;
  padding: 0.5rem 0 0 0;
  overflow: hidden;
  position: relative;
  text-align: left;
}


#respond p {
  display: block;
  font-size: 0.7rem;
  line-height: 1.5em;
  margin: 0;
  clear: both;
}


#respond .comment-notes {
  margin-bottom: 1em;
}


.form-allowed-tags {
  line-height: 1em;
}


.children #respond {
  margin: 0 48px 0 0;
}


h3#reply-title {
  margin: 0 0 0.5rem 0;
}


#comments-list #respond {
  margin: 0 0 18px 0;
}


#comments-list ul #respond {
  margin: 0;
}


#cancel-comment-reply-link {
  font-size: 12px;
  font-weight: normal;
  line-height: 18px;
}


#respond input {
  margin: 0;
  width: 100%;
}

@media (min-width: 769px) {
  #respond input {
    width: 480px;
  }
}


#respond input[type="submit"] {
  cursor: pointer;
}


#respond textarea {
  width: 100%;
}


#respond .form-allowed-tags {
  color: #888;
  font-size: 12px;
  line-height: 18px;
}


#respond .form-allowed-tags code {
  font-size: 11px;
}


#respond .form-submit {
  margin: 2rem 0 0 0;
}


#respond .form-submit input {
  font-size: 1rem;
}


#respond p.comment-form-comment, 
#respond p.comment-form-author, 
#respond p.comment-form-email, 
#respond p.comment-form-url, 
#respond p.comment-form-cookies-consent {
  margin-top: 1.5rem;
}

#respond p.comment-form-cookies-consent {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  line-height: 1.25em;
}

#respond p.comment-form-cookies-consent input[type="checkbox"] {
  display: inline-block;
  width: 16px;
  margin: 3px 0 0 0;
}


#respond p.comment-form-cookies-consent label {
  display: inline-block;
  width: calc( 100% - 16px );
  padding: 2px 0 0 4px;
}

#respond .required {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 0.9rem;
  font-weight: normal;
  vertical-align: middle;
  color: #c00;
  margin: 0;
}

#respond p label {
  font-size: 0.7rem;
  margin: 0;
}

#respond input {
  display: block;
}



/* FORM Objects */


.form-content {
  width: 100%;
  max-width: 960px;
  padding: 50px 0 0 0;
  margin: 0 auto;
}


.formbox-mini {
  width: 110px;
}


.formbox-short {
  width: 100%;
}

@media (min-width: 481px) {
  .formbox-short {
    max-width: 240px;
  }
}


.formbox-middle {
  width: 100%;
}

@media (min-width: 481px) {
  .formbox-middle {
    max-width: 480px;
  }
}


.formbox-long {
  width: 100%;
}


input[type="text"], 
input[type="tel"], 
input[type="email"], 
input[type="number"], 
input[type="file"], 
input[type="password"], 
textarea, 
select {
  border: 1px solid #d5d5d5;
  padding: 10px;
  font-size: 16px;
  line-height: 1.5em;
  background: #fff;
}

@media (min-width: 481px) {
  input[type="text"], 
  input[type="tel"], 
  input[type="email"], 
  input[type="number"], 
  input[type="file"], 
  input[type="password"], 
  textarea, 
  select {
    font-size: 14px;
  }
}


input[type="submit"], 
input[type="reset"], 
input[type="button"] {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  height: 50px;
  padding: 0;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1em;
  color: #fff;
  text-decoration: none;
  background-color: #1c3c65;
  cursor: pointer;
}

@media (min-width: 769px) {
  input[type="submit"], 
  input[type="reset"], 
  input[type="button"] {
    width: 300px;
  }
}


input[type="submit"]:hover, 
input[type="reset"]:hover, 
input[type="button"]:hover {
  opacity: 0.7;
}


input[disabled] {
  cursor: default;
  pointer-events: none;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}


p.go-submit {
  padding: 30px 0 0 0;
  margin: 0 auto;
  text-align: center;
}


.hissu {
  color: #c00;
  font-size: 12px;
  font-weight: normal;
  font-family: Verdana, Geneva, sans-serif;
  vertical-align: middle;
  margin: 0 0.3em;
}


.formInner .wpcf7-list-item {
  margin: 9px 0 9px 1em;
}


.formInner table.ts01 tr td {
  padding: 5px 5px 10px 5px;
}

@media screen and (min-width: 769px) {
  .formInner table.ts01 tr td {
    vertical-align: middle;
  }
}


.sent .formInner {
  display: none;
}


.complete-display {
  display: none;
}


.sent .complete-display {
  width: 100%;
  height: auto;
  margin: 0px auto 0px auto;
  padding: 6rem 0;
  display: block;
  text-align: center;
}


.sent .complete-display h3 {
  margin: 0 0 1rem 0;
  padding: 0;
  font-size: 1.2rem;
  line-height: 1.4em;
  font-weight: bold;
}


span.wpcf7-not-valid-tip {
  top: 0px;
  left: 1rem;
  color: #ffb900;
}


div.wpcf7 img.ajax-loader {
  border: none;
  vertical-align: middle;
  margin: 1rem auto;
  width: auto;
  max-width: 100%;
  height: auto;
}



/* Search Unit */


.search_unit {
  display: block;
  padding: 0;
  text-align: left;
}


.search_unit input[type="submit"] {
  margin: 0;
  padding: 0;
}


.search_unit p {
  margin: 50px 0px 5px 0px;
}


h2.search {
  font-size: 1.1rem;
  line-height: 1.8rem;
  margin: 0;
}


h3.search {
  font-size: 1.1rem;
  line-height: 1.8rem;
  margin: 0;
}


h2.result {
  font-size: 1.1rem;
  line-height: 1.8rem;
  text-align: left;
  margin: 50px 0 5px 0;
}


h2.result a {
}


h2.result a:hover {
}


p.search {
  margin-bottom: 0;
}


.search_word {
  color: #1c3c65;
}


#s {
  width: 200px;
  margin-bottom: 30px;
  padding: 5px 30px 5px 5px;
}


#searchsubmit {
  display: inline-block;
  margin-left: -33px;
  box-shadow: none;
  background-image: url(none);
  background-color: transparent;
  width: 25px;
  border: none;
  text-indent: -100px;
  cursor: pointer;
  position: relative;
}


#searchform {
  margin-top: -20px;
  text-align: left;
}


#searchform:before {
  content: "\f179";
  font-family: "Dashicons";
  font-size: 1.8rem;
  line-height: 1.0rem;
  color: #1c3c65;
  top: 46px;
  left: 170px;
  position: relative;
}


.screen-reader-text {
  display: none;
}



/* Other */


.sml-cap {
  font-size: 80%;
}


.container h3 {
  font-size: 24px;
  line-height: 1.5em;
  font-weight: 700;
  text-align: center;
  margin: 0 auto 1.5em;
}

@media screen and (min-width: 481px) {
  .container h3 {
    font-size: 30px;
  }
}

@media screen and (min-width: 769px) {
  .container h3 {
    font-size: 36px;
  }
}


.content {
  width: 100%;
  margin: 0 auto 80px;
}


.content-thanks {
  width: 100%;
  max-width: 420px;
  margin: 0 auto;
}



/* Header / SNS / Menu / Overrite drawer.css */


.drawer-navbar .drawer-navbar-header {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  padding: 0;
  height: 43px;
  border-bottom: 3px solid #1c3c65;
}

@media screen and (min-width: 481px) {
  .drawer-navbar .drawer-navbar-header {
    height: 63px;
  }
}


.drawer-navbar a.drawer-brand {
  width: 160px;
  height: 40px;
  padding: 0;
  margin: 0;
  line-height: 1em;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-decoration: none;
  background-image: url(img/common/logo_gluck.png);
  background-repeat: no-repeat;
  background-position: center 45%;
  background-size: auto 22px;
}

@media screen and (min-width: 481px) {
  .drawer-navbar a.drawer-brand {
    width: 240px;
    height: 60px;
    background-size: auto 32px;
  }
}


ul.sns {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: 40px;
}

@media screen and (min-width: 481px) {
  ul.sns {
    margin-right: 60px;
  }
}


ul.sns li {
  border-left: 1px solid #ddd;
}


ul.sns li a {
  display: block;
  width: 40px;
  height: 40px;
  padding: 0;
  margin: 0;
  line-height: 1em;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-decoration: none;
  background-image: url(none);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}

@media screen and (min-width: 481px) {
  ul.sns li a {
    width: 60px;
    height: 60px;
  }
}


ul.sns li a.sns-fb:hover {
  background-color: #1877f2;
}


ul.sns li a.sns-insta:hover {
  background-image: url(img/common/bg_insta.png);
}


ul.sns li a::before {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-family: FontAwesome;
  font-size: 1.6em;
  line-height: 1em;
  text-indent: 0;
  color: #222;
  position: absolute;
}

@media screen and (min-width: 481px) {
  ul.sns li a::before {
    width: 60px;
    height: 60px;
    font-size: 2em;
  }
}


ul.sns li a:hover::before {
  color: #fff;
}


ul.sns li a.sns-fb::before {
  content: "\f09a";
}


ul.sns li a.sns-insta::before {
  content: "\f16d";
}


button.drawer-hamburger {
  box-sizing: border-box;
  width: 40px;
  padding: 11px 0.6rem 19px 0.6rem;
  border-left: 1px solid #ddd;
}

@media screen and (min-width: 481px) {
  button.drawer-hamburger {
    width: 60px;
    padding: 19px 1.1rem 29px 1.1rem;
  }
}


button.drawer-hamburger:hover .drawer-hamburger-icon, 
button.drawer-hamburger:hover .drawer-hamburger-icon::before, 
button.drawer-hamburger:hover .drawer-hamburger-icon::after {
  background-color: #fff;
}


.drawer-open button.drawer-hamburger:hover .drawer-hamburger-icon {
  background-color: transparent;
}


.drawer-open button.drawer-hamburger, 
button.drawer-hamburger:hover {
  color: #fff;
  background-color: #1c3c65;
}


.drawer-open .drawer-hamburger-icon::before, 
.drawer-open .drawer-hamburger-icon::after {
  background-color: #fff;
}


.drawer-hamburger-icon {
  margin-top: 8px;
}

@media screen and (min-width: 481px) {
  .drawer-hamburger-icon {
    margin-top: 10px;
  }
}


.drawer-hamburger-icon::before {
  top: -8px;
}

@media screen and (min-width: 481px) {
  .drawer-hamburger-icon::before {
    top: -10px;
  }
}


.drawer-hamburger-icon::after {
  top: 8px;
}

@media screen and (min-width: 481px) {
  .drawer-hamburger-icon::after {
    top: 10px;
  }
}


.drawer--navbarTopGutter {
  padding-top: 43px;
}

@media screen and (min-width: 481px) {
  .drawer--navbarTopGutter {
    padding-top: 63px;
  }
}


.drawer-navbar .drawer-nav {
  padding-top: 43px;
}

@media screen and (min-width: 481px) {
  .drawer-navbar .drawer-nav {
    padding-top: 63px;
  }
}


.drawer-navbar ul.drawer-menu li {
  border-bottom: 1px solid #ddd;
}


.drawer-navbar ul.drawer-menu li a.drawer-menu-item {
  padding: 15px 50px 15px 30px;
  font-family: 'Yu Mincho','游明朝','Noto Serif JP', serif;
  font-size: 14px;
  letter-spacing: 0.5px;
  text-decoration: none;
  background-color: transparent;
  position: relative;
}


.drawer-navbar ul.drawer-menu li a.drawer-menu-item::after {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-content: center;
  align-content: center;
  width: 50px;
  height: 50px;
  font-family: FontAwesome;
  content: "\f054";
  position: absolute;
  top: 0;
  right: 0;
}

.drawer-navbar ul.drawer-menu li a.drawer-menu-item:hover {
  color: #fff;
  background-color: #1c3c65;
}


.drawer-overlay {
  background-color: rgba(0, 0, 0, 0.5);
}



/* Header logo only */

header.logo {
  width: 100%;
  height: 43px;
  padding: 0;
  margin: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-color: #fff;
  background-image: url(img/common/logo_gluck.png);
  background-repeat: no-repeat;
  background-position: center 45%;
  background-size: auto 22px;
  border-bottom: 3px solid #1c3c65;
  position: fixed;
  z-index: 102;
  top: 0;
}

@media screen and (min-width: 481px) {
  header.logo {
    height: 63px;
    background-size: auto 32px;
  }
}



/* Footer */

footer {
  width: 100%;
  padding: 0;
  margin: 0;
  background-color: #1c3c65;
  text-align: center;
}

@media screen and (min-width: 481px) {
  footer {
    padding: 40px 0 0 0;
  }
}


footer.footer-inq {
  padding: 0 0 50px 0;
}

@media screen and (min-width: 481px) {
  footer.footer-inq {
    padding: 40px 0 0 0;
  }
}


footer ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  padding: 0;
  border-top: 1px solid rgba(255,255,255,0.2);
}

@media screen and (min-width: 481px) {
  footer ul {
    padding: 0 5%;
    border-top: none;
  }
}


footer ul li {
  display: block;
  width: 100%;
  height: auto;
  border-bottom: 1px solid rgba(255,255,255,0.2);
}

@media screen and (min-width: 481px) {
  footer ul li {
    display: inline-block;
    width: auto;
    padding: 5px 10px;
    border-bottom: none;
  }
}


footer ul li a {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -weblit-align-items: center;
  align-items: center;
  width: 100%;
  height: 36px;
  font-family: 'Yu Mincho','游明朝','Noto Serif JP', serif;
  font-size: 12px;
  line-height: 1em;
  color: #d5d5d5;
  text-decoration: none;
}

@media screen and (min-width: 481px) {
  footer ul li a {
    display: inline;
    width: auto;
    height: auto;
  }
}


footer ul li a:hover {
  color: #fff;
  text-decoration: none;
}

@media screen and (min-width: 481px) {
  footer ul li a:hover {
    text-decoration: underline;
  }
}


footer p.copy {
  display: block;
  width: 100%;
  height: auto;
  padding: 60px 0 0 0;
  margin: 0 auto;
  font-family: 'Yu Mincho','游明朝','Noto Serif JP', serif;
  font-size: 12px;
  line-height: 1.25em;
  letter-spacing: 0.5px;
  color: #fff;
  background-image: url(img/common/logo_gluck_w.png);
  background-repeat: no-repeat;
  background-position: center 20px;
  background-size: auto 20px;
}

@media screen and (min-width: 481px) {
  footer p.copy {
    padding: 100px 0 0 0;
    background-position: center 30px;
    background-size: auto 30px;
  }
}


footer p.copy span {
  display: block;
  width: 100%;
  height: auto;
  padding: 3px 0;
  margin: 0 auto;
  font-size: 12px;
  line-height: 1.25em;
  color: #fff;
  background-color: #000;
}


.topvideo {
  border-bottom: 8px solid #1c3c65;
  position: relative;
}


.toptxt {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-content: center;
  align-content: center;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


.toptxt h1 {
  display: inline-block;
  width: auto;
  height: auto;
  padding: 0 10px;
  margin: 0 auto 20px;
  font-size: 16px;
  line-height: 2em;
  font-weight: 700;
  text-align: center;
  color: #fff;
}

@media screen and (min-width: 481px) {
  .toptxt h1 {
    font-size: 24px;
    margin: 0 auto 40px;
  }
}

@media screen and (min-width: 769px) {
  .toptxt h1 {
    font-size: 36px;
    margin: 0 auto 60px;
  }
}


.toptxt h1 strong {
  display: block;
  margin-bottom: 0.5em;
  font-size: 150%;
}


.toptxt .toptxt-logo {
  display: inline-block;
  width: 94px;
  height: 16px;
  margin-right: 4px;
  vertical-align: baseline;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-image: url(img/common/logo_gluck_w.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

@media screen and (min-width: 481px) {
  .toptxt .toptxt-logo {
    width: 141px;
    height: 24px;
    margin-right: 6px;
  }
}

@media screen and (min-width: 769px) {
  .toptxt .toptxt-logo {
    width: 212px;
    height: 36px;
    margin-right: 10px;
  }
}


h2.section-cap {
  font-size: 14px;
  line-height: 1.5em;
  text-align: center;
  letter-spacing: 0.5em;
  margin-bottom: 1em;
}


h2.section-cap strong {
  font-family: 'Charmonman', cursive;
  font-size: 24px;
  line-height: 2em;
  letter-spacing: 0;
}

@media screen and (min-width: 481px) {
  h2.section-cap strong {
    font-size: 36px;
  }
}


section.stock {
  width: 100%;
  height: auto;
  padding: 50px 10px;
  margin: 0 auto;
  background-color: #fafafa;
  border-bottom: 1px solid #d5d5d5;
}


section.stock-shop {
  border-bottom: none;
}


section.stock-2nd {
  border-bottom: none;
}


.stock-entry {
  display: block;
  width: 100%;
  padding: 10px;
}


.stock-entry a {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 100%;
  height: auto;
  padding: 20px;
  margin: 0;
  box-shadow: 0px 4px 8px #ccc;
  background-color: #fff;
  text-decoration: none;
}

@media screen and (min-width: 769px) {
  .stock-entry a {
    padding: 30px;
  }
}


.stock-entry a:hover {
  opacity: 0.7;
}


.stock-entry a .stock-img {
  width: 100%;
}

@media screen and (min-width: 481px) {
  .stock-entry a .stock-img {
    width: 160px;
  }
}

@media screen and (min-width: 769px) {
  .stock-entry a .stock-img {
    width: calc( 50% - 15px );
  }
}


.stock-entry a .stock-info {
  width: 100%;
  padding: 20px 0 0 0;
}

@media screen and (min-width: 481px) {
  .stock-entry a .stock-info {
    width: calc( 100% - 180px );
    padding: 0;
  }
}

@media screen and (min-width: 769px) {
  .stock-entry a .stock-info {
    width: calc( 50% - 15px );
  }
}


.stock-entry a p {
  font-family: 'Yu Gothic','游ゴシック', sans-serif;
  color: #222;
  margin-bottom: 0;
}


.stock-entry a p.entry-shop, 
.entry-wrap p.entry-shop {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 80px;
  height: 24px;
  margin-bottom: 1em;
  font-size: 12px;
  line-height: 1em;
  font-weight: 700;
  color: #fff;
}


.shop-all {
  background-color: #1c3c65;
}


.shop-setagaya {
  background-color: #62c334;
}


.shop-mito {
  background-color: #5c81ff;
}


.shop-kashiwa {
  background-color: #ffa15c;
}


.shop-utsunomiya {
  background-color: #ff93f6;
}


.shop-kohoku {
  background-color: #ddc500;
}


.shop-kawaguchi {
  background-color: #8b4bff;
}


.stock-entry a p.stock-maker {
  width: 100%;
  font-size: 12px;
  line-height: 1.5em;
  font-weight: 700;
  margin-bottom: 0.2em;
}


.stock-entry a p.stock-model {
  width: 100%;
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 700;
  margin-bottom: 0.5em;
}


.stock-entry a p.stock-grade {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  width: 100%;
  font-size: 12px;
  line-height: 1.5em;
  margin-bottom: 1em;
}


.stock-spec {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 1em;
}


.stock-spec dl {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: calc( 50% - 5px );
  border-top: 1px dotted #d5d5d5;
  border-bottom: 1px dotted #d5d5d5;
}


.stock-spec dl dt {
  width: 30px;
  padding: 8px 0;
  font-family: 'Yu Gothic','游ゴシック', sans-serif;
  font-size: 10px;
  font-weight: 700;
  color: #222;
  white-space: nowrap;
}

@media screen and (min-width: 769px) {
  .stock-spec dl dt {
    width: 35px;
    font-size: 11px;
  }
}


.stock-spec dl dd {
  width: calc( 100% - 30px );
  padding: 8px 0;
  font-family: 'Yu Gothic','游ゴシック', sans-serif;
  font-size: 10px;
  color: #222;
}

@media screen and (min-width: 769px) {
  .stock-spec dl dd {
    width: calc( 100% - 35px );
    font-size: 11px;
  }
}


.stock-entry a p.stock-price {
  text-align: right;
  font-size: 22px;
  line-height: 1.5em;
  font-weight: 700;
  color: #c00;
}


.stock-entry a p.stock-price-total {
  font-size: 16px;
  color: #222;
}


.stock-entry a p.stock-price .price-cap {
  display: inline-block;
  width: auto;
  padding: 0;
  margin-right: 10px;
  font-size: 14px;
  color: #222;
}


section.news {
  width: 100%;
  height: auto;
  padding: 50px 10px;
  margin: 0 auto;
  background-color: #fff;
  border-bottom: 1px solid #d5d5d5;
}


section.news-2nd {
  background-color: #fafafa;
  border-bottom: none;
}


.entry-wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  padding: 10px;
}

@media screen and (min-width: 481px) {
  .entry-wrap {
    padding: 10px 5px;
  }
}

@media screen and (min-width: 769px) {
  .entry-wrap {
    padding: 10px;
  }
}


.mcleft-thumb .entry-wrap {
  padding: 0;
}


.entry-wrap a {
  display: block;
  width: 100%;
  padding: 15px;
  margin: 5px 0;
  box-shadow: 0px 4px 8px #ccc;
  background-color: #fff;
  text-decoration: none;
}

@media screen and (min-width: 481px) {
  .entry-wrap a {
    width: calc( 50% - 10px );
    margin: 5px;
  }
}

@media screen and (min-width: 769px) {
  .entry-wrap a {
    width: calc( 33.33% - 10px );
  }
  .mcleft-thumb .entry-wrap a {
    width: calc( 33.33% - 6.66px );
  }
}

@media screen and (min-width: 1025px) {
  .entry-wrap a {
    width: calc( 25% - 20px );
    margin: 10px;
  }
  .mcleft-thumb .entry-wrap a {
    width: calc( 33.33% - 20px );
  }
}


.mcleft-thumb .entry-wrap a {
  margin: 0 0 20px 0;
}

@media screen and (min-width: 481px) {
  .mcleft-thumb .entry-wrap a:nth-of-type(odd) {
    margin: 0 20px 20px 0;
  }
  .mcleft-thumb .entry-wrap a:nth-of-type(even) {
    margin: 0 0 20px 0;
  }
}

@media screen and (min-width: 769px) {
  .mcleft-thumb .entry-wrap a:nth-of-type(odd) {
    margin: 0 10px 10px 0;
  }
  .mcleft-thumb .entry-wrap a:nth-of-type(even) {
    margin: 0 10px 10px 0;
  }
  .mcleft-thumb .entry-wrap a:nth-of-type(3n) {
    margin: 0 0 10px 0;
  }
}

@media screen and (min-width: 1025px) {
  .mcleft-thumb .entry-wrap a {
    margin: 0 20px 20px 0;
  }
  .mcleft-thumb .entry-wrap a:nth-of-type(odd) {
    margin: 0 20px 20px 0;
  }
  .mcleft-thumb .entry-wrap a:nth-of-type(even) {
    margin: 0 20px 20px 0;
  }
  .mcleft-thumb .entry-wrap a:nth-of-type(3n) {
    margin: 0 20px 20px 0;
  }
}


.news-front .entry-wrap a:nth-of-type(n+5) {
  display: none;
}


.entry-wrap a:hover {
  opacity: 0.7;
}


.entry-img {
}


.entry-info {
  padding: 20px 0 0 0;
}


.entry-wrap a p {
  font-family: 'Yu Gothic','游ゴシック', sans-serif;
  color: #222;
  margin-bottom: 0;
}


.entry-wrap a p.entry-title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  width: 100%;
  font-size: 12px;
  line-height: 1.5em;
  font-weight: 700;
}


.entry-wrap a p.stock-maker {
  width: 100%;
  font-size: 12px;
  line-height: 1.5em;
  font-weight: 700;
  margin-bottom: 0.2em;
}


.entry-wrap a p.stock-model {
  width: 100%;
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 700;
  margin-bottom: 0.5em;
}


.entry-wrap a p.stock-grade {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  width: 100%;
  font-size: 12px;
  line-height: 1.5em;
  margin-bottom: 1em;
}


.entry-wrap a p.stock-price {
  text-align: right;
  font-size: 22px;
  line-height: 1.5em;
  font-weight: 700;
  color: #c00;
}


.entry-wrap a p.stock-price-total {
  font-size: 16px;
  color: #222;
}


.entry-wrap a p.stock-price .price-cap {
  display: inline-block;
  width: auto;
  padding: 0;
  margin-right: 10px;
  font-size: 14px;
  color: #222;
}


section.insta {
  width: 100%;
  height: auto;
  padding: 50px 10px;
  margin: 0 auto;
  background-color: #fafafa;
  border-bottom: 1px solid #d5d5d5;
}


.insta-wrap {
  padding: 20px 10px;
}

@media screen and (min-width: 1025px) {
  .insta-wrap {
    padding: 20px 5%;
  }
}


section.shop {
  width: 100%;
  height: auto;
  padding: 50px 0 0 0;
  margin: 0 auto;
  background-color: #fff;
}


section.shop-2nd {
  background-color: #fafafa;
}


.shop-wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  padding-top: 20px;
}


.shop-box {
  width: 100%;
  height: 0px;
  padding-bottom: 56.25%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}

@media screen and (min-width: 481px) {
  .shop-box {
    width: 50%;
    height: 250px;
    padding-bottom: 0;
  }
}

@media screen and (min-width: 769px) {
  .shop-box {
    height: 450px;
  }
}


.box-setagaya {
  background-image: url(img/index/shop-setagaya.jpg);
}


.box-mito {
  background-image: url(img/index/shop-mito.jpg);
}


.box-kashiwa {
  background-image: url(img/index/shop-kashiwa.jpg);
}


.box-utsunomiya {
  background-image: url(img/index/shop-utsunomiya.jpg);
}


.box-kohoku {
  background-image: url(img/index/shop-kohoku.jpg);
}


.box-kawaguchi {
  background-image: url(img/index/shop-kawaguchi.jpg);
}


.shop-box a {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-content: center;
  align-content: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  font-soze: 14px;
  line-height: 1.5em;
  text-decoration: none;
  color: #fff;
  background-color: rgba(0,0,0,0.4);
}


.shop-box a:hover {
  background-color: rgba(0,0,0,0.1);
}


.shop-box a h3 {
  font-size: 14px;
  line-height: 2em;
  text-align: center;
  text-shadow: 0px 0px 4px #000;
}

@media screen and (min-width: 481px) {
  .shop-box a h3 {
    font-size: 14px;
  }
}

@media screen and (min-width: 769px) {
  .shop-box a h3 {
    font-size: 18px;
  }
}

@media screen and (min-width: 1025px) {
  .shop-box a h3 {
    font-size: 24px;
  }
}


.shop-box a h3 strong {
  font-size: 150%;
}

@media screen and (min-width: 481px) {
  .shop-box a h3 strong {
    font-size: 120%;
  }
}

@media screen and (min-width: 769px) {
  .shop-box a h3 strong {
    font-size: 140%;
  }
}


section.message {
  width: 100%;
  height: auto;
  padding: 50px 10px;
  margin: 0 auto;
  background-color: #fff;
  border-bottom: 1px solid #d5d5d5;
}

@media screen and (min-width: 481px) {
  section.message {
    padding: 50px 5%;
  }
}


section.message p {
  margin: 2em auto 0 auto;
  text-align: center;
}


section.message-shop {
  padding: 40px 10px;
}

@media screen and (min-width: 481px) {
  section.message-shop {
    padding: 40px 5%;
  }
}


section.message-shop p {
  margin: 1em auto;
  font-size: 14px;
  letter-spacing: 0.1em;
  text-align: center;
}

@media screen and (min-width: 481px) {
  section.message-shop p {
    font-size: 16px;
  }
}

@media screen and (min-width: 769px) {
  section.message-shop p {
    font-size: 18px;
  }
}


section.message-front {
  padding: 40px 10px;
}

@media screen and (min-width: 481px) {
  section.message-front {
    padding: 40px 5%;
  }
}


section.message-front p {
  margin: 1em auto;
  font-size: 14px;
  letter-spacing: 0.1em;
  text-align: center;
}

@media screen and (min-width: 481px) {
  section.message-front p {
    font-size: 16px;
  }
}

@media screen and (min-width: 769px) {
  section.message-front p {
    font-size: 18px;
  }
}


section.message p.ceo {
  width: 300px;
  height: auto;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.3em;
  padding: 0 0 0 120px;
  margin: 1.5em auto 0 auto;
  background-image: url(img/common/logo_gluck.png);
  background-repeat: no-repeat;
  background-position: 10px 4px;
  background-size: 100px auto;
}

@media screen and (min-width: 481px) {
  section.message p.ceo {
    width: 400px;
    font-size: 24px;
    line-height: 36px;
    padding: 0 0 0 190px;
    background-position: 10px 5px;
    background-size: 160px auto;
  }
}


section.message p.ceo .ceo-cap {
  font-size: 75%;
  margin-right: 1em;
}

@media screen and (min-width: 481px) {
  section.message p.ceo .ceo-cap {
    font-size: 60%;
  }
}


section.message p.shop {
  width: 120px;
  height: 26px;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.3em;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  padding: 0;
  margin: 1.5em auto 0 auto;
  background-image: url(img/common/logo_gluck.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100px auto;
}

@media screen and (min-width: 481px) {
  section.message p.shop {
    width: 180px;
    height: 40px;
    font-size: 24px;
    line-height: 36px;
    background-size: 160px auto;
  }
}


section.company {
  width: 100%;
  height: auto;
  padding: 50px 10px;
  margin: 0 auto;
  background-color: #fafafa;
}

@media screen and (min-width: 481px) {
  section.company {
    padding: 50px 5%;
  }
}


a.shoplink {
  color: #1c3c65;
  text-decoration: underline;
}


a.shoplink:hover {
  color: #1c3c65;
  text-decoration: none;
}


a.shoplink-outer::after {
  display: inline-block;
  margin-left: 0.5em;
  font-size: 130%;
  font-weight: normal;
  font-family: FontAwesome;
  content: "\f08e";
  vertical-align: bottom;
}


.shoplist-wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  max-width: 960px;
  padding: 10px 10px 60px 10px;
  margin: 0 auto;
}


.shoplist {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: calc( 100% - 10px );
  padding: 15px;
  margin: 5px;
  background-color: #fff;
  box-shadow: 0px 4px 8px #ccc;
}

@media screen and (min-width: 481px) {
  .shoplist {
    width: calc( 100% - 20px );
    padding: 30px;
    margin: 10px;
  }
}

@media screen and (min-width: 769px) {
  .shoplist {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}


.shoplist-img {
  width: 100%;
}

@media screen and (min-width: 769px) {
  .shoplist-img {
    width: 320px;
  }
}

@media screen and (min-width: 1025px) {
  .shoplist-img {
    width: 420px;
  }
}


.shoplist-info {
  width: 100%;
  padding: 15px 0 0 0;
}

@media screen and (min-width: 481px) {
  .shoplist-info {
    padding: 15px 0 60px 0;
    position: relative;
  }
}

@media screen and (min-width: 769px) {
  .shoplist-info {
    width: calc( 100% - 350px );
    padding: 0 0 60px 0;
  }
}

@media screen and (min-width: 1025px) {
  .shoplist-info {
    width: calc( 100% - 450px );
  }
}


h3.shoplist-name {
  font-size: 14px;
  line-height: 1.8em;
  margin-bottom: 1em;
}

@media screen and (min-width: 481px) {
  h3.shoplist-name {
    font-size: 16px;
  }
}


h3.shoplist-name strong {
  font-size: 130%;
  color: #1c3c65;
}

@media screen and (min-width: 481px) {
  h3.shoplist-name strong {
    font-size: 150%;
  }
}


.shopdetail-name h3.shoplist-name {
  font-size: 130%;
}

@media screen and (min-width: 481px) {
  .shopdetail-name h3.shoplist-name {
    font-size: 140%;
  }
}

@media screen and (min-width: 1025px) {
  .shopdetail-name h3.shoplist-name {
    font-size: 180%;
  }
}


.shoplist-info p {
  font-size: 14px;
  line-height: 1.8em;
  margin-bottom: 0.5em;
}


.shoplist-info p.shoplist-detail {
  display: block;
  width: 100%;
  padding: 10px 0 0 0;
  margin: 0;
}

@media screen and (min-width: 481px) {
  .shoplist-info p.shoplist-detail {
    padding: 0;
    text-align: right;
    position: absolute;
    bottom: 0;
  }
}


.shoplist-info p.shoplist-detail a {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  height: 50px;
  padding: 0;
  margin: 0 0 0 auto;
  font-size: 16px;
  line-height: 1em;
  color: #fff;
  text-decoration: none;
  background-color: #1c3c65;
}

@media screen and (min-width: 481px) {
  .shoplist-info p.shoplist-detail a {
    width: 200px;
  }
}


.shoplist-info p.shoplist-detail a:hover {
  opacity: 0.7;
}


.news-wrap {
  width: 100%;
  max-width: 960px;
  padding: 20px 0 0 0;
  margin: 0 auto;
}


.news-wrap .news-entry {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 10px;
  margin: 0 auto;
  border-bottom: 1px dotted #ccc;
  position: relative;
}


.news-wrap .date-display {
	display: inline-block;
  width: 125px;
  font-size: 14px;
  line-height: 1.5em;
  position: relative;
}


.news-wrap .date-display .display-icon {
  width: 40px;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  right: 0;
  left: 85px;
}


.news-wrap .date-display .display-icon .label {
	font-size: 12px;
	font-family: 'Yu Gothic','游ゴシック', sans-serif;
	font-weight: 700;
  color: #c00;
	padding: 0.2em 0.5em;
}


.news-wrap .entry-title {
  display: inline-block;
  margin: 0;
  padding: 0;
	width: 100%;
	font-size: 14px;
	line-height: 1.5em;
}

@media (min-width: 481px) {
  .news-wrap .entry-title {
    margin: 0 0 0 -125px;
    padding: 0 0 0 130px;
  }
}


@media (min-width: 481px) {
  .news-imgplus .entry-title {
    margin: 0 -30px 0 -125px;
    padding: 0 35px 0 130px;
  }
}


.news-wrap .entry-title a {
  display: block;
  width: 100%;
}

@media (min-width: 768px) {
  .news-wrap .entry-title a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}


.news-wrap .entry-img {
  display: block;
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
}

@media (min-width: 481px) {
  .news-wrap .entry-img {
    display: inline-block;
    position: relative;
    top: 0;
    right: 0;
  }
}


.news-wrap .entry-img {
	width: 30px;
	padding: 0;
  margin: 0;
	text-align: center;
}


.news-wrap .entry-img .fa {
	font-size: 18px;
  vertical-align: bottom;
}


.news-wrap .entry-img .no-img .fa {
	color: #e7e7e7;
}


.news-wrap .entry-img a {
	color: #1c3c65;
	text-decoration: none;
}


.news-wrap .entry-img a:hover {
	color: #1c3c65;
	text-decoration: none;
  opacity: 0.7;
}


section.shop-info {
  width: 100%;
  height: auto;
  padding: 50px 10px;
  margin: 0 auto;
  background-color: #fafafa;
  border-bottom: 1px solid #d5d5d5;
}

@media screen and (min-width: 481px) {
  section.shop-info {
    padding: 50px 5%;
  }
}


section.support {
  width: 100%;
  height: auto;
  padding: 50px 10px;
  margin: 0 auto;
  background-color: #fff;
}

@media screen and (min-width: 481px) {
  section.support {
    padding: 50px 5%;
  }
}


.service {
  background-color: #fafafa;
  border-top: 1px solid #d5d5d5;
}


.service:nth-of-type(even) {
  background-color: #fff;
}


.service-wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  /*max-width: 1400px;*/
  margin: 0 auto;
}


.service-img {
  width: 100%;
  height: 0px;
  padding-bottom: 56.25%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  order: 1;
}

@media screen and (min-width: 1025px) {
  .service-img {
    width: 45%;
    height: auto;
    padding: 0;
    order: 2;
  }
}


.service:nth-of-type(even) .service-img {
  order: 1;
}


.service-img01 {
  background-image: url(img/support/bg-service01.jpg);
}


.service-img02 {
  background-image: url(img/support/bg-service02.jpg);
}


.service-img03 {
  background-image: url(img/support/bg-service03.jpg);
}


.service-img04 {
  background-image: url(img/support/bg-service04.jpg);
}


.service-info {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-content: center;
  align-content: center;
  width: 100%;
  padding: 30px 10px;
  order: 2;
}

@media screen and (min-width: 481px) {
  .service-info {
    padding: 50px 30px;
  }
}

@media screen and (min-width: 769px) {
  .service-info {
    padding: 60px 40px;
  }
}

@media screen and (min-width: 1025px) {
  .service-info {
    width: 55%;
    min-height: 600px;
    order: 1;
  }
}


.service:nth-of-type(even) .service-info {
  order: 2;
}


.service-info h3 {
  display: block;
  width: 100%;
  margin-bottom: 1em;
  font-size: 20px;
  line-height: 1.5em;
  font-weight: bold;
  text-align: center;
  color: #1c3c65;
}

@media screen and (min-width: 481px) {
  .service-info h3 {
    font-size: 30px;
  }
}


.service-info p {
  display: block;
  width: 100%;
  margin-bottom: 1em;
  font-size: 14px;
  line-height: 2em;
  text-align: center;
}

@media screen and (min-width: 481px) {
  .service-info p {
    font-size: 16px;
  }
}


.shopdetail {
  width: 100%;
  margin: 0 auto;
}


.shopdetail-img-wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 100%;
  padding: 15px 0;
}


.shopdetail-img-wrap-col1 {
  justify-content: center;
}


.shopdetail-img {
  width: 100%;
  margin: 5px 0;
}

@media screen and (min-width: 481px) {
  .shopdetail-img {
    width: calc( 50% - 10px );
    margin: 10px 0;
  }
}

@media screen and (min-width: 769px) {
  .shopdetail-img {
    width: calc( 33.33% - 20px );
    margin: 15px 0;
  }
}


@media screen and (min-width: 769px) {
  .shopdetail-img-wrap-col1 .shopdetail-img {
    width: calc( 50% - 20px );
    margin: 15px 0;
  }
}


@media screen and (min-width: 769px) {
  .shopdetail-img-wrap-col2 .shopdetail-img {
    width: calc( 50% - 20px );
    margin: 15px 0;
  }
}


.shopdetail-info-wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 100%;
  max-width: 960px;
  padding: 20px 0 0 0;
  margin: 0 auto;
}


.shopdetail-name {
  width: 100%;
}

@media screen and (min-width: 769px) {
  .shopdetail-name {
    width: 50%;
  }
}


.shopdetail-info {
  width: 100%;
}

@media screen and (min-width: 769px) {
  .shopdetail-info {
    width: calc( 50% - 30px );
  }
}


.shopdetail-info p {
  line-height: 1.8em;
  margin-bottom: 0.5em;
}

@media screen and (min-width: 481px) {
  .shopdetail-info p {
    font-size: 130%;
  }
}

@media screen and (min-width: 1025px) {
  .shopdetail-info p {
    font-size: 150%;
  }
}


a.go-map {
  color: #222;
  font-weight: bold;
  text-decoration: underline;
}


a.go-map::after {
  display: inline-block;
  margin-left: 0.5em;
  font-size: 130%;
  font-weight: normal;
  font-family: FontAwesome;
  content: "\f041";
  vertical-align: bottom;
}


a.go-map:hover {
  color: #1c3c65;
  text-decoration: none;
}


section.access {
  width: 100%;
  height: auto;
  padding: 50px 0 0 0;
  margin: 0 auto;
  border-bottom: 1px solid #d5d5d5;
}


.access-content {
  padding: 20px 0 0 0;
}


section.contact {
  width: 100%;
  height: auto;
  padding: 50px 10px;
  margin: 0 auto;
  background-color: #fafafa;
}

@media screen and (min-width: 481px) {
  section.contact {
    padding: 50px 5%;
  }
}


section.trade {
  width: 100%;
  height: auto;
  padding: 50px 10px;
  margin: 43px auto 0 auto;
  background-color: #fafafa;
}

@media screen and (min-width: 481px) {
  section.trade {
    padding: 50px 5%;
    margin: 63px auto 0 auto;
  }
}


section.privacy {
  width: 100%;
  height: auto;
  padding: 50px 10px;
  margin: 0 auto;
  background-color: #fafafa;
}

@media screen and (min-width: 481px) {
  section.privacy {
    padding: 50px 5%;
  }
}


.privacy-content {
  width: 100%;
  max-width: 1200px;
  padding: 50px 0 0 0;
  margin: 0 auto;
}


.privacy-content h3 {
  font-size: 18px;
  line-height: 1.5em;
  color: #1c3c65;
  margin: 3em 0 0.5em 0;
}


section.solicitation {
  width: 100%;
  height: auto;
  padding: 50px 10px;
  margin: 0 auto;
  background-color: #fafafa;
}

@media screen and (min-width: 481px) {
  section.solicitation {
    padding: 50px 5%;
  }
}


.solicitation-content {
  width: 100%;
  max-width: 960px;
  padding: 50px 0 0 0;
  margin: 0 auto;
}


.solicitation-content h3 {
  font-size: 18px;
  line-height: 1.5em;
  color: #1c3c65;
  margin: 0 0 1em 0;
}


.solicitation-content h1.main-cap {
  font-size: 18px;
  line-height: 1.5em;
  text-align: center;
  margin: 0 auto 1.5em auto;
}

@media (min-width: 481px) {
  .solicitation-content h1.main-cap {
    font-size: 28px;
  }
}


.solicitation-content h2.sub-cap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 960px;
  padding: 5px;
  margin: 0 auto 1em;
  font-size: 16px;
  line-height: 1.5em;
  text-align: center;
  color: #1c3c65;
  border-radius: 10px;
  border: 3px solid #1c3c65;
}

@media (min-width: 481px) {
  .solicitation-content h2.sub-cap {
    padding: 10px;
    font-size: 24px;
  }
}


.solicitation-content .agent {
  display: inline-block;
  width: auto;
  padding: 10px;
  margin: 0 auto;
  border-radius: 5px;
  border: 1px solid #1c3c65;
}


.solicitation-content .agent h3 {
  font-size: 14px;
  line-height: 1.5em;
  margin: 0 auto 0.5em;
}

@media (min-width: 481px) {
  .solicitation-content .agent h3 {
    font-size: 16px;
  }
}


.solicitation-content .agent p {
  font-size: 12px;
  margin-bottom: 0;
}

@media (min-width: 481px) {
  .solicitation-content .agent p {
    font-size: 14px;
  }
}


section.common {
  width: 100%;
  height: auto;
  padding: 50px 10px;
  margin: 0 auto;
  background-color: #fafafa;
}

@media screen and (min-width: 481px) {
  section.common {
    padding: 50px 5%;
  }
}


.common-content {
  padding: 50px 0 0 0;
  margin: 0 auto;
}



/* Stock Detail */

#msp.vcs-stockdetail {
    padding-top: 0;
}


.titlemm, 
.titlemm .titlebody {
  background-color: transparent;
}


section.slider_body {
  padding: 20px 0 40px 0;
}


section.contentsdetail {
  padding-top: 0;
}


section.price_contact {
  padding-bottom: 0;
}

@media (max-width: 640px) {
  .shopinfo {
    padding-bottom: 0;
  }
}


.sp-next-arrow::after, 
.sp-next-arrow::before, 
.sp-previous-arrow::after, 
.sp-previous-arrow::before {
  background-color: #000;
}


.sp-next-arrow::after {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
}


.sp-next-arrow::before {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  border-left: 2px solid #fff;
}


.sp-previous-arrow::after {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
}


.sp-previous-arrow::before {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  border-left: 2px solid #fff;
}


#msp.vcs-stockdetail .pricemm ul li p {
  margin-bottom: 0;
}


#msp.vcs-stockdetail .free-content {
  margin-bottom: 60px;
  padding: 0 20px;
}


#msp.vcs-stockdetail .free-item1, 
#msp.vcs-stockdetail .free-item2, 
#msp.vcs-stockdetail .free-item3, 
#msp.vcs-stockdetail .free-item4 {
  width: 100%;
  height: auto;
  display: block;
  padding: 0 2%;
  margin: 40px auto 60px auto;
  border-top: none;
  text-align: center;
}

@media (min-width: 641px) {
  #msp.vcs-stockdetail .free-item1, 
  #msp.vcs-stockdetail .free-item2, 
  #msp.vcs-stockdetail .free-item3, 
  #msp.vcs-stockdetail .free-item4 {
    width: 80%;
    max-width: 1200px;
  }
}


.point-tit {
  border-bottom: 1px dotted #999;
  margin-bottom: 20px;
  padding-bottom: 20px;
}


.point-tit span {
  color: #fff;
  background: #1c3c65;
  padding: 6px 60px;
  text-align: center;
  font-size: 22px;
  margin-bottom: 15px;
  font-weight: bold;
  display: table;
  margin: 0 auto;
}


#msp.vcs-stockdetail .free-item1 .cap, 
#msp.vcs-stockdetail .free-item2 .cap, 
#msp.vcs-stockdetail .free-item3 .cap, 
#msp.vcs-stockdetail .free-item4 .cap {
  font-size: 16px;
  text-align: center;
  color: #333;
  margin-bottom: 10px;
}


#msp.vcs-stockdetail .free-item1 .contents, 
#msp.vcs-stockdetail .free-item2 .contents, 
#msp.vcs-stockdetail .free-item3 .contents, 
#msp.vcs-stockdetail .free-item4 .contents {
  font-size: 12px;
  line-height: 1.6em;
  padding: 10px 1%;
}


