/* 
Theme Name:understrap-child
Template:understrap
*/

/* common */
/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
 
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 768px) {
    .pc { display: none !important; }
    .sp { display: block !important; }
}

html {
  scroll-behavior: smooth;
}

body {
    background: #FFFDF7;
	font-size: 18px;
	font-family: "M PLUS Rounded 1c" !important;
}

a {
	color:#292929;
	transition: 1.0s ;
}

a:hover {
	color:#292929;
	opacity: 0.5 ;
}

h1.entry-title {
  font-size: 24px;
  color: #6cb4e4;
  text-align: center;
  padding: 0.25em;
  border-top: solid 2px #6cb4e4;
  border-bottom: solid 2px #6cb4e4;
  background: -webkit-repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px,#e9f4ff 3px, #e9f4ff 7px);
  background: repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px,#e9f4ff 3px, #e9f4ff 7px);
  margin-bottom: 50px;
}

h2 {
  font-size: 22px;
  font-size: 2em;
  position: relative;
  padding: 1.5rem;
  text-align: center;
  margin-bottom: 20px;
}

h2 span {
  font-size: 12px;
  font-size: 1.2rem;
  display: block;
  padding-top: 10px;
}

h2:before {
  position: absolute;
  bottom: -10px;
  left: calc(50% - 30px);
  width: 60px;
  height: 5px;
  content: '';
  border-radius: 3px;
  background: #fa4141;
}

h3 {
  font-size: 1.4rem;
  padding: 0.6rem;
  border-left: 6px double #000;
  background: #f4f4f4;
}

h4 {
	font-size:  28px;
	color: #32496D;
	text-align: center;
	padding-top: 20px;
}

h4.pink {
	font-size:  28px;
	color: #E55CBB;
	text-align: center;
	padding-top: 15px;
}

h5 {
	border-left: solid 10px #32496D;
	padding-left: 10px;
	font-size: 28px;
	color: #32496D;
}

h6 {
	background: #3693FF;
	padding: 10px;
	font-size: 22px;
	color: #FFFFFF;
}

p {
	font-size: 18px;
}

.ta-left {
	text-align: left;
}

.ta-center {
	text-align: center;
}

.ft-bold {
	font-weight: 700;
}

.attention {
	font-size: 14px;
	color: #909090;
}

.ft14 {
	font-size: 14px;
}
.ft20 {
	font-size: 20px;
}

.ft22 {
	font-size: 22px;
}



.ft-white {
	color: #FFFFFF;
}

.ft-pink {
	color: #E55CBB;
}

.ft-gold {
	color: #9D7241;
}

ul {
	list-style: none;
}

a {
	text-decoration: none;
}

.t-link a {
	position: relative;
	color: #333;
	text-decoration: none;
}
.t-link a:hover {
	color: #b99b00;
}

.t-link02 a::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 2px;
	background-color: #ceb849;
	transition: width 0.3s;
}

.t-link02 a:hover::after {
	width: 100%;
}

.btn, .woocommerce-info a.button, .woocommerce-notices-wrapper .woocommerce-message a.button, .wpcf7 input[type=submit] {
    padding: 0.375rem 0.75rem;
    font-size: 12px;
}

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
 
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 768px) {
    .pc { display: none !important; }
    .sp { display: block !important; }
}

.kugiri-line {
    border-bottom: solid 1px #707070 !important;
    padding-top: 15px;
    padding-bottom: 15px;
}

.header {
  position: sticky; /* headerを追従にする */
}


/* header */
@media only screen and (max-width: 767px) {
button.navbar-toggler {
 position: absolute;
	top: 0;
 right: 0;
	margin-right: 10px;
	}
}

.topposi {
    background: #3A7DCC;
    text-align: center;
    width: 100%;
    font-size: 14px;
    color: white;
  vertical-align: middle;
    padding-top: 10px;
    padding-bottom: 10px;
}

.bg-ttl {
    text-align: center;
    background: #32496D;
    padding-top: 15px;
    padding-bottom: 15px;
}

.nav-link {
    font-size: 18px;
}

