/*
Theme Name:tamaki_campaign_2026
Theme URI: 
Version: 2.0
Author: wakizashi
Author URI: https://wakizashi.jp
License: wakizashi
*/


/*基本構成*/

*{font-family:"Noto Sans JP", sans-serif,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;}



body{
    position: relative;
    margin: 0;
    width: 100%;
    height: 100%;
    letter-spacing: 2px;
    background: url(img/bg.jpg);
    background-size: cover;
    background-attachment: fixed;
}

* html body{  
    overflow: hidden;  
	height: 100%;
	font-size:90%
}

/*各種基本クラス初期設定*/

.fixed{
    position: fixed;
}

.clear
{
clear:both;
}

a {  
    transition: 0.3s ease-in-out;  
}  
a:hover {  
    opacity: 0.6;  
    filter: alpha(opacity=80);  
}


.fade {  
    transition: 0.3s ease-in-out;  
}  
.fade:hover {  
    opacity: 0.6;  
    filter: alpha(opacity=80);  
}

.hide{
	text-indent: 100%; 
    white-space: nowrap; 
    overflow: hidden; 
	display: block;
	height:0px!important;
	padding:0px!important;
	margin:0px!important;
}

h1,h2,h3,h4,h5,h6{
	margin:0;
	padding:0;
	font-size:100%;
	font-weight:normal;

}

ul{
margin:0;
padding:0;
list-style-type:none;
line-height:160%;
}

a{
	color:#333333;
	text-decoration:none;
}



p{
    font-size: 18px;
	margin:15px 0 20px 0px;
	line-height:180%;
	letter-spacing:0px;
	text-align: justify;
}

p a{color:#00688C;}

ol{
}

ol li{
margin:10px 0px;
line-height:160%;
}

/*文字サイズ・基本装飾*/

.strong{font-weight:bold!important;}

.big{
font-size:125%!important;

}

.v_big{
font-size:150%!important;
}

.vv_big{
font-size:180%!important;
}

table .big{
color: #2968BE;
}

.blue{color:#0085B2;}

.bun{
    text-indent: 1em;
}

.mincho{
font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.textright{
text-align:right!important;
}
.textcenter{
text-align:center!important;
}
.small{
font-size:85%!important;
}

.v_small{
font-size:70%!important;
}


hr{
border:none;
border-bottom:solid 1px #cccccc;
margin:50px 0px;
}


.link_box {
    border: #0070B3 2px solid;
    padding: 14px 25px;
    color: #0070B3;
	font-weight:bold;
    position: relative;
    box-sizing: border-box;
    display: inline-block;
    margin-bottom: 20px;
}
.link_box:after{
right: 10px;
    width: 8px;
    height: 8px;
    border-top: 1px solid #0070B3;
    border-right: 1px solid #0070B3;
    transform: rotate(45deg);
    position: absolute;
    top: 40%;
    display: block;
    content: "";
}

/*YouTube Googlemap*/

.youtube{
    position:relative;
    width:100%;
    padding-top:56.25%;
}
.youtube iframe{
    position:absolute;
    top:0;
    right:0;
    width:100%;
    height:100%;
}

.gmap{
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
	
}

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


.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget iframe[style]{
    width: 100% !important;
}


/*テーブル設定*/

table{
clear: both;
table-layout: fixed;
border-collapse: collapse;
margin-left:0px;
margin-top:15px;
margin-bottom:55px;
width:100%;
}


th,td{
padding: 10px 5px 10px 7px;
vertical-align: top;
color: #111111;
line-height:160%;
letter-spacing:0px;
}

th span,td span{
    font-weight: bold;
    margin: 10px 0px;
}

th p,td p{
font-size:100%;
margin:10px 0!important;
}

/*ACCORDION*/
#panel {
    width: 100%;
    margin-bottom: 30px;
}
#panel > h3 {
    border-left:none!important;
    border-bottom: solid 1px white!important;
    background-color: #00779c!important;
    color: #fff!important;
    cursor: pointer;
    padding: 10px!important;
    position: relative;
    margin: 0px auto!important;
    max-width: 96%;
    font-size: 100%!important;
    letter-spacing: 2px;
}

#panel > h3:after{
    content: "▼";
    position: absolute;
    right: 10px;
}
#panel > .active:after{
    content: "▲";
    position: absolute;
    right: 10px;
}

#panel .ac {
    padding: 10px;
    box-sizing: border-box;
}
#panel .ac p{

}



/*イメージ*/
img{
    max-width:100%; 
    border:none;
	height:auto;
}

.center{
text-align:center!important;
display: block!important;
margin: 10px auto 0!important
}


/*サイトヘッダー*/
#header{ 
    z-index: 13;
width: calc((100% - 37.5rem) / 2);
    height: 100vh;
    height: 100vh;
    position: fixed;
    top: 0;
    z-index: 0;
	 transition: 0.3s ease-in-out;  
}
#headercont{
    position: relative;
    padding: 30% 5% 0;
    height: 100vh;
    box-sizing: border-box;
}


/*サイトヘッダーをオン・オフしたいとき*/
/*
#home #header {
    opacity: 0;
	position: fixed;
}

#home #header.isActive{
    opacity: 1;
    transition: all 800ms;
}

*

/*ロゴ*/

#header h1{
    display: block;
    vertical-align: bottom;
}

#header h1 a{
display: block;
    width: 60%;
    margin: auto;
}

/*ヘッダーメニュー*/
.header-wrap{
    width: 100%;
    margin: 0 auto;
    position: relative;
    padding: 8% 5% 16%;
    z-index: 10;
    box-sizing: border-box;
    /* display: flex; */
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    background: #fffaed;
    border-radius: 12px;filter: drop-shadow(-3px 4px 5px rgba(141,141,141,0.6));
	position:relative;
}

