@charset "utf-8";
/*
Theme Name : coltd
Version : 1.0
Author: zoom
Description: 
*/


/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
html {
  scroll-padding-top: 70px;
}

body {
  font-family: "Noto Sans JP","Open Sans", sans-serif;
  color:#595757;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

a {
  text-decoration: none;
  color: #ff3900;
}

a:hover {
  color: #ff9900;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Noto Sans JP", sans-serif;
}

.text-size-small {
    font-size: .75rem;
}

.h1-mincho {
  font-size: 1.75rem;
  font-weight: 900;
  font-family: "Sawarabi Gothic", serif;
}
.h2-mincho {
  font-size: 1.375rem;
  font-weight: 600;
  font-family: "Sawarabi Gothic", serif;
}
.h3-mincho {
  font-size: 1.25rem;
  font-weight: 900;
  font-family: "Sawarabi Gothic", serif;
}

.kadomaru {    
  border-radius: .5rem;
}
.c-kaku {
  border-radius: 1rem;  
}

.btnx-primary {
    background: #ff3900; border: 2px solid #ff3900;
    color:#fff;
    font-size: .75rem;
    transition: 0.5s;
    
}
.btnx-primary:hover {
    background: #ff9900; border: 2px solid #ff9900;
    color:#222;
}
.btnx-danger {
    background: #14cc70; border: 2px solid #14cc70;
    color:#fff;
    font-size: .75rem;
    transition: 0.5s;
}
.btnx-danger:hover {
    background: #5fcf80; border: 2px solid #5fcf80;
    color:#fff;
}
.btnx-light {
    background: #F3DFAE; border: 2px solid #F3DFAE;
    color:#222;
    transition: 0.5s;
}
.btnx-light:hover {
    background: transparent; border: 2px solid #F3DFAE;
    color:#F3DFAE;
}
.fc-black {
    color: #222!important;
}
.fc-pink {
    color:#FD49AE!important;
}
.fc-skyblue {
    color:#0091FB!important;
}
.fc-cha {
    color:#F8DB44!important;
}
.fc-gray {
    color:#595757!important;
}
.fc-mikan {
    color:#ff3900!important;
}
.fc-green {
    color:#14cc70!important;
}
.fw-600 {
    font-weight: 600;
}

/*吹き出し見出し*/
.balloon {
position: relative;
background-color: #ff9900;
padding: 10px 0 10px 20px ;
border-radius: 6px;
color: #000;
font-weight: 600;
}

.balloon::before {
content: "";
position: absolute;
border: 12px solid transparent;
border-top: 12px solid #ff9900;
top: 100%;
left: 10%;
}

.balloon2 {
position: relative;
background-color: #14cc70;
padding: 12px 60px 0 ;
border-radius: 60px;
color: #fff;
font-weight: 500;
}

.balloon2::before {
content: "";
position: absolute;
border: 10px solid transparent;
border-top: 10px solid #14cc70;
top: 100%;
left: 15%;
}

.balloon p {
margin: 0;
padding: 0;
}



/*--------------------------------------------------------------
# Table
--------------------------------------------------------------*/

.table {
    color:#595757;
    margin: 0 auto;
}
#about .table-hover tbody tr:hover td, .table-hover tbody tr:hover th {
    background-color: rgba(255,255,0,.15);
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: rgba(255,57,0,1);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 24px;
  color: #222;
  line-height: 0;
}

.back-to-top:hover {
  background:  rgba(255,57,0,.5);
  color: #222;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  background:#ff9900;
  font-size: .875rem;
  height: 40px;
  padding: 0;
  color:#222;
}

#topbar .contact-info a {
  line-height: 0;
  color: #222;
  transition: 0.3s;
}

#topbar .contact-info a:hover {
  color: #ff3900;
}

#topbar .contact-info i {
  color: #ff3900;
  line-height: 0;
  margin-right: 5px;
}

#topbar .contact-info .phone-icon {
  margin-left: 15px;
}

#topbar .social-links a {
  color: #222;
  padding: 4px 12px;
  display: inline-block;
  line-height: 1px;
  transition: 0.3s;
}

#topbar .social-links a:hover {
  color: #F3DFAE;
}

