/*
Theme Name: miyadesign
Description: miyadesign
*/



* {
  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: #fff;
  font-size: 12px;
  font-family: 'Kiwi Maru','Yu Gothic','游ゴシック', sans-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;
}


.disp-pc {
  display: none;
}

@media screen and (min-width: 769px) {
  .disp-pc {
    display: block;
  }
}


.disp-mobile {
  display: block;
}

@media screen and (min-width: 769px) {
  .disp-mobile {
    display: none;
  }
}


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


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


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


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


.img-container-hd::before {
  padding-top: 56.25%;
  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: #454545;
  text-decoration: none;
}


a:hover {
  color: #426541ff;
  text-decoration: underline;
}


a, button, input[type="submit"], input[type="button"] {
  -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: 120px;
	height: 24px;
	padding: 0;
	margin: 0 auto;
	font-size: 12px;
	line-height: 1em;
	font-weight: bold;
	font-family: "Kiwi Maru", serif;
	color: #000;
	text-decoration: none;
	border-radius: 12px;
	border: 2px solid #ae9f66ff;
}

@media screen and (min-width: 481px) {
  p.go-archive a {
	  width: 150px;
	  height: 30px;
	  font-size: 14px;
	  border-radius: 15px;
	  font-family: "Kiwi Maru", serif;
  }
}

@media screen and (min-width: 769px) {
  p.go-archive a {
	  width: 200px;
	  height: 40px;
	  font-size: 20px;
	  border-radius: 20px;
	  font-family: "Kiwi Maru", serif;
  }
}


section:nth-of-type(odd) p.go-archive a {
	background-color: #fff;
	font-family: "Kiwi Maru", serif;
}


section:nth-of-type(even) p.go-archive a {
	background-color: #fafafa;
	font-family: "Kiwi Maru", serif;
}


p.go-archive a:hover {
  border: 2px solid #426541ff;
}


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


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


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 */

.mb0 { margin-bottom: 0!important; }
.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.ulnom1 {
  margin: 0 0 1em 0.35em;
}


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: 12px;
	line-height: 2em;
	border-bottom: 1px dotted #999;
	text-align: left;
}

@media screen and (min-width: 481px) {
  table.ts01 tr th {
    font-size: 14px;
  }
}

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

@media screen and (min-width: 1025px) {
  table.ts01 tr th {
    width: 220px;
    padding: 20px 30px;
    font-size: 20px;
  }
}


@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: 12px;
  line-height: 2em;
  text-align: left;
}

@media screen and (min-width: 481px) {
  table.ts01 tr td {
    font-size: 14px;
  }
}

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

@media screen and (min-width: 1025px) {
  table.ts01 tr td {
    padding: 20px 30px;
    font-size: 20px;
  }
}


.formInner table.ts01 tr th p, 
.formInner table.ts01 tr td p {
  font-size: 12px;
  margin-bottom: 0;
}

@media screen and (min-width: 481px) {
  .formInner table.ts01 tr th p, 
  .formInner table.ts01 tr td p {
    font-size: 14px;
  }
}

@media screen and (min-width: 769px) {
  .formInner table.ts01 tr th p, 
  .formInner table.ts01 tr td p {
    font-size: 18px;
  }
}

@media screen and (min-width: 1025px) {
  .formInner table.ts01 tr th p, 
  .formInner table.ts01 tr td p {
    font-size: 20px;
  }
}



/* 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%;
  padding: 10px;
  margin: 0 auto;
}

@media screen and (min-width: 481px) {
  .breadcrumbs ul {
    max-width: 1400px;
    padding: 30px 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: #000;
  text-decoration: none;
}


.breadcrumbs ul li a:hover {
  color: #426541ff;
  text-decoration: underline;
}



/* POST Layut */


.mcwrap {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

@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;
    margin: 0 auto;
  }
}


.mcleft {
  width: 100%;
}

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


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

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

@media (min-width: 1025px) {
  .mcright {
    width: 27%;
    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;
}


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;
}


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


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


article.post .entry {
  padding: 20px 15px;
  background-color: #fff;
}