.header-inner > ul {
    /*display: flex;
    justify-content: flex-end;*/
	justify-content: space-evenly;
	background-color: unset;
}



.header-menu-item {
padding: 15px 10px;
    border-bottom: #eee solid 1px;
    background: #fff;
    display: inline-block;
    filter: drop-shadow(-3px 2px 2px rgba(141, 141, 141, 0.3));
    width: 42%;
    vertical-align: top;
    border-radius: 500px;
    letter-spacing: 0;
    margin: 11px 0;
}

/*.header-menu-item:before {
content:"●";
	display:inline-block;
	margin-right:8px;
	color:#736357;
	font-size:0.5rem;
}*/

.header-menu-item a {
    font-weight: bold;
    font-size: 18px;
    text-align: right;
}

.header-menu-item a span {
    display: block;
    font-weight: normal;
    font-size: 10px;
    color: #aaa;
}

.app_menu{
	    display: flex;
    gap: 15px;
    padding: 20px 0;
    width: 87%;
    margin: auto;
}

.app_menu li{
	width:50%;
}

.app_menu li a{
	    display: block;
}

.app_area li a figure{
	margin: 0 auto;
    width: 100%;
}

.app_area li a figure img{
    max-height: unset;
}


.header-chara{
    width: 65%;
    position: absolute;
    right: 0;
    bottom: -41%;
}


/*ローダー*/

body::before,body::after{
  position: fixed;
  z-index: 1;
  top: -15%;
  display: block;
  visibility: hidden;
  width: 50%;
  height: 130%;
  content: '';
  background-color: #3c6796;;
}
body::before{
  left: 0;
  animation : curtain_l 3s;
　-webkit-animation : curtain_l 3s;
}
body::after{
  right: 0;
  animation : curtain_r 3s;
　-webkit-animation : curtain_r 3s;
}

