@charset "UTF-8";
/*
Theme Name: spminmy
Theme URI: 
Author: MINMY team
Author URI: 
Description: 
Tested up to: 6.1
Requires at least: 4.9.6
Requires PHP: 5.2.4
Version: 1111.5
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentynineteen
Tags: 


Bundled block pattern images:
Abstract Background by HD Wallpapers, CC0. https://stocksnap.io/photo/abstract-background-0SRRVNMKBX
Abstract Waves by HD Wallpapers, CC0. https://stocksnap.io/photo/abstract-waves-0KREGLTZQ3
Abstract Bokeh by HD Wallpapers, CC0. https://stocksnap.io/photo/abstract-bokeh-P4KVZBMQ6L
Colorful Bokeh by HD Wallpapers, CC0. https://stocksnap.io/photo/colorful-bokeh-VN4G84GL8H
*/


body{margin: 0; padding: 0; font-family: "M PLUS 1p";}
img{
  max-width: 100%;
  height: auto;
}
.pd20px{padding: 20px;} 
.pd020px{padding: 0 20px;} 

.mg20px{margin: 20px;}
.mg5p{margin: 5%;} 

.bgfff{ background-color: #FFF;}
a{ text-decoration: none;}
hr{
  border: 0; 
  height: 1px; 
  background-image: -webkit-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -moz-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -ms-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -o-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0); 
}

/**Header content ******************/
.f-container {
  display: flex;
  justify-content:
  flex-start;
  position: fixed;
  z-index: 100;
  background-color: #FFF;
  width: 100%;
}
.f-container li{list-style-type: none;}

.logo01{ margin: 3%;}
.discri{width: 35%; margin:6% 2% 0 0; font-size: 0.7em;}

/*　ハンバーガーメニューボタン　*/
.hamburger {
  display : block;
  position: fixed;
  z-index : 3;
  right : 70px;
  width : 50px;
  cursor: pointer;
  text-align: center;
}
.hamburger span {
  display : block;
  position: absolute;
  width   : 40px;
  height  : 5px ;
  left    : 60px;
  background : #F90;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition   : 0.3s ease-in-out;
  transition        : 0.3s ease-in-out;
}
.hamburger span:nth-child(1) { top: 30px;}
.hamburger span:nth-child(2) { top: 40px;}
.hamburger span:nth-child(3) { top: 50px;}