.bg-primary {
    --bs-bg-opacity: 1;
    background-color: #35916a!important;
    text-align: center;
    margin: 0 auto;
}

.ms-auto {
    margin: 0 auto !important;
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255,255,255,1);}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: rgba(255,255,255,.75);
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

@media only screen and (min-width: 768px) {
.wrapper{
	margin-top: 100px;
}
}

@media only screen and (max-width: 767px) {
.wrapper{
	margin-top: 50px;
}
.mt50{
	margin-top: 100px;
}
}

/* footer */
#wrapper-footer {
	background: #CEC9AC;
	padding: 40px 5px 20px 5px;
	font-size: 16px;
}

#wrapper-footer img {
	padding-right: 15px;
}

#wrapper-footer p {
	line-height: 150%;
	font-size: 16px;
}

#wrapper-footer ul li{
        margin-top: 10px;
        margin-bottom: 10px;
    padding-left: -30px !important;
    }


.yoko {
	display: flex;
	justify-content: flex-end;
	overflow: hidden;
}

.yoko ul li {
background: #FF0000;
width: 60px;
}

/* tagcloud */

/*タグクラウドテキスト前アイコン*/

/* contactus */
.describox {
	background: #EFEFEF;
	padding: 15px;
	border-radius: 5;
}

/* replace */
.wp-block-latest-posts__post-excerpt {
    margin-top: 0.2em;
	font-size: 14px;
}

:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) {
    padding: 2px;
    border: none;
}
.btn-primary {
    color: #98A6B5;
    background-color: rgba( 255, 255, 255, 0);
	border-top : solid 1px #CED4DA;
		border-bottom : solid 1px #CED4DA;
		border-right : solid 1px #CED4DA;
	border-left : solid 1px #FFF;
}

.btn-primary a:hover {
    color: #98A6B5;
    background-color: rgba( 255, 255, 255, 0.5);
	border-top : solid 1px #CED4DA;
		border-bottom : solid 1px #CED4DA;
		border-right : solid 1px #CED4DA;
	border-left : solid 1px #FFF;
}

.searchform {
  position: relative;
}
 
.searchfield {
  font-size: 14px;
  width: 90%;
  margin: 3px;
  padding: 10px;
  border: solid 1px #bbb;
  border-radius: 4px;
  background-color: #efefef;
}
 
.searchsubmit {
  font-family: FontAwesome;
  font-size: 1.4em;
  position: absolute;
  top: 0;
  right: 8%;
  margin-top: 10px;
  padding: 0;
  cursor: pointer;
  color: #6297f5;
  border: none;
  background: transparent;
}
 
.searchsubmit:hover {
  opacity: .6;
}

/* accordion */
ul.accordionCat {
    list-style: none;
    padding: 0;
    border: none;
    margin: 0;
}
ul.accordionCat li {
    margin: 0;
    padding: 0;
    line-height: 42px;
}
ul.accordionCat li div.accordion {
    padding-left: 10px;
}
ul.accordionCat li a {
    display: block;
    color: #626262;
    padding-left: 10px;
}
div.accordion {
    display: block;
    border: none;
    cursor: pointer;
    transition: 0.1s ease-in;
    position: relative;
    margin: 0;
    background: #FFF;
}
div.accordion, li.catparent {
    font-weight: 600;
    color: #EB2177;
	font-weight: 700;
	
}
.accordion.active {
    margin-bottom: 0;
}
.entry-content ul.children {
    max-height: 0;
    overflow: hidden;
    transition: 0.3s ease-out;
    padding: 0;
}
div.accordion:hover, ul.accordionCat li a:hover{
  background-color: #efefef;
  text-decoration: none;
}
div.accordion:after {
    color: #6bb6ff;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-53%);
  font-family: 'Material Icons';
  content: "\e145";
    font-weight: 900;
    font-size: 1em;
}
div.accordion.active:after {
  content: "\e313";
}