@keyframes curtain_l{
  0%{visibility: visible;}
  20%{transform: rotate(0deg) translateX(0%); background-color: #3c6796;}
  60%{transform: rotate(6deg) translateX(-50%);}
  80%{opacity: 1;}
  100%{transform: rotate(0deg) translateX(-100%); opacity:0; visibility: hidden;}
}
@-webkit-keyframes curtain_l{
  0%{visibility: visible;}
  20%{-webkit-transform: rotate(0deg) translateX(0%); background-color: #3c6796;}
  60%{-webkit-transform: rotate(6deg) translateX(-50%);}
  80%{opacity: 1;}
  100%{-webkit-transform: rotate(0deg) translateX(-100%); opacity:0; visibility: hidden;}
}
@keyframes curtain_r{
  0%{ visibility: visible;}
  20%{transform: rotate(0deg) translateX(0%); background-color: #3c6796;}
  60%{transform: rotate(-6deg) translateX(50%);}
  80%{opacity: 1;}
  100%{transform: rotate(0deg) translateX(100%); opacity:0; visibility: hidden;}
}
@-webkit-keyframes curtain_r{
  0%{visibility: visible;}
  20%{-webkit-transform: rotate(0deg) translateX(0%); background-color: #3c6796}
  60%{-webkit-transform: rotate(-6deg) translateX(50%);}
  80%{opacity: 1;}
  100%{-webkit-transform: rotate(0deg) translateX(100%); opacity:0; visibility: hidden;}
}




#loader {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 260px;
    height: 180px;
    margin-top: -80px;
    margin-left: -130px;
    text-align: center;
    color: #fff;
    z-index: 10200;
}

#loader img{

}

	#g-nav .footer-link ul li .chumoku,.footer-link ul li .chumoku{
    background: deeppink;
    color: #fff;
    padding: 2px 5px;
    border-radius: 3px;
    display: block;
    width: auto;
    display: inline-block;
    margin-top: 3px;
	}

.bounce {
  -webkit-animation: bounce_4933 2.5s ease infinite;
          animation: bounce_4933 2.5s ease infinite;
  transform-origin: 50% 50%;
  height:74px;
}

@-webkit-keyframes bounce_4933 {
  0% { transform:translateY(0) }
  5.55556% { transform:translateY(0) }
  11.11111% { transform:translateY(0) }
  22.22222% { transform:translateY(-15px) }
  27.77778% { transform:translateY(0) }
  33.33333% { transform:translateY(-15px) }
  44.44444% { transform:translateY(0) }
  100% { transform:translateY(0) }
height:62px;
}

@keyframes bounce_4933 {
  0% { transform:translateY(0) }
  5.55556% { transform:translateY(0) }
  11.11111% { transform:translateY(0) }
  22.22222% { transform:translateY(-15px) }
  27.77778% { transform:translateY(0) }
  33.33333% { transform:translateY(-15px) }
  44.44444% { transform:translateY(0) }
  100% { transform:translateY(0) }
height:62px;
}

.no1,.no2,.no3{
    filter: alpha(opacity=0);
    -moz-opacity:0;
    opacity:0;
}


.hiya{
    position: fixed;
    z-index: -1;
    top: -2%;
    left: -5%;
    max-width: 27%;	
}

.tensoba{
    position:fixed;
    z-index: -1;
    top: -2%;
    right: -5%;
    max-width: 23%;	
}

.tendon{
    position: fixed;
    z-index: -1;
    bottom: 19%;
    right: 17%;
    max-width: 25%;
}


.katsudon{
    position: fixed;
    z-index: -1;
    bottom: -5%;
    left: 16%;
    max-width: 26%;	
}

.kamatama{
    position: fixed;
    z-index: -1;
    bottom: -13%;
    right: -5%;
    max-width: 25%;	
}


/*Animation*/
.yurayura{
	transform-origin: center bottom;
    animation: yurayura 2s linear infinite;
}

@keyframes yurayura {
  0% , 100%{
      transform: rotate(5deg);
  }
  50%{
      transform: rotate(-5deg);
  }
}

@keyframes scroll {
  0% {
    transform: rotate(0deg) translate(0, 0);
  }
  80% {
    transform: rotate(0deg) translate(0px, 10px);
  }
  0%, 80%, 100% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}

.poyopoyo {
  animation: poyopoyo 2s ease-out infinite;
  opacity: 1;
}
@keyframes poyopoyo {
  0%, 40%, 60%, 80% {
    transform: scale(1.0);
  }
  50%, 70% {
    transform: scale(0.95);
  }
}

/*トップページレイアウト*/

.head_area {
    background-image: url(img/header_bg.webp);
    background-color: #fff;
    background-size: 100% 105%;
    background-repeat: no-repeat;
    background-position: 0px -20px;
    position: relative;
    padding: 10% 0 30%;
}

.head_area h2 {
    max-width: 85%;
    margin: auto;
    padding: 40px 0 20px;
}

.head_area h2 {
    animation: anime1 1.2s ease 0s infinite alternate;
    transform-origin: center;
    z-index: 2;
    position: relative;
}

@keyframes anime1 {
  from {
    transform: scale(0.92,0.92);
  }
  to {
    transform: scale(1,1);
  }
}


.head_area .open {
    max-width: 86%;
    /*margin: -5% auto 0;*/
}

.open {
    animation: anime1 0.8s ease 0s infinite alternate;
    transform-origin:center;
  }
  @keyframes anime1 {
    from {
      transform: scale(0.9,0.9);
    }
    to {
      transform: scale(1,1);
    }
  }


.head_area .images{
	display:flex;
	position:relative;
}
.head_area .main1{
    position: relative;
    z-index: 1;
    padding: 5% 18%;
    box-sizing: border-box;
	
}
.head_area .main2{
    position: relative;
    z-index: 1;
    padding: 4% 0 0;
}
.head_area .main_bg{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-size: contain;
    margin: auto;
    display: block;
}

.head_area .illust_family1 {
    width: 30%;
    top: 10%;
    position: absolute;
    z-index: -1;
}

.head_area span {
    position: absolute;
    top: 48%;
    width: 3%;
    left: 6%;
	animation: scroll 3.5s infinite;
}

.head_area figure{
	position: absolute;
}

.head_area .illust{
	
}

.head_area .illust .header_udon1 {
    width: 25%;
    top: 2%;
    left: 5%;
}

.head_area .illust .header_udon2 {
    width: 35%;
    top: 5%;
    right: 5%;
}

.head_area .illust .header_udon3 {
    width: 30%;
    right: -2%;
    bottom: 8%;
}

.head_area .illust .illust_family2 {
    width: 35%;
    left: 15%;
    bottom: -2%;
}

.head_area .illust .bottom {
    width: 40%;
    right: -15%;
    top: unset;
}

.head_area .date {
    width: 65%;
    margin: 10px auto;

}

.info_area {
    /* margin-top: -50px; */
    padding-top: 0px;
    position: relative;
}

.info_area .illust {
    position: relative;
    z-index: 1;
}

.copy {
    margin: -11% auto 0 5%;
    position: relative;
}

.copy span {
    display: block;
    width: 82%;
}

.copy figure {
    position: absolute;
    width: 23%;
    right: 3%;
    top: -10%;
	animation: yurayura 3s linear infinite;
}

.info_area article {
    padding: 6.5% 4.5%;
    box-sizing: border-box;
    width: 90%;
    margin: 20px auto;
    border-radius: 15px;
    position: relative;
    background-color: #fff;
}

.info_area .illust_kids1 {
    position: absolute;
    width: 20%;
    top: 10%;
    right: 0%;
    z-index: 1;
}

.info_area .illust_kids2 {
    position: absolute;
    width: 32%;
    top: 40%;
    left: -3%;
    z-index: 2;
}

.info_area .illust_kids3 {
    position: absolute;
    width: 30%;
    bottom: 35%;
    right: 0%;
    z-index: 2;
}

.info_area .illust_kids4 {
    position: absolute;
    width: 20%;
    top: 9%;
    left: 10%;
    z-index: 2;
}

.info_area .center {
    margin: 0px auto 20px !important;
    width: 20%;
}

.text-gachagacha {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    position: relative;
    z-index: 3;
}

.text-gachagacha::before {
    content: "";
    background: url(img/icon_special.webp);
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    width: 6rem;
    height: 6rem;
    background-position: center;
}

.text-gachagacha img{
    width: 60%;
}

.text-enquete {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    position: relative;
    z-index: 2;
}

.text-enquete::before {
    content: "";
    background: url(img/icon_more.webp);
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    width: 6rem;
    height: 6rem;
    background-position: center;
}

.text-enquete img {
    width: 70%;
}

.kiwi-maru-regular {
    font-family: "Kiwi Maru", serif;
    font-weight: 500 !important;
    font-size: 1.25rem !important;
    line-height: normal !important;
}

.info_area article p {
    font-weight: 500;
    font-size: 0.75rem;
    line-height: normal;
    margin: 35px 0 0;
    text-align: center;
}

.info_area article p .text-red {
    color: crimson;
    margin: 0;
    font-family: unset;
}

.gacha {
    position: relative;
    margin: 20% 0 0;
}

.gacha span{
	position: absolute;
}

.gacha .center {
    position: relative;
    width: 90%;
    left: 18%;
}

.gacha .fukidashi {
    position: absolute;
    width: 35%;
    top: -10%;
    right: -3%;
}

.gacha .text1 {
    top: -5%;
    left: 0%;
    width: 55%;
    z-index: 2;
}

.gacha .text2 {
    top: 40%;
    right: 0%;
    width: 55%;
    z-index: 2;
}

.gacha .text3 {
    bottom: 0%;
    left: 0%;
    width: 75%;
    z-index: 2;
}

.gacha1, .gacha2, .gacha3 {
    width: calc(96% / 3);
}

.gacha-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 5% 0 0;
}