/* スマホメニューを開いてる時のボタン */
.hamburger.active span:nth-child(1) {
  top : 40px;
  left: 60px;
  background :#F90;
  -webkit-transform: rotate(-45deg);
  -moz-transform   : rotate(-45deg);
  transform        : rotate(-45deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  top: 40px;
  background :#F90;
  -webkit-transform: rotate(45deg);
  -moz-transform   : rotate(45deg);
  transform        : rotate(45deg);
}

/* メニュー背景　*/
nav.globalMenuSp {
  position: fixed;
  z-index : 2;
  top  : 0;
  left : 0;
  color: #fff;
  text-align: center;
  width: 100%;
  opacity: 0;
  display: none;
  transition: opacity .6s ease, visibility .6s ease;
}

nav.globalMenuSp ul {
  margin: 20% auto 0 auto;
  padding: 0;
  width: 100%;
}

nav.globalMenuSp ul li {
  list-style-type: none;
  padding: 0;
  width: 50%;
  transition: .4s all;
	float: left;
}
nav.globalMenuSp ul li:last-child { padding-bottom: 0;}
nav.globalMenuSp ul li:hover{ background :#ddd;}

nav.globalMenuSp ul li a {
  display: block;
  color: #fff;
  padding: 15% 5%;
  border: 1px solid #FFF;
  text-decoration :none;
  background: rgba( 255,153,0,0.9 );
}
.navilist{ width: 50%;}

/* クリックでjQueryで追加・削除 */
nav.globalMenuSp.active {
  opacity: 100;
  display: block;
}

/**Slider /section *******************************/
.text01{}
.fvtext{
  font-size: 1.6em;
  font-weight: bold;
  padding-left: 80px;
  background-color: #FFF;
  color: #000;
  line-height: 160%;
}
.topPickupSection{
  width: 90%;
  margin: 70px auto 0 auto;
}
.topPickupSection img{float: right; width: 110px;}
.topPickupSection p{padding: 65px 0 0 0;}
.topMainvisualListLink{ height: calc( 50vh - 90px);}

.box {
  position   : relative;
  max-width  : 95%;
  min-height : 430px;
  margin     : auto;
  overflow   : hidden;
  border-radius: 5% 0 0 5%;
  top: 100px;
  left: 10px;
  z-index: -100;
}

/* --- 背景の指定 ------------------------------------------- */
.box .bgImg {
  position   : absolute;
  top        : 0;
  left       : 0;
  bottom     : 0;
  right      : 0;
  opacity    : 0;
  animation  : bgAnime 21s infinite;   /* 4画像 × 各7s = 28s */
}

/* --- 段差で背景画像のアニメーションを実行 ----------------- */
.box .src1 {
  background : url(https://tugboat.design/myliving.info/wp-content/uploads/2023/02/01sp.jpg) ;   /* 背景の画像を指定 */
  background-size: 100% auto;
}
.box .src2 {
  background-image : url(https://tugboat.design/myliving.info/wp-content/uploads/2023/02/03sp.jpg);   /* 背景の画像を指定 */
  background-size: 100% auto;
  animation-delay  : 7s;
}
.box .src3 {
  background-image : url(https://tugboat.design/myliving.info/wp-content/uploads/2023/02/02sp.jpg);   /* 背景の画像を指定 */
  background-size: 100% auto;
  animation-delay  : 14s;
}

@keyframes bgAnime {
   0% { opacity: 0; }
   5% { opacity: 1; }
  25% { opacity: 1; }
  30% { opacity: 0; }
 100% { opacity: 0; }
}

/* --- 前面の文字定義（サンプルのため変更してください） ----- */
.box .boxString{
  position   : absolute;
  display    : inline-block;
  color      : #fff;
  top        : 25%;                               /* 中央寄せ */
  left       : 20%;
  transform  : translate(-50%,-50%);
  z-index    : 11;
}

/**Bukken *******************************/
.bukken{
  background-color: #EAECED;
  padding: 20px 10px;
}
/**TOP CONTET *******************************/
.sumlist{
  background-color: #FFF;
  width: 100%;
  filter: drop-shadow(0 0 3px rgba(0,0,0,0.3));
  margin: 0 0 10px 0;
  border-collapse: collapse;
}
.sumlist ul{
  padding: 0 0 0 10px;
  margin: 0;
  width: 96%;
}
.sumlist li{
  list-style: none;
  font-size: 14px;
  font-weight: bold;
  line-height: 110%;
  margin: 0 0 5px 0;
}
.sumlist img{
  width: 110px;
  height: 110px;
  object-fit: cover;
}

.listwakuimg h4{
  text-align: center;
  font-size: 24px;
  margin: 10px 0 0 0;
}
.listwakuimg img{
  height: 40px;
  vertical-align: bottom;
}

.listlink01{
  text-align: right;
  margin-bottom: 10px;
}
.listlink01 a{
  background-color: #333;
  border-radius: 50px;
  padding: 2px 5px 1px 5px;
  color: #FFF;
  font-size: 11px;
}
/**common *******************************/
.read01, .read02{margin: 10px 0 0 0;}
.read01 a{
  background-color: #E55504;
  border-radius: 50px;
  width: 50%;
  padding: 2px 10px 1px 15px;
  text-align: center;
  font-size: 11px !important;
  color: #FFF;
  margin: 0 0 0 40%;
}
.read02 a{
  background-color: #ED9102;
  border-radius: 50px;
  width: 50%;
  padding: 2px 10px 1px 15px;
  text-align: center;
  font-size: 11px !important;
  color: #FFF;
  margin: 0 0 0 40%;
}



/**eria Navi*******************************/
.erianav01 ul{}
.erianav01 li{ display: block; width: 48%; display: inline-block; margin-bottom: 3%;}
.erianav01 a{ 
  background-color: #FFF;
  border-radius: 30px;
  width: 100%;
  display: block;
  color: #333;
  padding: 3% 0;
  text-align: center;
  font-size: 0.8em;
  font-weight: 700;
}
.current-menu-item a{
  background-color: #333;
  color: #FFF;
}

/******/
.menu-item-has-children{ display: none;}

/**Main Content ******************/
.topcatch{ text-align: center; width: 90%; margin: 10% auto;}
.topcatch h2{ font-size: 1.6em;}
.topcatch p{}

/*******************/
.hedbk{ height: 93px; font-size: 12px;}
.entry-title{
  text-align: center;
  border-bottom: 2px solid #E55504;
  width: 65%;
  margin: 0 auto;
}
/*******************/

.cont{ background-color: #EBEBEB; padding: 1% 0;}
.me01 ul, .me02 ul, .me03 ul{background-color: #FFF; padding: 5%; margin: 2% 5%;}
.me11 ul, .me12 ul, .me13 ul{padding: 0 5% 5% 5%; margin: 3% 0 0 0;}
.me21 ul, .me22 ul, .me33 ul{padding: 0 5% 5% 5%; margin: 3% 0 0 0;}

.me01 ul li, .me02 ul li, .me03 ul li,
.me11 ul li, .me12 ul li, .me13 ul li,
.me21 ul li, .me22 ul li, .me33 ul li{ list-style-type: none;}

.me11 h3, .me22 h3, .me33 h3{
  font-size: 1.4em;
  font-weight: 700;
  margin: 0;
  padding: 10px 0 0 100px;
  color: #FFF;
}

.me01 h3, .me02 h3, .me03 h3,
.me11 h3, .me12 h3, .me13 h3{
  font-size: 1.4em;
  font-weight: 700;
  margin: 0;
  padding: 20px 0 20px 100px;
  color: #FFF;
}
.me01 h3 a, .me02 h3 a, .me03 h3 a{
  color: #FFF;
}

.listsum01{text-align: right; padding: 0 3% 2% 0;}
.listsum01 a{
  color: #FFF !important;
  font-size: 0.6em;
  background-color: #333;
  border-radius: 30px;
  padding: 1% 5%;
}

.me01, .me02, .me03{ margin: 3%; box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .2);}
.me11, .me12, .me13{ margin: -5px 0 0 0; box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .2);}
.me21, .me22, .me33{ margin: -5px 0 0 0; box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .2);}
.me01, .me11 { background-image: url(https://tugboat.design/myliving.info/wp-content/uploads/2022/11/sec01.png);}
.me01 h3, .me11 h3{ 
  background-image: url(https://tugboat.design/myliving.info/wp-content/uploads/2022/11/topicon01.jpg);
  background-repeat: no-repeat;
  background-position: 20px top;
  background-size: 70px;
}

.me02, .me12, .me22{ background-image: url(https://tugboat.design/myliving.info/wp-content/uploads/2022/11/sec02.png);}
.me02 h3,.me12 h3, .me22 h3{ 
    background-image: url(https://tugboat.design/myliving.info/wp-content/uploads/2022/11/topicon02.jpg);
    background-repeat: no-repeat;
    background-position: 20px top;
    background-size: 70px;
}
  
.me03, .me13, .me33 { background-image: url(https://tugboat.design/myliving.info/wp-content/uploads/2022/11/sec03.png);}
.me03 h3, .me13 h3, .me33 h3{ 
    background-image: url(https://tugboat.design/myliving.info/wp-content/uploads/2022/11/topicon03.jpg);
    background-repeat: no-repeat;
    background-position: 20px top;
    background-size: 70px;
}


/**Archive List Content ******************/
.topist01 hr{
  border: 0; 
  height: 1px; 
  background-image: -webkit-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -moz-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -ms-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -o-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0); 
}
.topist01 a{text-decoration: none; color: #333;}
.topist01 ul{padding: 5%; max-width: 2% 0;}
.topist01 li{list-style-type: none;}

.acimg01{ width: 35%; padding: 0 3% 0 0;}
.acimg01 img {
  width: 110px;
  height: 100px;
  object-fit: cover; /* この一行を追加するだけ！ */
}
.acimg02{ font-size: 1em; font-weight: 700;}
.acimg01 figure{ margin: 0 !important;}

.list01{}
.list01 a{text-decoration: none; color: #333;}
.list01 h2{ font-size: 1.2em; text-align: center; padding: 0 5%;}
.entry-content01{padding: 0 5%;}
.entry-content01 ul{ margin: 0 0 5% 0; padding: 0;}
.entry-content01 li{ list-style: none; margin: 0;}

.cate01{ padding: 5% 10% 0 10%; text-align: center;}
.eria01 a{
  padding: 1% 3%;
  font-size: 0.8em;
  letter-spacing: 0.5em;
  border-radius: 5px;
  display: block;
  width: 80px;
  text-align: center;
}


/**Entry hosoku ******************/
.custom01{ background-color: #FC0; padding: 3% 5%;}
.custom01 ul{ margin: 0; padding: 0;}
.custom01 li{ 
  background-color: #FFF;
  border-radius: 10px;
  font-size: 0.9em;
  padding: 3% 5%;
  margin: 3% 0;
  list-style: none;
  font-weight: 700;
}

.custom02{ background-color: #C00; padding: 3% 5%;}
.custom02 ul{ margin: 0; padding: 0;}
.custom02 li{ 
  background-color: #FFF;
  border-radius: 10px;
  font-size: 0.9em;
  padding: 3% 5%;
  margin: 3% 0;
  list-style: none;
  font-weight: 700;
}

.summary{ text-align: center; margin: 0 5%;}
.summary h5{background-color: #FC0; padding: 2% 0; border-radius: 30px; color: #FFF; font-size: 1em; margin: 5% 0
  ;}
.summary p{font-size: 0.8em;}


.summary02{ text-align: center; margin: 0 5%;}
.summary02 h5{background-color: #C00; padding: 2% 0; border-radius: 30px; color: #FFF; font-size: 1em; margin: 5% 0
  ;}
.summary02 p{font-size: 0.8em;}

.info01{ text-align: center;}
.info01 dl{margin: 0 5% 10% 5%; padding: 0;}
.info01 dt{
  font-size: 16px;
  font-weight: bold;
  background-color: #ea8e02;
  border-top: 3px solid #000;
  border-left:  3px solid #000;
  border-right:  3px solid #000;
  border-radius: 20px 20px 0 0;
  padding: 5px 0 5px 0;
}
.info01 dd{
  margin: 0;
  padding: 5%;
  border-bottom: 3px solid #000;
  border-left: 3px solid #000;
  border-right: 3px solid #000;
  border-radius: 0 0 20px 20px;
}

.entry-content h3{width: 90%; text-align: center; margin: 20px auto;}
.entry-content iframe{ margin: 0 10%;}

/**CTA01 ******************/
.cta01{}
.cta01 h4{ background-color: #FC0; margin: 3% 0; padding: 2%; color: #333;}
.cta01 i{ margin: 0 3%;}
.required{
  font-size: 0.7em;
  background-color: darkred;
  border-radius: 50px;
  color: #FFF;
  padding: 1% 3%;
}
input, textarea{ padding: 10px; border-radius: 5px; border: none; background-color: #EBEBEB;}
.p-postal-code{width: 25% !important;}
.wpcf7-text{width: 94%;}
textarea{width: 94%;}
.cta01 select{padding: 10px; height: 35px; border-radius: 5px; border: none; background-color: #EBEBEB;}
input[type=checkbox]{
  transform: scale(1);
}
input[type="submit"] {
  width: 200px;
  height: 40px;
  background-color: #B70000;
  margin-bottom: 50px;
  font-size: 16px;
}


.doui{ background-color: #333; text-align: center; padding: 3%; color: #FFF;}
.wpcf7-submit{
	background-color: #C00;
	border: 1px solid #FFF;
	padding: 15px 30px;
	margin: 0 auto;
	box-shadow: #666;
	color: #FFF;
	font-weight: bold;
  font-size: 16px;
}
.wpcf7-previous{
	background-color: #CCC;
	border-radius: 10px;
	border: 1px solid #999;
	padding: 3% 5%;
	margin: 0 auto;
	box-shadow: #666;
	color: #333;
	font-weight: bold;
}
.wpcf7-spinner{ display: none;}

/**CTA11 ******************/
.cta11{padding: 0;}
.cta11 li{ list-style: none;}

/**Futter Content*****************/

#block-2, #block-3, #block-4, #block-7{margin: 5%; text-align: center;}
#block-7 td{padding: 0 10px;}

.ftbn01{width: 50%; float: left; list-style-type: none;}
.ftbn11{width: 50%; float: left; list-style-type: none;}

.comser a{color: #333;}
.copy{text-align: center; background-color: #F90; padding: 10px 0; color: #FFF;}


/**Color ******************/
.fred{color: #dc143c;}
.f666{color: #666;}
.f999{color: #999;}

/**H2 ******************/
.oreh2{ color: #F90; border-radius: 30px;}

/**space ******************/
.pd3p{ padding: 3%;}
.pd4p{ padding: 4%;}
.pd5p{ padding: 5%;}
.pdtop4p{ padding-top: 4%;}
.pdtop10p{ padding-top: 10%;}
.pdbt2p{ padding-bottom: 2%;}
.mgbt3p{ margin-bottom: 3%;}

/**Align ******************/
.tcenter{text-align: center;}
.tleft{text-align: left;}
.tright{text-align: right;}

/*みんマイについて**********************************/
.minmyif h3{
  text-align: center;
  line-height: 150% !important;
  font-weight: bold;
  font-size: 0.9em;
}
.cont02{
  background-color: #EBEBEB;
  padding:3% 0;
  margin-bottom: 30px;
}
.minmyif table{
  margin: 0 auto;
  width: 100%;
}
.minmyif h4{
  font-size: 1em;
  font-weight: bold;
  line-height: 130%;
}
.minmyif p{
  line-height: 150% !important;
  font-size: 0.8em;
}

ol.no01{
  counter-reset:list;
  list-style-type:none;
  font: 14px/1.6 'arial narrow', sans-serif;
  padding:0;
}
ol.no01 li{
  position:relative;
  margin: 15px 0 15px 0px;
  padding:10px 10px 10px 60px;
  font-weight: bold;
  font-size:1.2em;
  color: #756C67;
  line-height: 140%;
  background-color: #FFF;
  border-radius: 0 5px 5px 0;
}
ol.no01 li:before{
  counter-increment: list;
  content: counter(list);
  position: absolute;
  left: 0px;
  width: 45px;
  height: 68px;
  text-align: center;
  color: #fff;
  line-height:66px;
  background: #ED9102;
  border-radius: 5px 0 0 5px;
  top: 50%;
  font-size: 1.8em;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.button01 a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto 50px auto;
  padding: 0.5em 1.2em;
  width: 250px;
  color: #FFF;
  font-size: 18px;
  font-weight: 700;
  background-color: #F5A31F;
  transition: 0.3s;
  border-radius: 10px;
  text-align: left;
  line-height: 120%;
}

.button01 a::after {
  content: '';
  width: 20px;
  height: 20px;
  border-top: 5px solid #FFF;
  border-right: 5px solid #FFF;
  transform: rotate(45deg);
}

.button01 a:hover {
  text-decoration: none;
  background-color: #bbbbbb;
}


..wpcf7-list-item{
  display: inline-block;
  margin: 0 !important;
}

/*NEWS**********************************/
.nav-links {text-align: center; padding: 10px 0 30px 0;}
.nav-links svg{vertical-align: bottom;}

.nav-prev-text{display: none;}
.nav-next-text{display: none;}