span.postCount {
    background: #ebfcfe;
    color: #005fa0;
    display: inline-block;
    overflow: hidden;
    min-width: 24px;
    height: 24px;
    margin-left: 7px;
    border-radius: 3px;
    font-size: 12px;
    font-weight: normal;
    text-align: center;
    vertical-align: -5px;
    line-height: 24px;
}
ul.children li a:before {
    color: silver;
    padding-left: 5px;
  font-family: 'Material Icons';
  content: "\e313";
    font-weight: 900;
    font-size: 0.95em;
    padding-right: 5px;
}
ul.accordionCat li ul.children li a {
    font-size: 0.95rem;
}

/* form */
/* ONTACT FORM 7  start */

#cf7-area {
  width:100%;
  margin: 0 auto;
  font-family: “遊ゴシック”,”ヒラギノ角ゴ”,”メイリオ”,”MS Pゴシック”,sans-serif;
  }
  
  .cf7-item {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin: 0 0 1.75em;
  }
  
  .cf7-q {
  width: 30%;
  margin: 0 0 0 10px;
  }
  
  .cf7-a {
  width: 60%;
  }
  
  /*　見出し　*/
  .form-heading
  {
  width: 100%;
  background-color: #191970;
  border-left: 1em solid #6495ED;
  border-radius: 2px;
  color: #ffffff;
  font-weight: bold;
  padding: 1em .8em;
  margin: 0 0 2em;
  }
  
  .form-heading p {
  margin: 0;
  }
  
  /* 各項目共通 */
  #cf7-area label{
  font-weight:bold;
  }
  
  #cf7-area input[type=”text”],#cf7-area input[type=”email”],#cf7-area input[type=”tel”],#cf7-area textarea {
  background: #F0F8FF;
  width:500px;
  margin-left:10px;
  }
  
  #cf7-area input[type=”text”]:focus,#cf7-area input[type=”email”]:focus,#cf7-area input[type=”tel”]:focus,#cf7-area textarea:focus {
  background: #FFE4E1;
  border: 2px solid #FF1493;
  outline: 0;
  }
  
  #cf7-area input[type=”checkbox”], #cf7-area input[type=”radio”]{
  appearance: auto;
  }
  
  #cf7-area .wpcf7-list-item {
  display: block;
  }
  
  #cf7-area textarea{
  height:200px;
  padding: 0.625em 0.4375em;
  }
  
  .cf7-accept-check{
  text-align: center;
  margin: 50px auto;
  }
  
  .cf7-submit {
  width: 40%;
  margin: 0 auto;
  text-align: center;
  }
  
  #cf7-area input[type=”submit”]
  {
  width: 100%;
  background-color: #191970;
  color: #ffffff;
  border-radius: 5px;
  font-size: 1.2em;
  padding: 1em 10px;
  }
  
  #cf7-area input[type=”submit”]:hover
  {
  background-color:#ffffff;
  border: 2px solid #191970;
  color:#191970;
  }
  
  .cf7-btn{
  width: 40%;
  margin: 0 auto;
  text-align: center;
  }
  
  /*　必須ラベル　*/
  .cf7-req{
  font-size:.8em;
  padding: 4px 6px;
  background: #eb2a2a;
  color: #ffffff;
  margin-left: 10px;
  display:inline-block;
  }
  
  @media screen and (max-width:768px){
  .cf7-item {
  display: block;
  }
  
  #cf7-area label{
  display: block;
  margin-bottom: 10px;
  }
  
  .cf7-q {
  width: 100%;
  margin: 0;
  }
  
  .cf7-a {
  width: 100%;
  }
  
  #cf7-area input[type=”text”], #cf7-area input[type=”email”], #cf7-area input[type=”tel”], #cf7-area textarea{
  margin-left: 0;
  }
  
  .cf7-submit{
  width: 90%;
  }

  /* CONTACT FORM 7 end */



/* company */
table {
  width: 100%;
  border-collapse: collapse;
}

th,td {
  padding: 20px 30px;
  border: 1px solid #AAAAAA;
}

th {
  background-color: #CCCCCC;
  width: 150px;
  text-align: left;
}

td {
  width: calc(100% - 150px);
}