#topbar h1 {
  font-size: .875rem;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background: #fff;
  transition: all 0.5s;
  z-index: 997;
  height: 70px;
}

#header.header-scrolled {
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#header .logo {
  font-size: 30px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

#header .logo a {
  color: #14cc70;
}

#header .logo img {
  max-height: 40px;
}

.scrolled-offset {
  margin-top: 70px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-size: .875rem;
  color: #222;
  white-space: nowrap;
  transition: 0.3s;
}

.navbar a i,
.navbar a:focus i {
  font-size: .75rem;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #ff9900;
}

.navbar .getstarted,
.navbar .getstarted:focus {
  color: #ff9900;
  padding: 8px 25px;
  margin-left: 30px;
  border-radius: 4px;
  border: 2px solid #ff9900;
  transition: 0.3s;
  font-size: 14px;
}

.navbar .getstarted:hover,
.navbar .getstarted:focus:hover {
  background: #ff3900;
  color: #fff;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  text-transform: none;
}

.navbar .dropdown ul a i {
  font-size: .75rem;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #ff9900;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #222;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

#tel-btn-sp {
  display: none;
}
@media (max-width: 991px) {
  #tel-btn-sp {
    display: inline-block;
  }
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(9, 9, 9, 0.8);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: .875rem;
  color: #222222;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #ff9900;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: .75rem;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #ff9900;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 70vh;
  background-color: rgba(255, 255, 255, 0.8);
  overflow: hidden;
  position: relative;
}

#hero .carousel,
#hero .carousel-inner,
#hero .carousel-item,
#hero .carousel-item::before {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

#hero .carousel-item::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.2);
}

#hero .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 50px;
  right: 50px;
}

#hero .container {
  text-align: center;
}

#hero h2 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 2rem;
  font-weight: 700;
}

#hero p {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  margin: 0 auto 30px auto;
  color: #fff;
  font-size: .875rem;
}

#hero .carousel-inner .carousel-item {
  transition-property: opacity;
  background-position: center top;
}

#hero .carousel-inner .carousel-item,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
  opacity: 0;
}

#hero .carousel-inner .active,
#hero .carousel-inner .carousel-item-next.carousel-item-start,
#hero .carousel-inner .carousel-item-prev.carousel-item-end {
  opacity: 1;
  transition: 0.5s;
}

#hero .carousel-control-next-icon,
#hero .carousel-control-prev-icon {
  background: none;
  font-size: 30px;
  line-height: 0;
  width: auto;
  height: auto;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50px;
  transition: 0.3s;
  color: rgba(255, 255, 255, 0.5);
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#hero .carousel-control-next-icon:hover,
#hero .carousel-control-prev-icon:hover {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.8);
}

#hero .carousel-indicators li {
  cursor: pointer;
  background: #fff;
  overflow: hidden;
  border: 0;
  width: 12px;
  height: 12px;
  border-radius: 50px;
  opacity: 0.6;
  transition: 0.3s;
}

#hero .carousel-indicators li.active {
  opacity: 1;
  background: #ff9900;
}

#hero .btn-get-started {
  font-weight: 500;
  font-size: .875rem;
  letter-spacing: 1px;
  display: inline-block;
  padding: 14px 32px;
  border-radius: 4px;
  transition: 0.5s;
  line-height: 1;
  color: #000;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  background: #ff9900;
}

#hero .btn-get-started:hover {
  background: #ff3900;
  color:#fff;
}

@media (max-width: 992px) {
  #hero {
    height: 100vh;
  }

  #hero .carousel-container {
    top: 66px;
  }
}

@media (max-width: 768px) {
  #hero h2 {
    font-size: 1.875rem;
  }
}

@media (min-width: 1024px) {

  #hero .carousel-control-prev,
  #hero .carousel-control-next {
    width: 5%;
  }
}

@media (max-height: 500px) {
  #hero {
    height: 120vh;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
}

.section-bg {
  background-color: #F3DFAE;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 1.375rem;
  font-weight: 500;
  color:#222;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}

/*.section-title h2::before {
  content: "";
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}*/

.section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 2px;
  background: #14cc70;
  bottom: 0;
  left: calc(50% - 20px);
}

.section-title p {
  margin-bottom: 0;
  font-size: 14px;
  color: #7e7e7e;
}