.join-flow {
    border-radius: 10px;
    border: solid #ea6000 2px;
    padding: 4% 2%;
}

.join-flow li {
    font-size: 0.9rem;
    position: relative;
    padding: 0px 0 0 1rem;
    text-indent: 0rem;
}

/*.join-flow li::before {
    content: "●";
    font-size: 110%;
    color: #ea6000;
    position: absolute;
    left: 0;
}*/

.join-flow .more_link {
    text-align: center;
}

.join-flow a {
    background: #ea6000;
    color: #fff;
    font-weight: 500;
    display: inline-block;
    padding: 3% 20%;
    border-radius: 5px;
    margin: 3% auto;
    font-size: 1.25rem;
	position: relative;
}

.info_area h3{
	
}

.join-flow a:before {
    content: "";
    background: url(img/icon_yubi.webp);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    bottom: -20%;
    right: -5%;
    width: 2rem;
    height: 2rem;
    transform: rotate(270deg);
}

.info_area .detail {
	
}

.sanka_text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 110%;
    margin-left: -5%;
}

.sanka_text span {
    display: inline;
    padding: 0px 10px;
    font-size: 1.2rem !important;
    background-color: rgb(255 150 3);
    color: #fff;
}

.sanka_text ul {
    background-color: #fff7d9;
    padding: 8px;
}

.sanka_text li{
	
}

.sanka_text li::before{
	content: "●";
    color: rgb(255 150 3);
}

.info_area .detail article {
    display: flex;
    padding: 0;
    width: 110%;
	position: relative;
	background-color: unset;
	margin: 0;
}

.prize2{
	left: -12%;
}

.info_area .detail .fukidashi {
    display: block;
    width: 65%;
}

.info_area .detail figure {
    width: 65%;

}

.info_area .detail h3 {
    width: 100%;
}

.info_area .detail .prize1_wrap{
	display: flex;
}

.info_area .detail .prize1_wrap p{
	
}

.info_area .detail .prize1 {
    justify-content: center;
    width: 100%;
    margin: 5% 0% 0% -6%;
}


.prize1 h3 {
    margin: 5px 0 -10px;
}

.info_area .prize1 span {
    margin: 10px -15px 0 0;
    width: 35% !important;
}

.info_area .prize1 figure {
    margin: 25px -15px 0 -50px;
    width: 50%;
}

.prize1 figure {
    margin: 20px 0 0 0px;
}

.prize2 h3 {
    margin: -15px 0 0 15px;
}

.prize2 .fukidashi {
    margin: 10px 0 0 0px;
}

.prize2 figure {
    margin: 20px 0 0;
}

.prize3{
    margin: 45px 0 0!important;
}

.prize3 h3 {
    margin: -60px 10px 0 0;
}

.prize3 .fukidashi {
    margin: -25px -20px 0 auto;
}

.prize3 figure{
	width: 50%;
}

.info_area .present{
text-align:center;	
}

.info_area h2{
    color: darkgoldenrod;
    position: relative;
    text-align: center;
    font-size: 1.65rem;
    font-weight: bold;
	
}


.shop_area{
	    padding: 3% 0 10%;
}

.shop_area article h2 {
    text-align: center;
    color: #651014;
    font-size: 1.35rem;
    font-weight: 600;
    padding: 20px 0 10px;
    margin: 0 0 20px;
    border-bottom: dotted;
}

.shop_area article{
    background: #fff;
    border-radius: 8px;
    width: 94%;
    box-sizing: border-box;
    margin: auto;
    padding: 1.2%;
}

.shop_area ul{
	
}

.shop_area ul li {
    display: flex;
    align-items: center;
}

.shop_area ul li figure {
    width: 40%;
    padding: 0% 1.5%;
    box-sizing: border-box;
    margin: 0;
}

.shop_area ul li .text{
    width: 60%;
    padding: 1%;
    box-sizing: border-box;
}

.shop_area ul li h3 {
    font-size: 1.1rem;
    font-weight: 500;
    letter-spacing: normal;
}

.shop_area ul li p{
	    margin: 0;
    padding: 6px 0;
    font-size: 0.95rem;
}

.shop_area ul li p .tel{
	
}

.shop_area .foot_info{
background:none;	
}

.app_area {
    position: relative;
    z-index: 6;
    background: url(img/apl_background.webp);
    background-position: 50%;
    background-repeat: no-repeat;
    padding: 25% 0 0;
    margin: 0% auto;
    background-size: 150% 95%;
}

.app_area {
    background: url(img/app_bg.webp);
    background-position: top;
    background-repeat: no-repeat;
    background-size: contain;
}

/*.app_area::before {
    content: "";
    background: url(img/app_bg.webp);
    background-size: cover;
    display: block;
    width: 100%;
    height: 160px;
}
*/
.app_area article {
    margin: 0% auto 0;
    background-color: #fff;
}