@media (max-width: 480px) {
  th,td {
    width: 100%;
    display: block;
  }
}

/* top contents */
.ft16-gray {
 font-size: 16px;
	color: #585858;
}

.pl-30 {
	padding-left: 30px;
}

.material-symbols-outlined {
font-family: 'Material Icons';
    content: "\eb3f";
    font-weight: 400;
    font-size: 24px!important;
    color: #3693FF;
    padding-right: 6px;
    vertical-align: top;
	padding-top: -5px;
}

.material-symbols-outlined02 {
font-family: 'Material Icons';
    content: "\f8ff";
    font-weight: 400;
    font-size: 24px!important;
    color: #3693FF;
    padding-right: 6px;
    vertical-align: top;
	padding-top: -5px;
}

.material-symbols-outlined03 {
font-family: 'Material Icons';
    content: "\e850";
    font-weight: 400;
    font-size: 24px!important;
    color: #3693FF;
    padding-right: 6px;
    vertical-align: top;
	padding-top: -5px;
}
.material-symbols-outlined04 {
font-family: 'Material Icons';
    content: "\e88e";
    font-weight: 400;
    font-size: 24px!important;
    color: #3693FF;
    padding-right: 6px;
    vertical-align: top;
	padding-top: -5px;
}
.material-symbols-outlined05 {
font-family: 'Material Icons';
    content: "\eaf8";
    font-weight: 400;
    font-size: 24px!important;
    color: #3693FF;
    padding-right: 6px;
    vertical-align: top;
	padding-top: -5px;
}
.material-symbols-outlined06 {
font-family: 'Material Icons';
    content: "\eafb";
    font-weight: 400;
    font-size: 24px!important;
    color: #3693FF;
    padding-right: 6px;
    vertical-align: top;
	padding-top: -5px;
}


.contents-discri-left {
	background-image: url("https://4colors-st.com/test/tripblog/wp-content/uploads/2022/12/contents-discri-l-bg.png");
	background-repeat: no-repeat;
	background-position: center;
	background-color: #FFFFFF;
	padding:20px 15px;
	border: solid 3px #3693FF;
	border-radius: 3px;
	box-shadow: 0px 0px 16px -6px rgba(0,0,0,0.6);
	color: #3693FF;
	font-size: 20px;
}

.contents-discri-left a {
	color: #3693FF;
}

.contents-discri-right {
	background-image: url("https://4colors-st.com/test/tripblog/wp-content/uploads/2022/12/contents-discri-r-bg.png");
	background-repeat: no-repeat;
	background-position: center;
	background-color: #FFFFFF;
	padding:20px 15px;
	border: solid 3px #3693FF;
	border-radius: 3px;
	box-shadow: 0px 0px 16px -6px rgba(0,0,0,0.6);
	color: #3693FF;
	font-size: 20px;
}
.contents-discri-right ul {
	padding-left: -15px;
}

.specialbox01 {
	background-image: url("https://4colors-st.com/test/tripblog/wp-content/uploads/2022/12/contents-discri-pre-bg01.png");
	background-repeat: no-repeat;
	background-position: center;
	background-color: #FFFFFF;
	padding:15px;
	border: solid 3px #FF96DF;
	border-radius: 3px;
	box-shadow: 0px 0px 16px -6px rgba(0,0,0,0.6);
	color: #E55CBB;
	font-size: 20px;
	text-align: center;
	font-weight: 700;
}

.specialbox01 a {
	color: #E55CBB;
}

.specialbox02 {
	background-image: url("https://4colors-st.com/test/tripblog/wp-content/uploads/2022/12/contents-discri-pre-bg02.png");
	background-repeat: no-repeat;
	background-position: center;
	background-color: #FFFFFF;
	padding:15px;
	border: solid 3px #FF96DF;
	border-radius: 3px;
	box-shadow: 0px 0px 16px -6px rgba(0,0,0,0.6);
	color: #E55CBB;
	font-size: 20px;
	text-align: center;
	font-weight: 700;
}

.specialbox02 a {
	color: #E55CBB;
}