/*--------------------------------------------------------------
# Featured Services
--------------------------------------------------------------*/
.featured-services {
  padding: 20px 0 50px 0;
}

.featured-services .news-box {
  padding: 10px 0;
}

.featured-services .icon-box {
  padding: 20px;
}

.featured-services .icon-box-bg {
  background-image: linear-gradient(0deg, #222222 0%, #2f2f2f 50%, #222222 100%);
}

.featured-services .icon {
  margin-bottom: 1.25rem;
  transition: 0.3s;
}

.featured-services .icon i {
  color: #ff3900;
  font-size: 2rem;
}

.featured-services .mainTitle {
  color: #ff3900;
  font-size: 1.375rem;
  font-weight: 700;
  letter-spacing: 0.25rem;
}

.featured-services .title {
  font-weight: 700;
  margin-bottom: .75rem;
  font-size: 1.25rem;
}

.featured-services .title a {
  color: #222222;
}

.featured-services .icon-box:hover .title a {
  color: #14cc70;
}

.featured-services .description {
  line-height: 1.375rem;
  font-size: .875rem;
}

/* -- contents-maker-2-area ------------------------------- */

.contents-maker-2-area {
	width: 100%;
	margin: 0 auto;
	display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-flex-direction: column;
    flex-direction: column;
}

/*.box {
	width: 300px;
	margin: 0 50px 50px 0;
	padding: 30px 40px;
	border: 1px solid #cccccc;
	border-radius: 7px;
	box-shadow: 0 0 7px rgba( 0, 0, 0, 0.2 );
}

.box:nth-child( 3n ) {
	margin-right: 0px;
}

.box h2 {
	font-size: 1.5rem;
	font-weight: bold;
	border-bottom: 1px solid #454545;
}

.box ul {
	margin: 10px 0;
	list-style-type: none;
	font-size: 80%;
}

.box p {
	margin: 10px 0;
}*/

.cm2-images {
    width:200px;
    height:150px;
    overflow: hidden;
}

/* -- スマホ設定 ---------------------------- */

@media screen and ( max-width: 768px ) {

.contents-maker-2-area {
	width: 95%;
	display: block;
}

/*.box {
	width: 100%;
	padding: 20px 5%;
}
*/

}

/*--------------------------------------------------------------
# About Us
--------------------------------------------------------------*/
.about .content h3 {
  font-weight: 700;
  font-size: 28px;
}

.about .content h4 {
  font-size: 1.375rem;
  font-weight: 500;
  color:#333;
}


.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  padding-bottom: .25rem;
  font-size: .875rem;
}

.about .content ul i {
  padding-right: 4px;
  color: #ff3900;
}

.about .content p:last-child {
  margin-bottom: 0;
}

.about-swiper .swiper-pagination-bullet {
  border-radius: inherit;
  margin: 0 5px!important;
  width: 25px;
  height: 3px;
  background: #ff9900;
  opacity: 0.3;
}
.about-swiper .swiper-pagination-bullet-active {
  background: #ff9900;  
  width: 40px;
  opacity: 1;
  transition: 0.8s;
}

/*--------------------------------------------------------------
# Nationwide shipping
--------------------------------------------------------------*/
.nws {
  background: #ff9900;
  padding: 60px 0;
}

.nws h3 {
  color: #222;
  font-size: 1.5rem;
  font-weight: 700;
}

.nws p {
  color: #222;
}
@media (max-width: 1024px) {
  .cta {
    background-attachment: scroll;
  }
}

/*--------------------------------------------------------------
# Why Us
--------------------------------------------------------------*/
.why-us {
  padding: 60px 0;
}

.why-us .row {
    overflow: hidden;
}

.why-us .content-item {
  padding: 40px;
  border-left: 1px solid #eee;
  border-bottom: 1px solid #eee;
  margin: -1px;
}

.why-us .content-item span {
  display: block;
  font-size: 1.5rem;
  font-weight: 400;
  color: #14cc70;
}

.why-us .content-item h4 {
  color: #222;
  font-size: 1.25rem;
  font-weight: 300;
  padding: 0;
  margin: 20px 0;
}

.why-us .content-item p {
  color: #7e7e7e;
  font-size: .875rem;
  margin: 0;
  padding: 0;
}