.app_area article figure {
    width: 90%;
    margin: -15% auto -5%;
}

.app_area p {
    position: relative;
    text-align: center;
    width: 80%;
    background-color: #651014;
    margin: 30px auto 20px;
    padding: 10px 0;
    color: #fff;
    font-weight: 500;
    font-size: clamp(15px, 2vw, 26px);
    border-radius: 10px;
}

.app_area p::before {
    content: '';
    width: 0;
    height: 0px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
    border-width: 1rem 0.5rem 0px 0.5rem;
    display: inline-block;
    margin: 0;
}

.app_area p::after {
    content: '';
    width: 0;
    height: 0px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
    border-width: 1rem 0.5rem 0px 0.5rem;
    display: inline-block;
    margin: 0;
}

.app_menu {
    display: flex;
    gap: 15px;
    padding: 40px 0 20px;
    width: 90%;
    margin: -40px auto 0;
    flex-direction: column;
    align-items: center;
    background-color: #DCDDDD;
    border-radius: 20px;
}

.app_menu li {
    width: 75%;
}

.app_menu li a {
    display: block;
}

.lp_footer{
	background-color: #fff;
}

.foot_info h2{
	display:block;
	max-width: 60%;
	margin:30px auto;
}

.foot_info ul{
	text-align:center;	
	display: flex;
}

.foot_area {
    background: #a4f4ff;
    text-align: center;
    padding: 8% 5%;
    box-sizing: border-box;
}

.foot_logo{
	width:65%;
	margin:auto;
	display:block;
}
.foot_copy{
	padding:40px 0 60px;
	text-align:center;
	display:block;
	color: #651014;
}

.foot_info .header-inner {
    text-align: center;
}

.foot_info ul li {
    text-align: center;
    display: inline-block;
}

.official {
    background-color: #651014;
    border-right: solid #F5B518 4px;
    border-bottom: solid #F5B518 4px;
}

.online {
    background-color: #F5B518;
    border-right: solid #651014 4px;
    border-bottom: solid #651014 4px;
}

.official a {
    color: #fff;
}

.online a {
    color: #651014;
}


@keyframes fuwafuwa {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
}

/* このクラスをつけると回転を無限に繰り返します */
.anime-fuwafuwa1 {
	animation: 2.7s fuwafuwa infinite;
}

.anime-fuwafuwa2 {
	animation: 3s fuwafuwa infinite;
}

.anime-fuwafuwa2 {
	animation: 3s fuwafuwa infinite;
}




/*トピックススライダー*/
.swiper-button-next:after, .swiper-button-prev:after {
    color: #999;
}

/*新着情報*/
.topics_area {
    padding: 120px 205px;
}

.topics_area .flex-box {
    gap: 100px;
}

.topics {
    flex-grow: 1;
}

.topics h3 {
border-bottom: 1px solid #333;
}

.topics h3 a {
    display: flex;
}

.topics .more-link {
    margin: 60px 0 0 auto;
}

#list ul{
    width:100%;
    margin:0 auto;
    padding:0;
    max-width:100%;
    display: inline-block;
}

#list li h3{
    font-size: 1.15rem;
	font-weight:bold;
    margin: 5px 0px 3px;
    width: 100%;
    line-height: 130%;
    letter-spacing: 0;
    text-align: justify;
}

#list li h3 a{
font-size: 0.9rem;
}

#list li p{
    padding: 5px 0px;
    font-size: 80%;
    margin: 0px;
    color: #888;
}


#home .topics .date{
    text-align: center;
    display: block;
    padding: 3px 0px;
    font-size: 14px;
    color: #707070;
    margin: 15px 40px 20px 0px;
}


.readmore{
display:block;
float:right;
}

.date{
    font-weight: bold;
    text-align: right;
    display: block;
    font-size: 0.75rem;
    color: #555;
}

.cat{
    color: #fff;
    padding: 5px 0px;
    font-size: 95%;
    display: inline-block;
}

#cboxTitle,#cboxCurrent {
    display: none!important;
}




/*コンテンツ・基本レイアウト*/


main{
margin: 0px auto;
min-height: 100%;
max-width: 37.5rem;
		background:url(img/main_bg.webp);/*_bg*/
	    background-size: cover;
padding: 0px 0 0px 0;
z-index: 3;
overflow: hidden;
}

.cont {
margin: 0px auto 0px;
width: 100%;
padding: 10px 0px 30px;
z-index: 1;
max-width: 1260px;
}



/*フッター*/
#footer{
    z-index: 13;
width: calc((100% - 37.5rem) / 2);
    height: 100vh;
    height: 100vh;
    position: fixed;
    top: 0;
	right:0;
    z-index: 0;
}

#footer .cont{
    position: relative;
    padding: 5%;
    height: 100vh;
    box-sizing: border-box;
}


.ft_bottom{

}

.foot_menu{
    text-align: left;
}

.foot_menu {
    display: flex;
    justify-content: space-between;
}

.foot_menu_list h3 {
    color: #796A56;
    font-size: 22px;
    padding-bottom: 20px;
}

.foot_menu ul li{
    padding: 7px 0;
}

.foot_menu .sns-link {
    display: flex;
    gap: 20px;
    height: fit-content;
}

.ft_bottom .footer_logo {
    width: 360px;
}

.ft_bottom .footer_info p {
    font-size: 18px;
}

.ft_bottom .footer_info address {
    font-style: normal;
}


/*固定ページメインタイトル*/

#pageheader{
    width: 100%;
    height: 120px;
    padding: 200px 0 0;
    position: relative;
    z-index: 8;
}