.specialbox03 {
	background-image: url("https://4colors-st.com/test/tripblog/wp-content/uploads/2022/12/contents-discri-pre-bg03.png");
	background-repeat: no-repeat;
	background-position: center;
	background-color: #FFFFFF;
	padding:15px;
	border: solid 3px #FF96DF;
	border-radius: 3px;
	box-shadow: 0px 0px 16px -6px rgba(0,0,0,0.6);
	color: #E55CBB;
	font-size: 20px;
	text-align: center;
	font-weight: 700;
}

.specialbox03 a {
	color: #E55CBB;
}

.jetbox01 {
	background-image: url("https://4colors-st.com/test/tripblog/wp-content/uploads/2022/12/jet-bg01.png");
	background-repeat: no-repeat;
	background-position: center;
	background-color: #FFFFFF;
	padding:15px;
	border: solid 3px #9D7241;
	border-radius: 3px;
	box-shadow: 0px 0px 16px -6px rgba(0,0,0,0.6);
	color: #9D7241;
	font-size: 20px;
	text-align: center;
	font-weight: 700;
}

.jetbox01 a {
	color: #9D7241;
}

.jetbox02 {
	background-image: url("https://4colors-st.com/test/tripblog/wp-content/uploads/2022/12/jet-bg02.png");
	background-repeat: no-repeat;
	background-position: center;
	background-color: #FFFFFF;
	padding:15px;
	border: solid 3px #9D7241;
	border-radius: 3px;
	box-shadow: 0px 0px 16px -6px rgba(0,0,0,0.6);
	color: #9D7241;
	font-size: 20px;
	text-align: center;
	font-weight: 700;
}

.jetbox02 a {
	color: #9D7241;
}

/* mariotto page */
.material-symbols-outlined10 {
font-family: 'Material Icons';
    content: "\e89e";
    font-weight: 400;
    font-size: 24px!important;
    color: #FFF;
    padding-right: 6px;
    vertical-align: top;
	padding-top: -5px;
}

.wp-block-buttons .wp-block-button:not(.is-style-outline) .wp-block-button__link {
    border: 3px solid #FFF;
	color: #FFF;
    display: flex;
    align-items: center;
   justify-content: center;
	padding: 10px;
	box-shadow: 0px 0px 16px -6px rgba(0,0,0,0.6);
}

.wp-block-button__link {
 color: #FFF;
	}

.wp-block-button__link a {
 color: #FFF;
	}

.wp-block-button__link:hover{
    opacity: 0.7;
	transition: .5s;
}

.graybox {
	border: solid 1px #707070;
	padding: 15px;
	background: #FFF;
	box-shadow: 0px 0px 16px -6px rgba(0,0,0,0.6);
}

.whittebox {
	padding: 10px;
	background: #FFF;
	box-shadow: 0px 0px 16px -6px rgba(0,0,0,0.6);
	text-align: center;
}

.whittebox p {
	font-size: 20px;
}