@media (max-width: 768px) {
  .why-us .content-item {
    padding: 40px 0;
  }
}

/*--------------------------------------------------------------
# Our Clients
--------------------------------------------------------------*/
.clients .swiper-slide img {
  opacity: 0.5;
  transition: 0.3s;
}

.clients .swiper-slide img:hover {
  opacity: 1;
}

.clients .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.clients .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #14cc70;
}

.clients .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #14cc70;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services {
  padding: 50px 0 0;
}

.services .card-footer {
    border-top:none;
    background:#fff;
}

.services .icon-box {
  text-align: center;
  padding: 70px 20px 80px 20px;
  transition: all ease-in-out 0.3s;
  background: #fff;
  box-shadow: 0px 5px 90px 0px rgba(110, 123, 131, 0.1);
}

.services .icon-box .icon {
  margin: 0 auto;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: ease-in-out 0.3s;
  position: relative;
}

.services .icon-box .icon i {
  font-size: 36px;
  transition: 0.5s;
  position: relative;
}

.services .icon-box .icon svg {
  position: absolute;
  top: 0;
  left: 0;
}

.services .icon-box .icon svg path {
  transition: 0.5s;
  fill: #f5f5f5;
}

.services .icon-box h4 {
  font-weight: 600;
  margin: 10px 0 15px 0;
  font-size: 22px;
}

.services .icon-box h4 a {
  color: #222222;
  transition: ease-in-out 0.3s;
}

.services .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.services .icon-box:hover {
  border-color: #fff;
  box-shadow: 0px 0 35px 0 rgba(0, 0, 0, 0.08);
}

.services .iconbox-blue i {
  color: #47aeff;
}

.services .iconbox-blue:hover .icon i {
  color: #fff;
}

.services .iconbox-blue:hover .icon path {
  fill: #47aeff;
}

.services .iconbox-orange i {
  color: #ffa76e;
}

.services .iconbox-orange:hover .icon i {
  color: #fff;
}

.services .iconbox-orange:hover .icon path {
  fill: #ffa76e;
}

.services .iconbox-pink i {
  color: #e80368;
}

.services .iconbox-pink:hover .icon i {
  color: #fff;
}

.services .iconbox-pink:hover .icon path {
  fill: #e80368;
}

.services .iconbox-yellow i {
  color: #ffbb2c;
}

.services .iconbox-yellow:hover .icon i {
  color: #fff;
}

.services .iconbox-yellow:hover .icon path {
  fill: #ffbb2c;
}

.services .iconbox-red i {
  color: #ff5828;
}

.services .iconbox-red:hover .icon i {
  color: #fff;
}

.services .iconbox-red:hover .icon path {
  fill: #ff5828;
}

.services .iconbox-teal i {
  color: #11dbcf;
}

.services .iconbox-teal:hover .icon i {
  color: #fff;
}

.services .iconbox-teal:hover .icon path {
  fill: #11dbcf;
}
/*--------------------------------------------------------------
# item
--------------------------------------------------------------*/



/*--------------------------------------------------------------
# GIFT
--------------------------------------------------------------*/
.gift {
  background: #fff;
  padding: 50px 0;
}

.gift .cta-btn {
  font-weight: 500;
  font-size: .875rem;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 30px;
  border-radius: 2px;
  transition: 0.5s;
  margin: 10px;
  border: 2px solid #222;
  color: #222;
  border-radius: 4px;
}

.gift .cta-btn:hover {
  background: #222;
  color: #fff;
}

/*@media (max-width: 1024px) {
  .gift {
    background-attachment: scroll;
  }
}*/

@media (min-width: 769px) {
  .gift .cta-btn-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}

/*--------------------------------------------------------------
# smoothies
--------------------------------------------------------------*/
#smoothie {
 
}



/*--------------------------------------------------------------
# Portfolio Details
.swiper-pagination-bullet {
  border-radius: inherit;
  margin: 0 5px!important;
  width: 54px;
  height: 5px;
  background: skyblue;
  opacity: 0.19;
}
.swiper-pagination-bullet-active {
  background: skyblue;
  opacity: 1;
}


--------------------------------------------------------------*/