.pageheader_cont{
    max-width: 1260px;
    margin: auto;
    height: 100%;
    position: relative;
    background: #fff;
    border-radius: 20px 20px 0 0;
}

.pageheader_cont h2 {

}


.pageheader_cont .left {
}

.about_head{
}

.recruit_head{
}

.contact_head{
}



/*メインコンテンツ*/


.post{
z-index:1;
}

.entrytext{
	margin: auto;
    width: 1000px;
    max-width: 100%;

}



.postnav{
    padding: 20px 0;
    border-top: 1px solid #111;
    position: relative;
	display: flex;
    justify-content: space-between;
}

.postnav .prev{
text-align:left;
}

.postnav .prev a{
font-weight:bold;
}

.postnav .next{
text-align:right;
}

.postnav .next a{
font-weight:bold;
}



/*カテゴリー一覧設定*/
/*トピックス専用*/
.topics_h3{
	background: none!important;
    font-size: 115%!important;
    margin: 10px 0!important;
    padding: 5px 0px!important;
    border: none!important;
}

#imagetopics{
display : flex;
  flex-wrap : wrap;
  justify-content:start;
	
}

.cate_block{
width: 33.3%;
    max-width: 90%;
    box-sizing: border-box;
    text-align: center;
    margin: 10px 0 20px;
    padding: 5px 10px 5px;
}
.cate_left{
display: inline-block;
    width: 100%;
    max-width: 100%;
    vertical-align: top;
    padding: 10px!important;
    height: 260px;
    overflow: hidden;
    box-sizing: border-box;
}
.cate_right{
vertical-align:top;
display:block;
box-sizing:border-box;
font-size:14px;

max-width:100%;
text-align:left;
padding:10px!important;
}
.summary {
    margin: 10px 0 15px;
    line-height: 120%;
    color: #888;
    text-align: justify;
}
.morelink a{
    border-radius: 5px;
    padding: 2px 8px;
    color: #111;
	border:1px solid #111;
    display: inline-block;
}

#sidebar #list ul li {
    margin-bottom: 5px;
    width: 98%;
    padding: 0;
    display: block;
    vertical-align: top;
    padding: 5px;
}



/*各固定ページ設定 エディタ内で利用*/

.page_cont{
	max-width: 1080px;
    margin: auto;
    padding: 30px 0 80px;
}

.page_box {
    width:100%;
    text-align:center;
    margin:10px auto 15px;
    display:flex;
    gap: 25px;
}

.page_table th,.page_table td {
    border: 1px solid #ddd;
    box-sizing: border-box;
}

.page_table th {
    background-color: #eee;
}

.page #main h2{
	
	
}

/********問合わせ*************/
.contact_table th span{
background:#e6c550;
font-size:80%;
}

.contact_table tr{
border-bottom: 1px solid;
}

.contact_table .reb_bg{
background:#e6c550;
font-size:80%;
}
.contact_table {
  width: 100%;
max-width:850px;
margin:auto;
}

.contact_table td,
.contact_table th {
  padding: 15px 8px;
  font-size: 100%;
	font-weight:bold;
text-align:left;
}

.contact_table td input{
margin: 8px;
    font-size: 1rem;
    padding: 5px;
    box-sizing: border-box;
max-width:90%;
}

.contact_table td {
  padding: 15px 10px;
}

.contact_table th {
  min-width: 190px;
  text-align: left;
  letter-spacing: 0;
}


/********会社概要*************/

.gaiyou,.enkaku {
    margin: 40px 0 80px;
    letter-spacing: 0;
    font-size: 100%;
}

.gaiyou th , .gaiyou td{
text-align:left;
font-weight:bold;
border-bottom:1px solid #111;
padding: 25px 8px 25px 8px;
}

.gaiyou th a, .gaiyou td a{
padding-bottom:5px;
border-bottom:1px solid #111;
}

.gaiyou th{
min-width:70px;
text-align: left;
}
.gaiyou td{
}

.enkaku th,.enkaku td{
padding:1%;
	font-weight:bold;
text-align:left;
border-bottom:1px solid #111;
}
.enkaku td{}
.enkaku th {
    min-width: 130px;
}

.aisatsu{
	
	
}


/*ワードプレス仕様補足スタイル*/
.edit a{
	font-size:12px;
	background:#007fff;
	color:#fff;
	padding:1px 3px;
	margin-left:20px;
	text-decoration:none;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

.alignright {
	float: right;
}

.alignleft {
	float: left
}

.gallery{
	clear:both;
}

.gallery img {
    border: none!important;
    padding: 5px;
    box-sizing: border-box;
}

/* ここからがIE8以下透過PNG適用のためのCSS */  
    html>body .sampleBox {  
        background-image: url(img/bg.gif);  
    }  
    * html .sampleBox {  
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/bg.gif', sizingMethod='scale');  
    }



/* お問い合わせフォーム調整 */
.wpcf7-form {
    padding: 20px 0;
    margin-top: -50px;
    border-radius: 0;
    background: #eee;}    /*ボックスを角丸に指定*/
 
.wpcf7-form span.hissu  {
color: #aa0000; /*必須の文字色指定*/
font-size: smaller} /*文字サイズを一回り小さく*/
 
.wpcf7-form input   {width: }    /*入力フィールド幅*/
 
.wpcf7-form textarea    {width:80%; height:150px;}   /*テキストエリア幅*/
 
.wpcf7-form p.submit    {text-align: left}    /*送信ボタンの場所*/
 
.wpcf7-form .wpcf7-submit   {
width: 30%;
    background: #111;
    color: #fff;
    font-size: 1.3rem;
    border: none;
    display: block;
    margin: auto;
}/*送信ボタンの横幅指定*/

/*　ロールアップ　*/
#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 77%;
	z-index:100;
}
#page-top a {
background: url(img/up.png) no-repeat;;
text-decoration: none;
color: #fff;
width: 45px;
height: 45px;
text-indent: -99999px;
display: block;
}