@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;
}

@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: #ae9f66ff;
  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: 2px;
}


.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: #f6f6f6;
  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: #f6f6f6;
}


.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: #fafafa;
  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 {
  background-color: #fff;
  border: 1px solid #426541ff;
}


.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: #ae9f66ff;
  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: #ae9f66ff;
  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: #ae9f66ff;
  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: #ae9f66ff;
  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: #ae9f66ff;
  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: #ae9f66ff;
  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: #ae9f66ff;
  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: #f6f6f6;
}


#wp-calendar {
  width: 100%;
}


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


#wp-calendar caption {
  color: #ae9f66ff;
  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 td {
  background: #fafafa;
  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;
  border-radius: 5px;
  background-color: #ccc;
  color: #454545;
  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 {
  color: #fff;
  background-color: #426541ff;
}


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


a.more-link {
  display: block;
  font-size: 0.9rem;
  line-height: 2rem;
  color: #454545;
  border-radius: 5px;
  background-color: #ccc;
  margin: 0 auto 0 0;
  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 {
  color: #fff;
  background-color: #426541ff;
}


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: #454545;
  border-radius: 5px;
  background-color: #ccc;
  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: #454545;
  border-radius: 5px;
  background-color: #ccc;
  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 {
  color: #fff;
  background-color: #426541ff;
}



/* 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 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;
}

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


.commentlist .reply a {
  display: block;
  width: 3rem;
  padding: 0 0.5rem;
  border-radius: 5px;
  background-color: #ccc;
  font-size: 0.8rem;
  line-height: 1.6rem;
  color: #454545;
  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 {
  color: #fff;
  background-color: #426541ff;
}


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: #ffe6ce;
  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: 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: 600px;
  }
}


.formbox-long {
  width: 100%;
}


.td-inner-wrap {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
}

@media (min-width: 481px) {
  .td-inner-wrap {
    width: auto;
  }
}


.td-inner-col {
  width: 100%;
}

@media (min-width: 481px) {
  .td-inner-col {
    width: auto;
  }
}


.formInner table.ts01 tr td p.input-cap {
  font-size: 12px;
  font-weight: bold;
}


input[type="text"], 
input[type="tel"], 
input[type="email"], 
input[type="url"], 
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="url"], 
  input[type="number"], 
  input[type="file"], 
  input[type="password"], 
  textarea, 
  select {
    font-size: 14px;
  }
}


input[type="submit"], 
input[type="reset"], 
input[type="button"] {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 24px;
  padding: 0;
  margin: 0 auto;
  font-size: 12px;
  line-height: 1em;
  font-weight: bold;
  color: #000;
  text-decoration: none;
  border-radius: 12px;
  border: 2px solid #426541ff;
  cursor: pointer;
}

@media screen and (min-width: 481px) {
  input[type="submit"], 
  input[type="reset"], 
  input[type="button"] {
    width: 160px;
    height: 30px;
    font-size: 14px;
    border-radius: 15px;
  }
}

@media screen and (min-width: 769px) {
  input[type="submit"], 
  input[type="reset"], 
  input[type="button"] {
    width: 200px;
    height: 40px;
    font-size: 20px;
    border-radius: 20px;
  }
}


section:nth-of-type(odd) input[type="submit"], 
section:nth-of-type(odd) input[type="reset"], 
section:nth-of-type(odd) input[type="button"] {
  background-color: #fff;
}


section:nth-of-type(even) input[type="submit"], 
section:nth-of-type(even) input[type="reset"], 
section:nth-of-type(even) input[type="button"]{
  background-color: #fafafa;
}


input[type="submit"]:hover, 
input[type="reset"]:hover, 
input[type="button"]:hover {
  border: 2px solid #ae9f66ff;
}


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: #426541ff;
  font-size: 18px;
  font-weight: normal;
  margin: 0 0.15em;
  vertical-align: middle;
}

@media screen and (min-width: 481px) {
  .hissu {
    font-size: 20px;
    margin: 0 0.2em;
  }
}

@media screen and (min-width: 769px) {
  .hissu {
    font-size: 24px;
    margin: 0 0.2em;
  }
}


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


.formInner .wpcf7-list-item label {
  cursor: pointer;
}


.formInner .select-multi .wpcf7-list-item {
  display: block;
}


.formInner table.ts01 tr td {
  padding: 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: 2rem 0;
  display: block;
  text-align: center;
}

@media screen and (min-width: 481px) {
  .sent .complete-display {
    padding: 4rem 0;
  }
}

@media screen and (min-width: 769px) {
  .sent .complete-display {
    padding: 6rem 0;
  }
}


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


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;
}

p.search {
  margin-bottom: 0;
}


.search_word {
  color: #ae9f66ff;
}


#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: #ae9f66ff;
  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 */

header {
  width: 100%;
  height: auto;
  background-color: #fff;
  box-shadow: 0 2px 6px 0px rgba(0, 0, 0, 0.15);
  position: fixed;
  top: 0;
  z-index: 100;
}

.anchor {
  padding-top: 150px;
  margin-top: 150px;
}

.hr-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  width: 100%;
  height: 70px;
  padding: 0 10px;
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  .hr-wrap {
    justify-content: space-between;
    height: 90px;
    padding: 0 20px;
  }
}

@media screen and (min-width: 1025px) {
  .hr-wrap {
    justify-content: space-between;
    max-width: 1600px;
    height: 120px;
    padding: 0 30px;
  }
}


.hr-logo {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 240px;
  height: 60px;
  margin: 0 auto 0 0;
}

@media screen and (min-width: 769px) {
  .hr-logo {
    width: calc( 100% - 240px );
  }
}

@media screen and (min-width: 1025px) {
  .hr-logo {
    width: calc( 100% - 280px );
  }
}


.hr-logo a {
  display: block;
  width: 300px;
  height: 60px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-decoration: none;
  background-image: url(img/logo.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

@media screen and (min-width: 1025px) {
  .hr-logo a {
    width: 300px;
    height: 60px;
  }
}


.hr-logo a:hover {
  text-decoration: none;
}


.hr-logo p {
  display: inline-block;
  width: auto;
  padding: 0;
  margin: 6px auto 0 0;
  font-size: 11px;
  line-height: 1.5em;
  text-align: left;
}

@media screen and (min-width: 769px) {
  .hr-logo p {
    margin: 4px auto 0 12px;
    font-size: 12px;
  }
}

@media screen and (min-width: 1025px) {
  .hr-logo p {
    margin: 3px auto 0 15px;
    font-size: 14px;
  }
}


.hr-logo p strong {
  font-weight: bold;
}


.hr-contact {
  width: 50px;
  height: auto;
}

@media screen and (min-width: 769px) {
  .hr-contact {
    width: 220px;
  }
}

@media screen and (min-width: 1025px) {
  .hr-contact {
    width: 250px;
  }
}


.hr-contact a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  padding: 0;
  margin: 0 0 0 auto;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  font-size: 12px;
  line-height: 1.5em;
  color: #fff;
  text-decoration: none;
  background-color: #426541ff;
  background-image: url(img/ic-mail.png);
  background-repeat: no-repeat;
  background-position: center 4px;
  background-size: 40px auto;
}

@media screen and (min-width: 769px) {
  .hr-contact a {
    width: 100%;
    height: 40px;
    padding: 0 50px 0 15px;
    text-indent: 0;
    font-size: 14px;
    background-position: 168px 3px;
    background-size: 32px auto;
  }
}

@media screen and (min-width: 1025px) {
  .hr-contact a {
    height: 50px;
    padding: 0 60px 0 15px;
    font-size: 16px;
    background-position: 190px 4px;
    background-size: 40px auto;
  }
}


.hr-contact a:hover {
  background-color: #ae9f66ff;
}

/* カートとお問い合わせを横並びにする */
.hr-right-side {
  display: flex;
  align-items: center;
  gap: 15px; /* カートとお問い合わせの間の隙間 */
}

/* カートボタン自体のデザイン */
.header-cart a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #333;
  position: relative;
}

/* カートアイコン（FontAwesome 4.7） */
.cart-icon {
  font-size: 24px;
  color: #426541; /* お問い合わせボタンと色を合わせる場合 */
}

/* カートの数字をアイコンの右上にバッジ形式で表示 */
.cart-count {
  position: absolute;
  top: -8px;
  right: -10px;
  background-color: #ae9f66; /* ゴールド系 */
  color: #fff;
  font-size: 11px;
  padding: 2px 6px;
  border-radius: 10px;
  min-width: 18px;
  text-align: center;
  font-family: sans-serif;
}

/* 金額を非表示にする（スッキリさせる場合。出すなら適宜調整） */
.cart-total {
  display: none;
}

/* PCサイズでのロゴ幅の干渉を防ぐ修正 */
@media screen and (min-width: 769px) {
  .hr-logo {
    width: auto; /* calcをやめて自動幅に */
  }
  .hr-right-side {
    gap: 30px; /* PCでは隙間を広げる */
  }
}

/* Footer */

footer {
  width: 100%;
  padding: 30px;
  margin: 0;
}


footer p.copy {
  display: block;
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.25em;
  text-align: center;
}



/* contents */

main {
  margin-top: 0;
}

@media screen and (min-width: 769px) {
  main {
    margin-top: 80px;
  }
}

@media screen and (min-width: 1025px) {
  main {
    margin-top: 80px;
  }
}


section {
  width: 100%;
}


section:nth-of-type(odd) {
  background-color: #fafafa;
}


section.hero {
  min-height: 240px;
  background-image: url(img/mv.png);
  background-repeat: no-repeat;
  background-position: center center, center center;
  background-size: 100% auto, cover;
}

@media screen and (min-width: 481px) {
  section.hero {
    min-height: 360px;
  }
}

@media screen and (min-width: 769px) {
  section.hero {
    min-height: 480px;
  }
}

@media screen and (min-width: 1025px) {
  section.hero {
    min-height: 540px;
  }
}

h1.hero-title {
    font-size: 12px;
    line-height: 1.6em;
    font-weight: 400;
    color: #b6a2a2;
    margin-bottom: 1.5em;
    font-family: "Kiwi Maru", serif;
    text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, 0px 1px 0 #fff, 0 -1px 0 #fff, -1px 0 0 #fff, 1px 0 0 #fff;
}

@media screen and (min-width: 481px) {
  h1.hero-title {
    font-size: 18px;
  }
}

@media screen and (min-width: 769px) {
  h1.hero-title {
    font-size: 30px;
  }
}

@media screen and (min-width: 1025px) {
  h1.hero-title {
    font-size: 40px;
  }
}


.hero-img-wrap {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}


.hero-img-col {
  width: calc( 33.33% - 10px );
  height: auto;
  padding: 0;
  margin: 5px;
}

@media screen and (min-width: 481px) {
  .hero-img-col {
   width: 120px;
  }
}

@media screen and (min-width: 769px) {
  .hero-img-col {
    width: 150px;
  }
}

@media screen and (min-width: 1025px) {
  .hero-img-col {
    width: 180px;
  }
}


.sec-body {
  width: 100%;
  padding: 30px 10px;
  margin: 0 auto;
}

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

@media screen and (min-width: 769px) {
  .sec-body {
    padding: 60px 5%;
  }
}

@media screen and (min-width: 1025px) {
  .sec-body {
    max-width: 1400px;
    padding: 80px 5%;
  }
}


section.hero .sec-body {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  min-height: 240px;
}

@media screen and (min-width: 481px) {
  section.hero .sec-body {
    min-height: 360px;
  }
}

@media screen and (min-width: 769px) {
  section.hero .sec-body {
    min-height: 480px;
  }
}

@media screen and (min-width: 1025px) {
  section.hero .sec-body {
    min-height: 540px;
  }
}


h2.sec-title {
	font-family: "Kiwi Maru", serif;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
}

@media screen and (min-width: 481px) {
  h2.sec-title {
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 769px) {
  h2.sec-title {
    margin-bottom: 50px;
  }
}

@media screen and (min-width: 1025px) {
  h2.sec-title {
    margin-bottom: 70px;
  }
}


.tit-jp {
	display: block;
	width: 280px;
	padding: 0 0 6px;
	margin: 0 auto 5px;
	font-size: 18px;
	font-family: "Kiwi Maru", serif;
	line-height: 1.5em;
}

@media screen and (min-width: 481px) {
  .tit-jp {
    width: 360px;
    padding: 0 0 8px;
    margin: 0 auto 8px;
    font-size: 24px;
  }
}

@media screen and (min-width: 769px) {
  .tit-jp {
    width: 440px;
    padding: 0 0 10px;
    margin: 0 auto 10px;
    font-size: 30px;
  }
}

@media screen and (min-width: 1025px) {
  .tit-jp {
    width: 540px;
    font-size: 36px;
  }
}


section:nth-of-type(odd) .tit-jp {
  border-bottom: 2px solid #ae9f66ff;
}


section:nth-of-type(even) .tit-jp {
  border-bottom: 2px solid #426541ff;
}


.tit-en {
  display: block;
  padding: 2px 0 0;
  margin: 0 auto;
  font-size: 12px;
  line-height: 1.5em;
}

@media screen and (min-width: 481px) {
  .tit-en {
    padding: 3px 0 0;
    font-size: 14px;
  }
}

@media screen and (min-width: 769px) {
  .tit-en {
    padding: 5px 0 0;
    font-size: 16px;
  }
}


section:nth-of-type(odd) .ini:nth-of-type(odd) {
  color: #426541ff;
}


section:nth-of-type(odd) .ini:nth-of-type(even) {
  color: #ae9f66ff;
}


section:nth-of-type(even) .ini:nth-of-type(odd) {
  color: #ae9f66ff;
}


section:nth-of-type(even) .ini:nth-of-type(even) {
  color: #426541ff;
}


.about .sec-body p {
  font-size: 12px;
  line-height: 1.8em;
  text-align: center;
  margin-bottom: 0;
}

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

@media screen and (min-width: 769px) {
  .about .sec-body p {
    font-size: 20px;
  }
}

@media screen and (min-width: 1025px) {
  .about .sec-body p {
    font-size: 24px;
  }
}


.experience .sec-content-wrap {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

@media screen and (min-width: 769px) {
  .experience .sec-content-wrap {
    justify-content: space-between;
    flex-direction: row-reverse;
  }
}


.experience .sec-content-col-img {
  width: 100%;
}

@media screen and (min-width: 1025px) {
  .experience .sec-content-col-img {
    width: calc( 50% - 20px );
  }
}


.experience .sec-content-col-tx {
  width: 100%;
  padding: 10px 0 0 0;
}

@media screen and (min-width: 481px) {
  .experience .sec-content-col-tx {
    padding: 20px 0 0 0;
  }
}

@media screen and (min-width: 769px) {
  .experience .sec-content-col-tx {
    padding: 30px 0 0 0;
  }
}

@media screen and (min-width: 1025px) {
  .experience .sec-content-col-tx {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    width: calc( 50% - 20px );
    padding: 0;
  }
}


.experience .sec-content-col-tx p {
  font-size: 12px;
  line-height: 1.8em;
  margin-bottom: 0;
}

@media screen and (min-width: 481px) {
  .experience .sec-content-col-tx p {
    font-size: 16px;
  }
}

@media screen and (min-width: 769px) {
  .experience .sec-content-col-tx p {
    font-size: 18px;
  }
}

@media screen and (min-width: 1025px) {
  .experience .sec-content-col-tx p {
    font-size: 20px;
  }
}


.experience .sec-content-col-tx p br {
  display: none;
}

@media screen and (min-width: 1280px) {
  .experience .sec-content-col-tx p br {
    display: initial;
  }
}


.service .sec-content-wrap {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}


.service .sec-content-box {
  width: 100%;
  height: auto;
  padding: 10px;
  margin: 5px 0;
  border: 1px solid #333;
  border-radius: 10px;
}

@media screen and (min-width: 481px) {
  .service .sec-content-box {
    padding: 15px;
    margin: 8px 0;
    border-radius: 15px;
  }
}

@media screen and (min-width: 769px) {
  .service .sec-content-box {
    padding: 20px;
    margin: 10px 0;
    border-radius: 20px;
  }
}

@media screen and (min-width: 1025px) {
  .service .sec-content-box {
    padding: 25px;
  }
}


.service .sec-content-box h3.box-title {
  font-size: 16px;
  line-height: 1.5em;
  font-weight: bold;
  text-indent: -9px;
  padding: 0 0 0 9px;
  margin-bottom: 10px;
}

@media screen and (min-width: 481px) {
  .service .sec-content-box h3.box-title {
    font-size: 18px;
    text-indent: -12px;
    padding: 0 0 0 12px;
  }
}

@media screen and (min-width: 769px) {
  .service .sec-content-box h3.box-title {
    font-size: 20px;
    text-indent: -15px;
    padding: 0 0 0 15px;
  }
}

@media screen and (min-width: 1025px) {
  .service .sec-content-box h3.box-title {
    font-size: 24px;
    text-indent: -15px;
    padding: 0 0 0 15px;
  }
}


.service .sec-content-box h3.box-title .tit-prefix {
  display: inline-block;
  width: 3px;
  height: 20px;
  padding: 0;
  margin: 0 6px 0 0;
  vertical-align: text-bottom;
}

@media screen and (min-width: 481px) {
  .service .sec-content-box h3.box-title .tit-prefix {
    width: 4px;
    height: 24px;
    margin: 0 8px 0 0;
  }
}

@media screen and (min-width: 769px) {
  .service .sec-content-box h3.box-title .tit-prefix {
    width: 5px;
    height: 28px;
    margin: 0 10px 0 0;
  }
}

@media screen and (min-width: 1025px) {
  .service .sec-content-box h3.box-title .tit-prefix {
    width: 6px;
    height: 32px;
  }
}


.service .sec-content-box:nth-of-type(odd) h3.box-title .tit-prefix {
  background-color: #426541ff;
}


.service .sec-content-box:nth-of-type(even) h3.box-title .tit-prefix {
  background-color: #ae9f66ff;
}


.cap-box {
  display: inline-block;
  width: auto;
  height: auto;
  padding: 4px 6px;
  margin: 0;
  font-size: 12px;
  line-height: 1em;
  text-indent: initial;
  color: #fff;
  background-color: #000;
  vertical-align: text-bottom;
}

@media screen and (min-width: 481px) {
  .cap-box {
    padding: 5px 7px;
    font-size: 14px;
  }
}

@media screen and (min-width: 769px) {
  .cap-box {
    padding: 6px 8px;
    font-size: 16px;
  }
}

@media screen and (min-width: 1025px) {
  .cap-box {
    font-size: 20px;
  }
}


.service .sec-content-box p {
  font-size: 12px;
  line-height: 1.5em;
  margin-bottom: 0;
}

@media screen and (min-width: 481px) {
  .service .sec-content-box p {
    font-size: 14px;
  }
}

@media screen and (min-width: 769px) {
  .service .sec-content-box p {
    font-size: 16px;
  }
}

@media screen and (min-width: 1025px) {
  .service .sec-content-box p {
    font-size: 20px;
  }
}


.service-caution {
  padding: 5px 10px;
}

@media screen and (min-width: 481px) {
  .service-caution {
    padding: 8px 15px;
  }
}

@media screen and (min-width: 769px) {
  .service-caution {
    padding: 10px 20px;
  }
}

@media screen and (min-width: 1025px) {
  .service-caution {
    padding: 10px 25px;
  }
}


.service-caution p {
  font-size: 10px;
  line-height: 1.5em;
  margin-bottom: 0;
}

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

@media screen and (min-width: 769px) {
  .service-caution p {
    font-size: 14px;
  }
}


.update .sec-content-wrap {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}


.update-entry {
  width :100%;
  height: auto;
  padding: 0 0 15px 0;
  margin: 0 auto 15px auto;
  border-bottom: 1px solid #d5d5d5;
}

@media screen and (min-width: 481px) {
  .update-entry {
    padding: 0 0 20px 0;
    margin: 0 auto 20px auto;
  }
}

@media screen and (min-width: 769px) {
  .update-entry {
    padding: 0 0 30px 0;
    margin: 0 auto 30px auto;
  }
}


.entry-info-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  margin: 0 auto 10px;
}

@media screen and (min-width: 481px) {
  .entry-info-wrap {
    margin: 0 auto 15px;
  }
}

@media screen and (min-width: 769px) {
  .entry-info-wrap {
    margin: 0 auto 20px;
  }
}


.date-display {
  display: inline-block;
  width: auto;
  padding: 5px 10px 5px 0;
}

@media screen and (min-width: 481px) {
  .date-display {
    padding: 5px 15px 5px 0;
  }
}

@media screen and (min-width: 769px) {
  .date-display {
    padding: 5px 20px 5px 0;
  }
}


.entry-date {
  font-size: 12px;
  line-height: 1.5em;
  color: #999;
}

@media screen and (min-width: 481px) {
  .entry-date {
    font-size: 14px;
  }
}

@media screen and (min-width: 769px) {
  .entry-date {
    font-size: 16px;
  }
}


.entry-info-wrap ul {
  display: flex;
  flex-wrap: wrap;
  width: auto;
  align-items: center;
}


.entry-info-wrap ul li.cat-tag {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 24px;
  padding: 0;
  margin: 0 2px;
  font-size: 12px;
  line-height: 1em;
  font-weight: bold;
  text-align: center;
  color: #fff;
}

@media screen and (min-width: 481px) {
  .entry-info-wrap ul li.cat-tag {
    width: 100px;
    height: 30px;
    font-size: 14px;
  }
}

@media screen and (min-width: 769px) {
  .entry-info-wrap ul li.cat-tag {
    width: 120px;
    height: 36px;
    font-size: 16px;
  }
}


.cat-tag-news {
  background-color: #426541ff;
}


.cat-tag-column {
  background-color: #ae9f66ff;
}


.entry-title {
  width: 100%;
  font-size: 14px;
  line-height: 1.5em;
}

@media screen and (min-width: 481px) {
  .entry-title {
    font-size: 16px;
  }
}

@media screen and (min-width: 769px) {
  .entry-title {
    font-size: 18px;
  }
}


.entry-title a {
  color: #000;
  text-decoration: none;
}


.entry-title a:hover {
  color: #426541ff;
  text-decoration: underline;
}


.contact .body-copy {
  width: 100%;
  padding: 0;
  margin: 0 auto 40px;
  text-align: center;
}


.contact .body-copy p {
  font-size: 12px;
}

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

@media screen and (min-width: 769px) {
  .contact .body-copy p {
    font-size: 18px;
  }
}


.contact p.pp-concent {
  margin: 0 auto;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .contact p.pp-concent {
    margin: 40px auto 0 auto;
  }
}


.contact p.pp-link {
  margin: 20px auto 0 auto;
  text-align: center;
}


.contact .formInner p.pp-concent .wpcf7-list-item {
  margin: 0;
}


.pp-content {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 0;
  margin: 0 auto;
}


.pp-group {
  width: 100%;
  padding: 0;
  margin: 0 auto 30px;
}

@media screen and (min-width: 481px) {
  .pp-group {
    margin: 0 auto 50px;
  }
}


.pp-group h3 {
  display: block;
  width: 100%;
  padding: 0.5em 0;
  font-size: 16px;
  line-height: 1.5em;
  font-weight: bold;
  margin-bottom: 0.5em;
  border-bottom: 1px dotted #ddd;
}

@media screen and (min-width: 481px) {
  .pp-group h3 {
    font-size: 24px;
  }
}


.pp-group p {
  font-size: 12px;
  line-height: 1.5em;
  margin-bottom: 1em;
}

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


.pp-group ul {
  padding: 0 0 0 1.5em;
  font-size: 12px;
  line-height: 1.5em;
  margin-bottom: 1em;
}

@media screen and (min-width: 481px) {
  .pp-group ul {
    font-size: 16px;
  }
}


.pp-group li {
  list-style: square;
  font-size: 12px;
  line-height: 1.5em;
  margin-bottom: 0.5em;
}

@media screen and (min-width: 481px) {
  .pp-group li {
    font-size: 16px;
  }
}


.pp-group li:last-of-type {
  margin-bottom: 0;
}

/*Wooccomerce*/

/* 固定ページ全体の幅を強制的に制限 */
body.woocommerce-page .container,
body.single-product .container {
    max-width: 1200px !important;
    margin-right: auto !important;
    margin-left: auto !important;
    padding-left: 5% !important;
    padding-right: 5% !important;
    float: none !important;
}

/* 商品詳細ページの「画像」と「説明」の横幅を強制 */
@media screen and (min-width: 769px) {
    .woocommerce #content div.product div.images, 
    .woocommerce div.product div.images,
    .woocommerce-page #content div.product div.images, 
    .woocommerce-page div.product div.images {
        width: 48% !important;
        float: left !important;
    }

    .woocommerce #content div.product div.summary, 
    .woocommerce div.product div.summary,
    .woocommerce-page #content div.product div.summary, 
    .woocommerce-page div.product div.summary {
        width: 48% !important;
        float: right !important;
    }
}

/* カートに追加ボタンの背景色（紫を打ち消す） */
.woocommerce div.product .single_add_to_cart_button.button,
.woocommerce-page div.product .single_add_to_cart_button.button,
.woocommerce #respond input#submit.alt, 
.woocommerce a.button.alt, 
.woocommerce button.button.alt, 
.woocommerce input.button.alt {
    background-color: #426541 !important; /* あなたのグリーン */
    color: #fff !important;
    border: none !important;
    text-shadow: none !important;
    box-shadow: none !important;
    font-size: 18px !important;
    padding: 10px 30px !important;
}

.woocommerce div.product .single_add_to_cart_button.button:hover {
    background-color: #ae9f66 !important; /* あなたのゴールド */
}
/* 1. ページ全体のコンテナを強制中央寄せ */
.woocommerce-page .container,
.woocommerce.single-product .container {
    max-width: 1200px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 5% !important;
    padding-right: 5% !important;
}

/* 2. 商品詳細ページ内のメインエリアを調整 */
.woocommerce #content div.product, 
.woocommerce div.product, 
.woocommerce-page #content div.product, 
.woocommerce-page div.product {
    width: 100% !important;
    max-width: 1200px !important;
    margin: 0 auto !important;
    display: flex !important; /* 横並びを強制 */
    flex-wrap: wrap;
    justify-content: space-between;
}

/* 3. 左側（画像エリア）と右側（テキストエリア）の幅を指定 */
@media screen and (min-width: 769px) {
    /* 画像エリア */
    .woocommerce #content div.product div.images, 
    .woocommerce div.product div.images, 
    .woocommerce-page #content div.product div.images, 
    .woocommerce-page div.product div.images {
        width: 48% !important;
        float: left !important;
        margin-right: 0 !important;
    }

    /* 商品説明・購入エリア */
    .woocommerce #content div.product div.summary, 
    .woocommerce div.product div.summary, 
    .woocommerce-page #content div.product div.summary, 
    .woocommerce-page div.product div.summary {
        width: 48% !important;
        float: right !important;
        margin-bottom: 30px !important;
    }
}

/* 4. スマホ時は縦に並べる */
@media screen and (max-width: 768px) {
    .woocommerce #content div.product div.images, 
    .woocommerce div.product div.images,
    .woocommerce #content div.product div.summary, 
    .woocommerce div.product div.summary {
        width: 100% !important;
        float: none !important;
        margin: 0 0 20px 0 !important;
    }
}