.swiper-pagination-bullet {
  border-radius: inherit;
  margin: 0 5px!important;
  width: 54px;
  height: 5px;
  background: skyblue;
  opacity: 0.19;
}
.swiper-pagination-bullet-active {
  background: skyblue;
  opacity: 1;
}

.portfolio-details {
  padding-top: 40px;
}

.portfolio-details .portfolio-details-slider img {
  width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  border-radius: inherit;
  margin: 0 5px!important;
  width: 30px;
  height: 3px;
  background: #ff9900;
  opacity: 0.19;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background: #ff9900;
  opacity: 1;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(34, 34, 34, 0.08);
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: .875rem;
}

.portfolio-details .portfolio-info ul li+li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0;
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team .member {
  text-align: center;
  margin-bottom: 20px;
  box-shadow: 0px 0px 12px 0px rgba(34, 34, 34, 0.07);
  padding: 30px 20px;
  background: #fff;
}

.team .member img {
  max-width: 60%;
  border-radius: 50%;
  margin: 0 0 30px 0;
}

.team .member h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
}

.team .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
}

.team .member p {
  padding-top: 10px;
  font-size: 14px;
  font-style: italic;
  color: #aaaaaa;
}

.team .member .social {
  margin-top: 15px;
}

.team .member .social a {
  color: #919191;
  transition: 0.3s;
}

.team .member .social a:hover {
  color: #14cc70;
}

.team .member .social i {
  font-size: 18px;
  margin: 0 2px;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info {
  border-top: 3px solid #14cc70;
  border-bottom: 3px solid #14cc70;
  padding: 30px;
  background: #fff;
  width: 100%;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
}

.contact .info i {
  font-size: 20px;
  color: #14cc70;
  float: left;
  width: 44px;
  height: 44px;
  background: #eaf6ed;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #222222;
}

.contact .info p {
  padding: 0 0 10px 60px;
  margin-bottom: 20px;
  font-size: 14px;
  color: #555555;
}

.contact .info .social-links {
  padding-left: 60px;
}

.contact .info .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #333;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  margin-right: 10px;
}

.contact .info .social-links a:hover {
  background: #14cc70;
  color: #fff;
}

.contact .info .email:hover i,
.contact .info .address:hover i,
.contact .info .phone:hover i {
  background: #14cc70;
  color: #fff;
}

.contact .col-form-label {
    white-space: nowrap;
    font-size: .75rem;
}

@media (max-width: 768px) {
    .contact .fs-10 {
        font-size: 80%;
    }
}
/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
#breadcrumbs {
    margin-top: 0;
}
.breadcrumbs {
  padding: 60px 0;
  /*background-color: #f3dfae; */ 
  /* background-image: url("../../images/spring_01.jpg"); */  
  min-height: 250px;
  color:#fff;
}
#breadcrumbs.bg-img {
  background-image: url("images/gift.jpg");
  background-size: cover;
  background-position: center ;
}
#breadcrumbs.bg-shinshu {
  background-image:url("images/shinshuF.jpg");
  background-size: cover;
  background-position: center ;
}
#breadcrumbs.bg-img02 {
  background-image:url("images/nawate-dori.jpg");
  background-size: cover;
  background-position: center ;
}
#breadcrumbs.bg-img03 {
  background-image:url("images/pp.jpg");
  background-size: cover;
  background-position: center ;
}
#breadcrumbs.bg-img04 {
  background-image:url("images/contact.jpg");
  background-size: cover;
  background-position: center;
}
#breadcrumbs.bg-img05 {
  background-image:url("images/smoothies.jpg");
  background-size: cover;
  background-position: center;
}
.breadcrumbs.bg-c01 {
  background-color: #F3DFAE;  
}

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 66px;
  }
}

.breadcrumbs h2 {
  font-size: 1.5rem;
  font-weight: 300;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 1rem;
}

.breadcrumbs p {
  font-size: .875rem;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #3c3c3c;
  content: "/";
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }

  .breadcrumbs ol {
    display: block;
  }

  .breadcrumbs ol li {
    display: inline-block;
  }
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  color: #222;
  font-size: .875rem;
  background: #F3DFAE;
}

#footer .footer-top {
  padding: 60px 0 30px 0;
  background: #ff9900;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact h4 {
  font-size: 1.375rem;
  margin: 0 0 30px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}