#page-top a:hover {
width: 45x;
margin-bottom: 0px;
height: 45px;
}


/*　スマイルアイコン非表示　*/
img#wpstats{
    position:absolute;
    width:0px;
    height:0px;
    padding:0px;
    border:none;
    overflow:hidden;
}



/*パンくずリスト*/
.breadcrumbs{
 font-size: 80%;
 margin-left: 5px;
 margin-bottom:15px;

}
.breadcrumbs span{
padding: 0 7px;
	font-weight:bold;
	
}

.breadcrumbs a{
font-weight: bold;
    border: 1px solid #111;
    border-radius: 20px;
}

/*レスポンシブ基本CSS*/

.pcheader{display:block; min-width:1260px;}
.mobileheader{display: none!important;}
.pc{display:block;}
.mobile{display: none!important;}
.mbr{display:none;}
.drawer-hamburger{display:none!important;}



@media screen and (max-width: 1580px){
	.header-wrap {
    width: 100%;
    margin: 0 auto;
    position: relative;
    padding: 5% 5% 8%;
	}
   #headercont  .header-menu-item {
        padding: 8px 12px;
        border-bottom: #eee solid 1px;
        width: 100%;
        box-sizing: border-box;
    }
	.header-menu-item a {
    font-weight: bold;
    font-size: 16px;
    text-align: right;
}
	
}

@media screen and (max-width: 1260px){
#headercont .app_menu {
    display: flex;
    gap: 15px;
    padding: 20px 0;
    flex-direction: column;
}	
#headercont .app_menu li {
    width: auto;
    display: block;
    /* margin: auto; */
}	
	
}

@media screen and (max-width: 1060px){
	
	.mobile{display:block!important;}

/*トップページ*/
	body{
		width:100%;
		min-width:100%;
	}
	.pc{display:none!important;}

	main{
		max-width:100%;
	}

/* フッター */

	
/*カテゴリー・投稿*/	

.cate_block {
    max-width: 90%;
    margin: 10px auto 20px;
    padding: 5px 5px 5px;
    display: block;
}
	.cat{

	}

#page .cate_right {
    vertical-align: top;
    display: inline-block;
    box-sizing: border-box;
    font-size: 12px;
    padding: 10px 3px!important;
}


/* 固定ページ */




/*お問い合わせ*/
	.contact_table{
    table-layout: fixed;		
	}
	
#page #main .contact_table p{
		text-align:left;
	}
	
#page #main .contact_cont p {
    text-align: center;
    padding: 10px 0 20px;
    margin: 0;
    font-size: 0.80rem;
    letter-spacing: 0;
}
	
.page_cont article {
    padding: 0;
    text-align: left;
}	
	
	
/*その他基本設定*/	

.long_table{
overflow-x:scroll;
}


	
.footmenu ul {
    padding: 10px 0px;
    font-size: 90%;
}
.contact_table td,.contact_table th,.service td,.service th{
display:block;
}

.product_area  .black_link{

}
	
.foot_area h3 {
    font-size: 0.9rem;
    letter-spacing: 0;
}

	.kiyaku_box{
		display:flex;
		flex-wrap:wrap;
		margin-bottom:15px;
		gap:3px;
	}	
	
.kiyaku{	
	width: 48%;
    display: block;
    padding: 5px 0;
    font-size: 0.8rem;
	box-sizing:border-box;
	letter-spacing:0;
}
	
	#g-nav-list #contact h3{
    border-top: 1px solid #111;
    font-size: 0.9rem;
    font-weight: 400;
    border-bottom: 1px solid #111;
		margin-top:10px;
    margin-bottom: 12px;
		text-align:center;
	}
	
.footer-link ul li {
    box-sizing: border-box;
    background: ghostwhite;
}	
	
#g-nav .footer-link ul{
		max-width: 100%;
	}
	#g-nav .footer-link ul li p{	
	font-size: 0.8rem;
     line-height: 130%;
	}
	
.info_area .bosyu {
	font-size: 1.1rem;
    font-weight: bold;
}

.info_area .osusume_list li {

    font-size: 1.05rem;
    letter-spacing: 0;
	}
	
.info_area h2 {

    position: relative;

}

.head_area .main1 {
    position: relative;
    z-index: 1;
        padding: 15% 15% 5%;
    box-sizing: border-box;
}	
.head_area .main2 {
    position: relative;
    z-index: 1;
    padding: 4% 0 0;
}
	
.shop_area .foot_info {
    background: none;
    width: 96%;
}	
	
.shop_area ul li p {
margin: 0;
    padding: 6px 0;
    font-size: 0.85rem;
    letter-spacing: 0;
    line-height: 160%;
}	
	
	
}


/*========= ナビゲーションのためのCSS ===============*/

#g-nav{
    /*position:fixed;にし、z-indexの数値を小さくして最背面へ*/
    position:fixed;
	    display: flex;
    z-index: -1;
    opacity: 0;/*はじめは透過0*/
    /*ナビの位置と形状*/
    top:0;
    width:100%;
    height: 100vh;/*ナビの高さ*/
    background: rgba(0,0,0,.5);
    /*動き*/
    transition: all 0.3s;
}

/*アクティブクラスがついたら透過なしにして最前面へ*/
#g-nav.panelactive{
  opacity: 1;
  z-index:999;
}