.ft-normal { color: #585858;}
.ft-silver { color: #939393;}
.ft-gold { color: #C7923C;}
.ft-platina { color: #707070;}
.ft-titan { color: #464646;}
.ft-anbasader { color: #E55CBB;}

.bonusbg {
	background-image: url("https://4colors-st.com/test/tripblog/wp-content/uploads/2022/12/mv04.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	padding: 20px 15px 2px 15px;
	border-radius: 3px;
	box-shadow: 0px 0px 16px -6px rgba(0,0,0,0.6);
	font-size: 16px;
	line-height: 24px;
	height: auto;
}

.bonusbg ul li {
	width: 49%;
	height: 40px;
	display: inline-block;
	vertical-align: top;
}

.bonusbg02 {
	background-image: url("https://4colors-st.com/test/tripblog/wp-content/uploads/2022/12/mv07.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	padding: 25px 15px 10px 15px;
	border-radius: 3px;
	box-shadow: 0px 0px 16px -6px rgba(0,0,0,0.6);
	font-size: 18px;
	line-height: 24px;
	height: auto;
}

.bonusbox {
	background: #FFFCE3;
	padding: 15px 15px 5px 15px;
	border: solid 1px #707070;
	color: #292929;
}
.material-symbols-outlined07 {
font-family: 'Material Icons';
    content: "\eaaa";
    font-weight: 400;
    font-size: 24px!important;
    color: #3693FF;
    padding-right: 6px;
    vertical-align: top;
	padding-top: -5px;
}

/* jal */
.bluebox {
	background: #F0F8FF;
	padding: 10px 10px 4px 10px;
	font-size: 10px;
	color: #41769D;
}

.orangebox {
	background: #FFF2DD;
	padding: 10px 10px 4px 10px;
	font-size: 10px;
	color: #9D7241;
}


/* post re */
h1.page-title {
	font-size: 1.5rem;
	padding-bottom: 20px;
}

h2.entry-title {
	color: #FFF;
}

h2.entry-title a {
	color: #FFF;
}

.entry-meta {
	margin-bottom: 15px;
}

.entry-meta .posted-on {
	color: #707070;
}

.entry-meta .posted-on a {
	color: #000;
}

.entry-meta .byline {
	display: none;
}

.entry-meta .byline a {
	color: #000;
}

/*.entry-footer .cat-links a {
font-family: 'Material Icons';
    content: "\f05b";
    background: #FFF;
    color: #666;
    padding: 3px;
    margin: 2px;
    border: solid 1px #333;
    text-decoration: none!important;
    font-size: 12px!important;
    line-height: 20px;
	border-radius: 15px;
}*/

.entry-summary {
	display: none;
}

.entry-footer  {
	color: #707070;
}

.entry-footer a {
	color: #000;
}

.nav-previous {
	color: #EB2177;
	margin-top: 20px;
}

.nav-previous a {
	color: #EB2177;
}

.nav-next {
	color: #EB2177;
	margin-top: 20px;
}

.nav-next a {
	color: #EB2177;
}

.wpp-list {
	margin-left:-25px;
}

.taxonomies .category {
    background: #FFF;
    color: #666;
    padding: 3px;
    margin: 2px;
    border: solid 1px #333;
    text-decoration: none!important;
    font-size: 12px!important;
    line-height: 15px;
font-family: 'Material Icons';
    content: "\f05b";
}

/*.taxonomies .category a {

}*/

.is-layout-constrained {
	padding: 0;
}

.wp-block-group {
	padding: 0;
}

.wp-block-group__inner-container h2 a {
	color: #FFF;
}

.wpp-cards-compact li .wpp-post-title {
    display: none;
}

.understrap-read-more-link {
	background: orange;
	border-radius: 20px;
	border: solid 3px #FFF;
}

.wpp-cards-compact .taxonomies .category {
border: solid 1px #272727;
	padding: 3px;
	margin-right: 3px;
}

/* pagination */
.page-item:first-child .page-link {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}

.page-item:last-child .page-link {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}

.page-link {
    position: relative;
    display: block;
    color: #FFF;
    text-decoration: none;
    background-color: #FFD6F3;
    border: 1px solid #FFD6F3;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	border-radius: 30px 30px 30px 30px;
	margin-left: 10px;
	margin-right: 10px;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #ED57BF;
    border-color: #ED57BF;
}

.fa-chevron-circle-up {
	color: #E55CBB;
}


/* news */
@media (max-width: 767px) {
#news-list ul {
  margin-left: -10px;
}
}

#news-list ul li {
  border-bottom: 1px solid #666;
  margin-bottom: 5px;
  padding: 25px 0 10px 10px;
}

.no-results {
  margin-top: 20px;
  display: none;
}

.search-form {
  display: none;
}
.page-content {
  display: none;
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  margin-bottom: 4rem;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 3rem;
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel-item {
  height: 32rem;
}


/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
/* rtl:begin:ignore */
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}
/* rtl:end:ignore */

/* パンくずリスト */
#pan ul{
  list-style: none;
  margin-left: -30px;
}
#pan li{
  display: inline;
}
#pan li a{
  color: inherit;
  text-decoration: none;
}
#pan li + li:before{
  content: ">";
  margin:.5em;
}

/* パンくずリスト2 */
#pan2 ul{
  list-style: none;
  margin-left: -30px;
}
#pan2 li{
  display: inline;
}
#pan2 li a{
  color: inherit;
  text-decoration: none;
}
#pan2 li + li:before{
  content: ">";
  margin:.5em;
}