#footer .footer-top .footer-contact p {
  font-size: .875rem;
  line-height: 24px;
  margin-bottom: 0;
  color: #222;
}

#footer .footer-top h4 {
  font-size: 1rem;
  font-weight: bold;
  color: #222;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #222;
  font-size: 1.125rem;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #222;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color:#F3DFAE;
}

#footer .social-links a {
  font-size: .875rem;
  display: inline-block;
  background: #14cc70;
  color: #fff;
  line-height: 0;
  padding: 6px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 24px;
  height: 24px;
  transition: 0.3s;
}

#footer .social-links a:hover {
  background: #5fcf80;
  color: #fff;
  text-decoration: none;
}




  @media only screen and (min-width: 64.0625em) {
      
    a[href*="tel:"] {
		color: #ff9900 !important;
        font-weight: 600;
        pointer-events: none;
        cursor: default;
        text-decoration: none;
    }

  }
.wpcf7-list-item-label {
  font-size: 0.75rem;
}
.wpcf7-textarea {
  height: 8em;
}
/* ページネーション共通 */
.navigation.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin: 40px auto;
  font-size: 1rem;
}

/* 各ページ番号 */
.navigation.pagination a,
.navigation.pagination span {
  display: inline-block;
  min-width: 38px;
  padding: 8px 14px;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #333;
  text-decoration: none;
  transition: all 0.2s ease;
  background: #fff;
}

/* ホバー時 */
.navigation.pagination a:hover {
  background-color: #ff9900;
  border-color: #ff9900;
  color: #fff;
}

/* 現在のページ */
.navigation.pagination .current {
  background-color: #ff9900;
  border-color: #ff9900;
  color: #fff;
  cursor: default;
  font-weight: bold;
}

/* 前へ・次へボタン */
.navigation.pagination .prev,
.navigation.pagination .next {
  font-weight: 600;
}

/* モバイル対応 */
@media (max-width: 576px) {
  .navigation.pagination a,
  .navigation.pagination span {
    min-width: 32px;
    padding: 6px 10px;
    font-size: 0.9rem;
  }
}
/*記事*/
/* 記事全体 */
.single-article {
  max-width: 900px;
  margin: 60px auto 80px;
  padding: 0 20px;
}

/* 見出し・メタ情報 */
.single-header {
  text-align: left;
  margin-bottom: 40px;
}
.single-title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 1.4;
}
.single-meta {
  font-size: 0.9rem;
  color: #666;
  display: flex;
  gap: 12px;
  align-items: center;
}
.single-meta .cat {
  background: #0b73bf;
  color: #fff;
  font-size: 0.75rem;
  padding: 3px 10px;
  border-radius: 999px;
}

/* アイキャッチ */
.single-thumb {
  margin-top: 20px;
  text-align: center;
}
.single-thumb img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

/* 本文 */
.single-content {
  line-height: 1.8;
  font-size: 1rem;
  color: #333;
}
.single-content p {
  margin-bottom: 1.8em;
}
.single-content h2 {
  font-size: 1.4rem;
  margin: 2em 0 1em;
  font-weight: 600;
  color: #0b73bf;
}
.single-content h3 {
  font-size: 1.2rem;
  margin: 1.5em 0 0.8em;
  font-weight: 600;
}
.single-content ul, .single-content ol {
  margin: 1.5em 0 1.5em 2em;
}

/* 前後ナビ */
.post-navigation {
  display: flex;
  justify-content: space-between;
  margin: 40px 0 20px;
  font-size: 0.95rem;
}
.post-navigation a {
  color: #ff9900;
  text-decoration: none;
}
.post-navigation a:hover {
  text-decoration: underline;
}

/* 一覧に戻るボタン */
.to-archive {
  text-align: center;
  margin-top: 30px;
}
.to-archive a {
  display: inline-block;
  padding: 10px 20px;
  background: #ff3900;
  color: #fff;
  border-radius: 999px;
  text-decoration: none;
  font-size: 0.95rem;
}
.to-archive a:hover {
  background: #ff9900;
}

/* スマホ対応 */
@media (max-width: 768px) {
  .single-title {
    font-size: 1.6rem;
  }
  .single-meta {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
  }
}