/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list{
position: fixed;
    background: #fff;
    z-index: 999;
    width: 50%;
    height: 100vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 10% 0;
    right: 0;
}

@media screen and (max-width: 1080px) {
    #g-nav.panelactive #g-nav-list {
        width : 65%;
        padding: 10% 3%;
        box-sizing: border-box;
    }

.menu_bg {
    width: 35%;
background: #95e6f9;
    padding: 30% 2.5%;
    box-sizing: border-box;

}
	
.tel-info a {
    font-size: 20px;
    border-left: none;
    padding-left: 0;
    white-space: nowrap;
}		
	
    
}



#g-nav.panelactive #g-nav-list h2{
    color: #2d955d;
    text-align: center;
    margin: 0;
    font-weight: normal;
    font-size: 1.3rem!important;
}

#g-nav-list {
    padding: 40px;
}

#g-nav-list .title {
    font-size: 18px;
}

#g-nav-list .title::after {
    bottom: 1px;
    height: 6px;
    width: 25px;
    background-color: #bbb;
}

#g-nav-list .links-item {
    width: 45%;
}

#g-nav-list .link_area-links {
    gap: 20px;
}

#g-nav-list .links-item p {
    font-size: 16px;
    white-space: nowrap;
}

#g-nav-list .links-item a {
    gap: 15px;
}

.tel-info {
    gap: 20px;
    margin: 50px auto;
}

.tel-info p {
    font-size: 20px;
    white-space: nowrap;
}



#g-nav-list .link-box {
    padding: 15px;
    font-size: 16px;
    gap: 10px;
    letter-spacing: 0;
}

#g-nav-list .link-box img {
    width: 25px;
}


/*ナビゲーション*/
#g-nav ul {
    margin: 5px auto 30px;
    max-width: 92%;
    z-index: 999;
    top: 50%;
    left: 50%;
}

#g-nav.panelactive ul {
    min-width: auto;
}

#g-nav.panelactive .contact_menu{

}

#g-nav.panelactive ul .tel_button{
	
}
#g-nav.panelactive ul .tel_button a{
	border: none;
    padding: 8px 0;
}


#g-nav.panelactive .contact_menu .contact_link{
    position: relative;
    text-align: center;
    background: #111;
    border-radius: 100px;
    display: block;
    padding: 12px 22px;
    color: #fff;
    font-size: 1.3rem;
    font-weight: bold;
    width: 60%;
    margin: auto;
}

#g-nav.panelactive .contact_menu .contact_link:before{
content: "";
    display: inline-block;
    vertical-align: middle;
    width: 38px;
    height: 25px;
    background: url(img/mail_icon.png) no-repeat left;
    background-size: cover;
    margin-right: 12px;

}

/*リストのレイアウト設定*/

#g-nav .menu-title {
    font-size: 25px;
    padding: 0 0 10px 5%;
    font-weight: 700;
}

#g-nav .menu-title span {
    display: block;
    font-size: 10px;
    padding-top: 10px;
}

#g-nav .menu-items {
    gap: 15px;
}

#g-nav .menu-items li {
    list-style: none;
    text-align: left; 
    width: auto;
    padding: 7px 5px;
}

#g-nav .menu-items li a {
    color: #111;
    text-decoration: none;

    padding: 0;
    text-transform: uppercase;
    letter-spacing: 0;
    font-weight: bold;
}

    #g-nav .menu-items li a {
font-size: 1rem;
    }
	
    #g-nav .menu-items li a:before {
    content: "●";
    display: inline-block;
    margin-right: 8px;
    color: #21dbf9;
    font-size: 0.5rem;
}

#g-nav .menu-items li a > img {
    max-width: 50px;
    height: 13vw;
}

#g-nav .menu-items li a > span {
    font-size: 10px;
    display: block;
}

@media screen and (min-width: 768px) {
    #g-nav.panelactive #g-nav-list {
        width: 65%;
    }

    #g-nav .menu-items li {
        width: 100%;
    }
	
	


    
    #g-nav .menu-items li a > span {
        line-height: 20px;
    }
	

	
}

/*========= ボタンのためのCSS ===============*/
.openbtn1{
    position: fixed;
    z-index: 9999;
    top: 20px;
    right: 1%;
    cursor: pointer;
    width: 60px;
    height: 60px;
    background: #00a99d;
    border-radius: 50%;
}

.openbtn1 span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 10px;
    height: 1px;
    border-radius: 10px;
    background-color: #fff;
    width: 50%;
}

.openbtn1 span:nth-of-type(1) {
  top:20px; 
}

.openbtn1 span:nth-of-type(2) {
  top:29px;
}

.openbtn1 span:nth-of-type(3) {
  top:38px;
}

.openbtn1.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
}

.openbtn1.active span:nth-of-type(2) {
  opacity: 0;
}

.openbtn1.active span:nth-of-type(3){
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
}

.openbtn1 p {
    position: absolute;
    bottom: -30px;
    right: 5px;
    font-size: 14px;
    font-weight: 600;
}

@media screen and (max-width: 768px) {
    .openbtn1 {
        width: 40px;
        height: 40px;
        }  
    .openbtn1 span {
        left: 9px;
        }
    .openbtn1 span:nth-of-type(1) {
        top:13px; 
        }
    .openbtn1 span:nth-of-type(2) {
        top:19px;
        }
    .openbtn1 span:nth-of-type(3) {
        top:25px;
        }
    .openbtn1.active span:nth-of-type(1) {
        top: 12px;
        left: 8px;
        width: 60%;
    }
    .openbtn1.active span:nth-of-type(3) {
        top: 24px;
        left: 8px;
        width: 60%;
    }
}