/* Featurettes
------------------------- */

.featurette-divider {
  margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
/* rtl:begin:remove */
.featurette-heading {
  letter-spacing: -.05rem;
}

/* rtl:end:remove */


.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}

.b-example-divider {
  width: 100%;
  height: 3rem;
  background-color: rgba(0, 0, 0, .1);
  border: solid rgba(0, 0, 0, .15);
  border-width: 1px 0;
  box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.b-example-vr {
  flex-shrink: 0;
  width: 1.5rem;
  height: 100vh;
}

.bi {
  vertical-align: -.125em;
  fill: currentColor;
}

.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
}

.nav-scroller .nav {
  display: flex;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.btn-bd-primary {
  --bd-violet-bg: #712cf9;
  --bd-violet-rgb: 112.520718, 44.062154, 249.437846;

  --bs-btn-font-weight: 600;
  --bs-btn-color: var(--bs-white);
  --bs-btn-bg: var(--bd-violet-bg);
  --bs-btn-border-color: var(--bd-violet-bg);
  --bs-btn-hover-color: var(--bs-white);
  --bs-btn-hover-bg: #6528e0;
  --bs-btn-hover-border-color: #6528e0;
  --bs-btn-focus-shadow-rgb: var(--bd-violet-rgb);
  --bs-btn-active-color: var(--bs-btn-hover-color);
  --bs-btn-active-bg: #5a23c8;
  --bs-btn-active-border-color: #5a23c8;
}
.bd-mode-toggle {
  z-index: 1500;
}

@media (max-width: 767px) {
.offcanvas.offcanvas-end {
  width: 200px;
}}

/*====================================================================
slick
====================================================================*/
.sliderArea {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 5px;
}
.sliderArea.w300 {
  max-width: 300px;
}
.slick-slide {
  margin: 0 5px;
}
.slick-slide img {
  width: 100%;
  height: auto;
}
.slick-prev, .slick-next {
  z-index: 1;
}
.slick-prev:before, .slick-next:before {
  color: #000;
}
.slick-slide {
  transition: all ease-in-out .3s;
  opacity: .2;
}
.slick-active {
  opacity: 1;
}
.slick-current {
  opacity: 1;
}
.thumb {
  margin: 20px 0 0;
}
.thumb .slick-slide {
  cursor: pointer;
}
.thumb .slick-slide:hover {
  opacity: .7;
}


/* スマホメニュー */
@media screen and (max-width: 767px) {
  .menu-item {text-align: left;
  padding-top: 15px;
  padding-bottom: 10px;
border-bottom: solid 1px #cffff2;}
  }

@media only screen and (max-width: 767px) {
  button.navbar-toggler {
      position: absolute;
      top: 10px;
      right: 10px;
      margin-right: 10px;
      border: solid 2px #dddddd;
  }
  .navbar-toggler-icon {
    display: inline-block;
    width: 1.75em;
    height: 1.5em;
    vertical-align: middle;
    background-image: var(--bs-navbar-toggler-icon-bg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}
}
.button {
  border: none;
  outline: none;
  background: transparent;
}

@media only screen and (min-width: 768px) {
  .listcode {
    width: 32%;
    display: inline-block;
    margin-right: 10px;
  }}

@media only screen and (max-width: 767px) {
.listcode {
  width: 100%;
  margin-right: 0px;
}}

/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }
}




/* breakpoint */

/* Large devices (desktops, 992px and up)*/
@media (max-width: 991px) {
    
}

/* Extra large devices (large desktops, 1200px and up)*/
@media (max-width: 1199px) {
    
}

/* Medium devices (tablets, 768px and up)*/
@media screen and (max-width: 767px) {
}}