/*
Theme Name:yonagodandanbus
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;
}

* 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: #111;
    border-bottom: 1px solid;
    background: yellow;}

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: 80%;
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: 999;
    width: 100%;
    padding: 25px 1% 0;
    box-sizing: border-box;
    position: relative;
    top: 0;
    background-color: #fff;
    display: block;
    /* box-shadow: 0 0 5px #eee; */
    transition: 0.3s ease-in-out;
    border-bottom: solid 2px;
	position: fixed;
}


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

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

*

/*ロゴ*/

#header h1 {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    height: 78px;
    width: 250px;
    vertical-align: bottom;
	display: flex;
    align-items: center;
}

#header h1 a, .mobile h1 a {
    background-size: cover;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background: url(img/logo_yonago-d-i.svg) no-repeat;
    display: block;
    height: 60px;
    width: 250px;
    background-size: contain;
    background-position: center;
}



/*ヘッダーメニュー*/
.header-wrap{
    width: 100%;
    margin: 0 auto;
    position: relative;
    padding: 0 7%;
	z-index:10;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-inner > ul {
    display: flex;
    justify-content: flex-end;
}

.header-sns li {
    padding: 0 30px;
}

.header-sns li a {
    font-size: 13px;
}

.header-insta a {
    position: relative;
    padding-left: 30px;
}

.header-insta a::before {
    content: "";
    background-image: url(img/icon-insta.png);
    width: 23px;
    height: 23px;
    position: absolute;
    top: 0;
    left: 0;
}

.header-contact {
	background: #111;
	color:#fff;
    border-radius: 50px;
    padding: 5px 50px;
}
.header-contact a{
display:block;
	color:#fff;
}

.header-menu-item {
    padding: 20px;
}

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

.news_icon:before{
content:"";
	background:url(img/news_icon.svg) no-repeat;
	background-size:contain;
	width:23px;
	height:23px;
	display:inline-block;
	vertical-align:middle;
}
.bus_icon:before{
content:"";
	background:url(img/bus_icon.svg) no-repeat;
	background-size:contain;
	width:23px;
	height:23px;
	display:inline-block;
	vertical-align:middle;	
}
.line_icon:before{
content:"";
	background:url(img/line_icon.svg) no-repeat;
	background-size:contain;
	width:23px;
	height:23px;
	display:inline-block;
	vertical-align:middle;	
}
.root_icon:before{
content:"";
	background:url(img/root_icon.svg) no-repeat;
	background-size:contain;
	width:23px;
	height:23px;
	display:inline-block;
	vertical-align:middle;	
}

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



/*ローダー*/

#loader-bg {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: #fff;
    z-index: 201;
    }


#loader {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 200px;
    height: 150px;
    margin-top: -80px;
    margin-left: -100px;
    text-align: center;
    color: #fff;
    z-index: 200;
}

#loader img{

}

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

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

// <weight>: Use a value from 100 to 900
// <uniquifier>: Use a unique and descriptive class name

.rokkitt-<uniquifier> {
  font-family: "Rokkitt", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

.more_link a::before{
	content:"●";
	font-size: 1.2rem;
}

.more_link a {
    font-weight: 500;
    letter-spacing: normal;
    font-size: 1.4rem;
}

figure{
	line-height: 0;
}

figure img{
	object-fit: cover;
}

.flex_box{
	display: flex;
}

h2 {
    font-size: 1.8rem;
    font-weight: 600;
}

h2 .Rokkitt {
    display: block;
    font-family: "Rokkitt", serif;
    font-size: 70%;
    letter-spacing: normal;
    margin: 0 0rem;
    font-weight: 700;
}

.marker{
	
}

.summary_slide {
    width: 100%;
    height: 25rem;
}

.summary_slide .swiper-slide {
	
}

.meta-block .grid_area {
    display: grid;
    grid-template-columns: 4rem 4rem 5rem;
    grid-template-rows: repeat(3, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    font-size: 3rem;
    font-weight: 500;
    line-height: 1;
    margin: 0 0 0 2rem;
}

.grid_area>span {
    font-family: "Public Sans", sans-serif;
    font-weight: 600;
}

.grid1 { grid-area: 1 / 1 / 2 / 3; }
.grid2 { grid-area: 2 / 1 / 3 / 2; }
.grid3 { grid-area: 2 / 1 / 4 / 3; }
.grid4 { grid-area: 3 / 2 / 4 / 3; }
.grid5 { grid-area: 3 / 3 / 4 / 4; }

.grid_area .year{
	
}

.grid_area .mon {
    font-size: 3.2rem;
}

.grid_area .slush {
    background: #000;
    width: 0.1rem;
    transform: rotate(45deg);
    position: relative;
    left: 50%;
    top: 0%;
}

.grid_area .day {
    font-size: 3.2rem;
}

.grid_area .week {
    position: relative;
    bottom: -0.5rem;
    left: 15px;
}

.feature_area {
    display: flex;
    position: relative;
    width: 85%;
    margin: 0 auto;
    max-width: 1260px;
}

.swiper-slide__inner p {
    font-size: 0.95rem;
    margin: 0;
    line-height: normal;
}



.feature_area .slide_area{
	
}

.feature_area .slide_area {
    width: 71.5%;
    max-width: 800px;
    margin: 0 0 0 auto;
}

.slide_area_summary {
    position: relative;
    width: 20rem;
    bottom: -2rem;
    left: 2rem;
    z-index: 10;
    padding: 0 0rem;
}

.slide_area_summary .text-block {
width: 100%;
    /* margin: 5rem 0 0; */
    padding: 12% 4%;
    box-sizing: border-box;
}

.slide_area_summary h3{
	
}

.slide_area_summary h3 .title {
    font-size: 1.5rem;
    font-weight: 500;
    text-align: justify;
    margin: 0 0 0;
}

.slide_area_summary .meta-block{
	width: 100%;

}

.feature_area .swiper-slide{
	
}

.feature_area .slide_area figure {
    border-radius: 20px;
    overflow: hidden;
    border: solid 2px #000;
    aspect-ratio: 16 / 9;
    height: 426px;
    width: 758px;
	margin: 0 auto;
	box-sizing: border-box;
}


.feature_area .slide_area figure img {
    height: 100%;
    width: 100%;
    object-position: center;
}

.swiper-pagination-bullet{
	border-radius: 0!important;
	width: 15px!important;
	height: 15px!important;
}

.swiper-pagination-bullet-active{
	background: #ff6e6e!important;
}

.feature_area .slide_area .swiper-pagination {
    position: relative;
    text-align: end;
    width: 90%;
    margin: 2rem auto;
}

.bg_bord {
    /*position: absolute;left: -1.5rem;*/
    width: 100%;
    margin-top: 1rem;
    z-index: 0;
    bottom: 9rem;
}

.bg_bord h2 {
    background: #ff6e6e;
    border: solid 2px #111;
    border-radius: 10px;
    font-size: 1.2rem;
    letter-spacing: normal;
    padding: 1% 3%;
    width: fit-content;
    text-align: center;
    display: flex;
    justify-content: center;
    margin: 0px 0 -2rem;
    position: relative;
    color: #fff;
}

.bg_cont {
    background: #fdeeed;
    height: auto;
    border-radius: 20px;
}

.bg_bord h2::before {
    content: "";
    background: url(img/icon_new-topic.svg) no-repeat;
    width: 2rem;
	margin-right: 8px;
    height: 2rem;
    display: inline-block;
}

.spot_area {
    background: #fdeeed;
    border-top: solid 2px;
    padding: 0 0 5rem;
}

.spot_area .title_wrap {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 1rem;
    margin: 0 5% 3rem;
}

.spot_area .title_wrap::before {
    content: "";
	/*background: url(img/icon_bus.svg) no-repeat;*/
	background: url(img/bus_icon.png) no-repeat;
    background-position: center;
	background-size: contain;
    width: 9rem;
    height: 5rem;
    display: block;
}

.spot_area .topics {
    max-width: 1200px;
    margin: 4rem auto;
}

.spot_area .date{
	
}

.topics .list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 1rem;
    max-width: 1200px;
    margin: 0 auto;
}

.cours_list .topic_list .list{
    grid-template-rows: repeat(2, 1fr);
}

.spot_area .more_link {
    text-align: right;
    width: 80%;
    margin: 2rem auto 0;
}

.spot_area .topics li{
	
}

.spot_area .topics article,.cours_list .topic_list article{
    width: calc(100% - 25px);
    height: 100%;
    margin: 0 0 0 auto;
    background: #fff;
    border: solid 2px;
    border-radius: 10px;
    padding: 1rem;
    box-sizing: border-box;
    /*display: grid;*/
    grid-template-rows: 10.6rem 1fr 0.5fr;
}

.spot_area .topics .post__thumb--img {
    margin: 0;
    width: fit-content;
    overflow: hidden;
    aspect-ratio: 4 / 3;
	border-radius: 5px;
}

.spot_area .topics .post__thumb--img img {
    height: 100%;
    width: 100%;
}

.spot_area .topics h3{
	
}

.topics .category {
    text-align: end;
    display: flex;
    flex-wrap: wrap;
    /*align-items: flex-end;*/
    gap: 5px;
    justify-content: flex-end;
	    align-items: baseline;
}

.spot_area .topics .category>.cat {
    text-align: end;
    padding: 0px 10px;
}

.spot_area .more_link a::before{
	color:#ff6e6e;
}

.tag_area {
    border-bottom: solid 1px;
    border-top: solid 1px;
    background: #fff;
}

.tag_area .slide_area{
	padding :1rem 0;
}

.tag_area .title_wrap {
    margin: -2rem 0 0;
}

.tag_area h2 {
    display: flex;
    justify-content: flex-start;
    width: fit-content;
    align-items: center;
    background: #e6e607;
    border: solid 2px;
    border-left: unset;
    border-radius: 0px 65px 65px 0px;
    padding: 0.5rem 4rem 0.5rem 1rem;
    gap: 0.5rem;
}

.tag_area h2::before{
	content: "";
	background: url(img/icon_tag.svg) no-repeat;
	display: block;
	width: 3rem;
	height: 3rem;
	
}

.loop .swiper-wrapper{
	transition: linear;
}

.tag_area .swiper-slide {
    font-size: 1.2rem;
	width: fit-content!important;
	position: relative;	
	z-index: 2;
	padding: 0 1%;
}

.tag_area .swiper-slide::before{
	content:"#";
}

.tag_area .swiper-slide:hover::after {
    transform: scaleX(1);
}

.tag_area .swiper-slide::after {
    position: absolute;
    top: 0;
    left: 0;
	right: 0;
	bottom: 0;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: deepskyblue;
    transform: scaleX(0);
    transform-origin: left;
    transition: all 1s ease;
    transition-property: transform;
    z-index: -1;
}

.tag_area .swiper-slide a:hover {
    opacity: 1;
}

.area_bg{
	position: absolute;
	width: 50vw;
	height: 50vw;
	z-index:-1;
}

.area_cont {
    max-width: 1280px;
    width: 90%;
    margin: 0 auto;
    justify-content: space-between;
}

.time .dl{
    display: flex;
    background: beige;
    margin: 25px auto;
    padding: 2.5%;
    box-sizing: border-box;
    gap: 10px;
    border-radius: 8px;
}
.time a {
    width: 90%;
    text-align: center;
    display: block;
    margin: 0 auto;
    font-size: rem;
    background: #8c206d;
    color: #fff;
padding: 10px 5px;
    box-sizing: border-box;
    border-radius: 13px;
    letter-spacing: 1px;
    font-weight: 500;;
}


.concept_area {
    position: relative;
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
}

.concept_area .area_bg {
    background: url(img/line_concept.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 100vw;
    height: 55vw;
    top: -9rem;
}

.concept_area .area_cont {
    margin-top: 10rem;
}

.concept_area .left {
    position: relative;
    width: 35%;
}

.concept_area .right {
    position: relative;
    width: 50%;
}

.course_area .left .area_bg {
    background: url(img/line_dandan-y.svg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 80vw;
    height: 50vw;
    left: -20rem;
    top: 21rem;
}

.course_area .right .area_bg {
    background: url(img/line_dandan-p.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    height: 60vw;
    width: 55vw;
    top: -3rem;
}



.concept_area p {
    line-height: 2;
}

.concept_area .more_link {
    margin-top: 30px;
}

.concept_area .more_link a{
	
}

.concept_area a::before{
	color:#e6e607;
}

.concept_area .marker{
	background:linear-gradient(transparent 60%, #e6e607 60%);
}

.course_area {
    position: relative;
    margin: 0 auto;
    width: 100%;
    padding: 8rem 0;
    box-sizing: border-box;
}

.course_area .area_cont{

}

.course_area .left{
	position: relative;
    width: 50%;
}

.course_area .right{
	position: relative;
    width: 35%;
}

.course_area h2{
	
}

.course_area p{
	line-height: 2;
}

.course_area .more_link {
    text-align: end;
}

.course_area .more_link a{
	
}

.course_area a::before{
	color:#ff6e6e;
}

.course_area .marker{
	background:linear-gradient(transparent 60%, #ff6e6e 60%);
}

.topics_area {
    background: #ffffb4;
    border-bottom: solid 1px;
    border-top: solid 1px;
    padding: 5rem 0;
}

.topics_area .cont{
	padding: 0;
	max-width: unset;
}

.topics_area h2{
	
}

.topics_area .title_wrap {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 1rem;
    margin: 0 5% 3rem;
}

.topics_area .title_wrap::before {
    content: "";
    background: url(img/icon_topics.svg) no-repeat;
    background-position: center;
    width: 5rem;
    height: 5rem;
    display: block;
}

.topics_area .slide_area{
    padding: 1% 2%;
    box-sizing: border-box;	
}

.topics_area .topics_slide{
	
}

.topics_area .swiper-slide {
    width: 20rem;
}

.topics_area .date {
    font-family: "Rokkitt", serif;
    font-size: 1.2rem;
    text-align: left;
}

.topics_area .swiper-slide figure {
    aspect-ratio: 4 / 3;
    margin: 0;
    overflow: hidden;
    border-radius: 10px;
    border: solid 2px;
}
.topics_area .swiper-slide img {
    /* width: 100%; */
    background: #fff;
    margin: auto;
    min-height: 100%;
    display: block;
    vertical-align: middle;
}

.topics_area .swiper-wrapper {
    transition: linear;
}

.topics_area .more_link {
    text-align: right;
    width: 80%;
    margin: 1rem auto 0;
}

.topics_area .more_link a::before{
	color:#ffaa00;
}

.loop_topics>.swiper-wrapper {
    transition-timing-function: linear!important;
}

/* ボタン */
.more-link {
    color: #333;
    font-size: 27px;
    font-weight: 600;
    border-bottom: 3px solid #333;
    margin: 100px auto;
    display: table;
    position: relative;
    padding: 0 80px 9px 0;
    line-height: 55px;
}

.more-link.--s {
    line-height: 38px;
}

.more-link::before {
    content: "" ;
    background-image: url(img/arrow2.svg);
    position: absolute;
    width: 35px;
    height: 35px;
    right: 0;
    top: 12px;
}


/* 記事一覧・1つ目と2つ目が違うサイズ */

.works_box {
    display: flex;
    gap: 75px;
}

.first_box {
    width: 40%;
}

.second_box {
    width: 60%;
    display: flex;
    flex-wrap: wrap;
    gap: 50px 30px;
}

.second_box .newpickup_box {
    width: 45%;
}

.newpickup_box .thumb img {
    border: 2px solid #333;
    width: 100%;
    object-fit: cover;
}

.first_box .newpickup_box .thumb img {
    aspect-ratio: 535 / 384;
}

.second_box .newpickup_box .thumb img {
    aspect-ratio: 32 / 23;
}

.text-block h3 {
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 20px;
}

.tags {
    text-align: left;
}

.tag-item {
    background: #333;
    color: #fff;
    border-radius: 30px;
    padding: 0 20px;
    display: inline-block;    
}

.tag-item a{
	display:inline;
	color:#fff;
}



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

/*新着情報*/
.topics_area .flex-box {
    gap: 100px;
}

.topics {
    flex-grow: 1;
}

.topics h3 {

}

.topics h3 a {
    display: flex;
}
.topics h3 p {
    margin: 6px 0;
}


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


.topics .date {
    font-family: "Public Sans", sans-serif;
    text-align: center;
    display: inline;
    padding: 3px 0px;
    font-size: 16px;
    color: #000;
    margin: 0;
    transform: rotate(-90deg);
    width: 70px;
    height: 5rem;
    position: absolute;
    top: 3rem;
    left: 0.5rem;
}

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

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

.cat {
    color: #000;
    padding: 3px 10px;
    font-size: 83%;
    display: inline;
    border-radius: 30px;
    border: solid 1px #000;
    letter-spacing: normal;
}

.bg_bord .history_c,.history_c{
	/*background:#5ae2b8;*/
	background:#00844a;
	color:#fff;
}

.bg_bord .city_c,.city_c{
	background:#fddf01;
	color:#000;
	/*background:#e6e607;*/
}

.bg_bord .dandan_c,.dandan_c{
background:#ed1b2b;
	color:#fff;
	/*background:#e585a5;*/
}

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




/*カテゴリー用記事リスト*/

#page #list ul {
text-align:left;
}

#page #list ul li{

margin:5px;
padding: 5px;
}

#sidebar #list ul{
padding:0!important;
}
#sidebar #list ul li{
margin:5px 0px!important;
padding:5px 0px !important;
}

#page #list .thumb{
max-width:100%;
height:auto;
}

#page #list .thumb img{
    left: 0%!important;
    position: relative;
    width: 100%;
    transform: translate(-0%,-0%); 
}

.seven_box .date{
    color: #00a5d9;
}

.seven_box .cat-name{

    background: #00a5d9;
    color: #fff;
    padding: 1px 4px;
    font-size: 90%;
}


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


#wrap {
    margin: 0px auto;
    min-height: 100%;
    max-width: 100%;
    padding: calc(5rem + 105px) 0 0px 0;
    z-index: 3;
    overflow-x: clip;
}

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

/*見出し*/

#page h2{

}



/*固定ページ用*/

#page .cont p{

}

#main_con{

}



/*単独ページの共通設定*/
#page #main p{
    text-align: justify;
    font-size: 100%;
    line-height: 1.8;
}

#page #main h2{


}

#page #main h3 {
    font-size: 1.8rem;
    font-weight: bold;
    margin: 2rem auto;
}

#page #main .center_h3{

}

#page #main h3 span{

}


.page_title{
}

h4{

}

h4{
}


/*サイドバー */


/*フッター*/
#footer {
	background: #fff;
    overflow: hidden;
    position: relative;
    bottom: 0px;
    padding: 5rem;
    box-sizing: border-box;
    margin: 0 auto;
}

#footer .cont {
    justify-content: space-between;

}

.footer_logo{
	
}


.footer_logo p{
	    font-size: 0.84rem;
}

.footer_logo p span{
	    font-size: 1.08rem;
	font-weight:500;
}
.footer_logo h2 {
    width: 15rem;
    margin: 0 0 1rem;
}

.footer_logo a {
    width: 10rem;
    display: block;
}

.ft_bottom {
	text-align: right;
}



.foot_menu {
    
	text-align: right;
}

.foot_menu .flex_box {
    gap: 2rem;
    justify-content: end;
}

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

.foot_menu .flex_box a{
    border-bottom: 1px solid lightpink;
    padding: 0 0 3px;    
}

.foot_menu .flex_box .private{
border: 1px solid;
    border-radius: 50px;
    font-size: 83%;
    padding: 3px 12px;
    letter-spacing: normal;
}

.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: calc(105px + 50px) 0 50px;
    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 {
    text-align: center;
    font-size: 2.5rem;
    letter-spacing: 5px;
}


.pageheader_cont .left {
}

.about_head{
}

.recruit_head{
}

.contact_head{
}



/*メインコンテンツ*/
#main{
max-width: 100%;
margin:auto;
width:100%;
font-size: 100%;
z-index: 1;
padding: 0px;
vertical-align: top;
display: inline-block;
}


.post{
z-index:1;
}

.entrytext{
	margin: auto;
    width: 1000px;
    max-width: 100%;
    padding: 80px 0;
}



.postnav{
    padding: 20px 15px;
    /* margin-bottom: 3%; */
    border-top: 1px solid #111;
    position: relative;
    max-width: 98%;
    width: 1060px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    font-size: small;
    box-sizing: border-box;
    margin-bottom: 3%;
}
.postnav a{
    font-weight: bold;
    padding: 2% 6px;
    box-sizing: border-box;
    display: inline-block;
    border: 1px solid #333;
    background: aliceblue;
    width: max-content;
    border-radius: 50px;
}


.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: 25%;
    max-width: 90%;
    box-sizing: border-box;
    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;
}


/*タブ*/

.cp_tab *, .cp_tab *:before, .cp_tab *:after {
	box-sizing: border-box;
}
.cp_tab {
	margin: 1em auto;
}
.cp_tab > input[type='radio'] {
	margin: 0;
	padding: 0;
	border: none;
	border-radius: 0;
	outline: none;
	background: none;
	-webkit-appearance: none;
	        -moz-appearance: none;
	     appearance: none;
	display: none;
}
.cp_tab .cp_tabpanel {
	display:none;
	width: 100%;
	opacity: 0;
	padding: 0.5em 1em;
	transform: translateY(-10px);
	transition: transform 1.5s, opacity 1.5s;
}
.cp_tab > input:first-child:checked ~ .cp_tabpanels > .cp_tabpanel:first-child,
.cp_tab > input:nth-child(3):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(2),
.cp_tab > input:nth-child(5):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(3),
.cp_tab > input:nth-child(7):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(4),
.cp_tab > input:nth-child(9):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(5),
.cp_tab > input:nth-child(11):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(6) {
display:block;
opacity: 1;
background: rgb(255,255,255,0.9);
color: #333;
    box-sizing: border-box;
    padding: 4%;
}
.cp_tab > label {
	position: relative;
	display: inline-block;
	padding: 15px 20px;
	cursor: pointer;
	border: 1px solid transparent;
	border-bottom: 0;
background: rgb(200,200,200,0.87);
    color: #fff;
}
.cp_tab > label:hover,
.cp_tab > input:focus + label {
	color: #0066cc;
}
.cp_tab > input:checked + label {
	margin-bottom: 6px;
font-weight:bold;
background:rgb(255,255,255,0.9);
color:#333;
}
.cp_tab .cp_tabpanel {
	padding: 20px 0px;
	border-top: 1px solid #cccccc;
}

div.wpcf7 {
margin: 0;
padding: 50px 0 0 0px!important;
}

/* ----- The Pretty Stuff ----- */

* {outline: 0; } 


/*ドロップダウンメニューCSS*/
.dropmenu{
  *zoom: 1;
  list-style-type: none;
  /*width: 780px;*/
  padding: 0;
}
.dropmenu:before, .dropmenu:after{
  content: "";
  display: table;
}
.dropmenu:after{
  clear: both;
}
.dropmenu li{
  position: relative;

}
.dropmenu li a{
  display: block;
}
.dropmenu li ul{
  list-style: none;
  position: absolute;
  z-index: 9999;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
  width: 240px!important;
  border-radius:5px;
}
.dropmenu li ul li{
    margin:0px!important;
    background: #fff!important;
    width: 240px!important;
    line-height: 150%;
    opacity: 0.8;
}
.dropmenu li ul li a{
  padding: 10px 5px!important;
  border-top: 1px solid #cccccc;
  text-align: center;
  font-size: 100%;
  letter-spacing:1px;
  font-weight: normal;
color:#513F2D;
width: 230px!important;
}

.dropmenu li:hover > a{
  background: #dddddd;
  color:#ffffff;
}
.dropmenu li a:hover{
  color:#ffffff;
  background:none;
}

.dropmenu li ul li a:hover{
background:#eeeeee;
color:#ffffff!important;
}


/*フェードイン*/
.fade-in2 li ul{
  opacity: 0;
  top: 50%;
  visibility: hidden;
  transition: .5s;
  width: 100%;
}
.fade-in2 li:hover ul{
  top: 100%;
  visibility: visible;
  opacity: 1;
}

.fade-in2 li ul li:hover{

}

.fade-in2 li ul li a:hover{

opacity: 1!important;
}


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

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

.breadcrumbs a {
    font-weight: bold;
    /* border: 1px solid #111; */
    border-radius: 20px;
    background: beige;
    letter-spacing: normal;
}

#page .breadcrumbs {
    border-top: solid 2px;
    border-bottom: solid 2px;
    margin: -3rem auto 0rem;
    padding: 1rem 0;
    position: relative;
    z-index: 99;
}
.breadcrumbs span{
	
}
.breadcrumbs span>span {
    font-weight: bold;
    /* border: 1px solid #111; */
    border-radius: 20px;
    background: khaki;
    letter-spacing: normal;
	    display: inline-block;
}

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

.pcheader{display:block; min-width:1260px;}
.mobileheader{display: none!important;}
.pc{display:block;}
.mobile{display: none!important;}
.mbr{display:none;}
#header,.catch_area,#pageheader,#wrap, #container,.slide00,#footer,.panel_bg{min-width:1260px;}
.drawer-hamburger{display:none!important;}

#page #main .now,.now{
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
	padding:80px 0;
}




@media screen and (max-width: 768px){
	
#page #main .now,.now{

    font-size: 1.2rem;


}	
	

.mbr{display:inline-block;}

.pcheader{display:none!important;}
.mobileheader{display: block!important;}
.pc{display:none!important;}
.mobile{display: block!important;}

#header,#pageheader,#wrap,#container, #footer,.slide00,.panel_bg,.flexslider,.catch_area{min-width:auto; max-width:100%; }
.two_box,.three_box,.four_box,.five_box,.seven_box,.six_box{
max-width:100%;
width:100%;
	
margin:0px;
box-sizing:border-box;
}

#header{
	max-width:100%; min-width:100%;
	}
#headercont{
    max-width:100%;
    min-width:100%;
    padding:30px 30px 10px 30px;
    margin:0px;
    height:auto;
    display: block;
}
#top_mainmenu{display:none;}
.mobileheader{display:block!important;
width: 100%;
}

.longtable{
    overflow-x: scroll;
}



    #pageheader {
        padding: 94px 0px 28px;
        height: auto;
    }

#list{
max-width:100%;
margin:auto;
}

	
#home #wrap {

    padding: calc(-1rem + 105px) 0 0px 0;

}	
	

#main_con{
padding:5px;
box-sizing:border-box;
}


#main_menu{display:none;}


#header h1{
    display: block;
    height: 35px;
    width: 180px;
    z-index: 10;
}	
	
#header h1 a{
    display: block;
    vertical-align: bottom;
	height: 35px;
    width: 180px;
    background-size: contain;
}

    .pageheader_cont h2 {
        font-size: 1.25rem;
        letter-spacing: normal;
    }

#page .cont{
padding:	1.5%;
box-sizing:border-box;
	}
	
#page #wrap {
    padding: 1% 0 0%!important;
}


/*トップページ*/
	
h2 {
    font-size: 1.3rem;
}

p {
    font-size: 0.95rem!important;
}	
	.footer_logo p{	
        font-size: 0.95rem !important;
        box-sizing: border-box;
        padding: 0 15px;
}

.text-block h3 {
font-size: 20px;
        font-weight: 500;
        margin-bottom: 20px;
}	
	
.feature_area {
    flex-direction: column-reverse;
	width: 97%;
}

.feature_area .slide_area {
    width: 100%;
}

.slide_area_summary {
    width: 100%;
	left: 0;
	bottom: 1.8rem;
	max-width: 500px;
    margin: 0 auto;
}

.more_link a {
    font-size: 1.2rem;
}

.meta-block .grid_area {
display: grid;
        grid-template-columns: 1fr 0.5fr 0.3fr 0.5fr 1fr;
        grid-template-rows: 1fr;
        margin: 0.2rem 0 1rem 1rem;
        font-size: clamp(1.125rem, 0.5rem + 3.13vw, 2rem);
        align-items: end;
        width: 50%;
        max-width: 360px;
        text-align: center;
        padding: 0 0 0 0vw;
}

.meta-block .grid1 { grid-area: 1 / 1 / 2 / 2; }
.meta-block .grid2 { grid-area: 1 / 2 / 2 / 3; }
.meta-block .grid3 { grid-area: 1 / 3 / 2 / 4; }
.meta-block .grid4 { grid-area: 1 / 4 / 2 / 5; }
.meta-block .grid5 { grid-area: 1 / 5 / 2 / 6; }

.grid_area .year {
    text-align: left;
	font-size: 80%;
}	

.grid_area .mon {
	font-size: clamp(1.125rem, 0.5rem + 3.13vw, 2rem);
}

.grid_area .day {
	font-size: clamp(1.125rem, 0.5rem + 3.13vw, 2rem);
}

.grid_area .slush {
    transform: rotate(30deg);
    height:  clamp(1.125rem, 0.5rem + 3.13vw, 2rem);
}
	
.grid_area .week {
    bottom: -0rem;
	left: 0;
	font-size: 80%;
}

.feature_area .slide_area .swiper-pagination {
    margin: 0.5rem auto 0;
	width: 80%;
}

.swiper-pagination-bullet {
    border-radius: 0 !important;
    width: 10px !important;
    height: 10px !important;
}


	.feature_area .slide_area figure{
		width:clamp(19.375rem, 6.652rem + 63.62vw, 37.188rem)!important;
		height:clamp(10.899rem, 3.742rem + 35.78vw, 20.918rem)!important;
		aspect-ratio: unset;
		 min-height: 0vw; /* Safari clamp関数対策 */
	}

.bg_bord {
    width: 100%;
    right: 0;
	bottom: 5rem;
	left: 0;
}
	
.bg_cont {
height: auto;
        padding: 3%;
        box-sizing: border-box;
        max-width: 94%;
        margin: auto;
}

.summary_slide {
    height: 13rem;
}

.slide_area_summary .text-block {
width: 100%;
        margin: auto;
        padding: 10% 3% 2%;
        box-sizing: border-box;
        text-align: justify;
}
	
.slide_area_summary h3 .title {
    font-size: 1rem;
}

.spot_area .title_wrap::before {
        width: 7rem;
        height: 4rem;
}
	
.topics .list {
grid-template-columns: repeat(2, 1fr);
        /* grid-template-rows: repeat(2, 1fr); */
        max-width: 98%;
	gap: 1rem 0.2rem;
}


.spot_area .topics article, .cours_list .topic_list article {
        width: calc(100% - 20px);
        height: 100%;
        margin: 0 5% 0 auto;
        background: #fff;
        border: solid 2px;
        border-radius: 10px;
        padding: 0.5rem;
        box-sizing: border-box;

    grid-template-rows: 10.6rem 2fr 0.5fr;
}

.spot_area .topics .post__thumb--img {
        margin: 0 auto;
        width: 140px;
        height: 100px;
}

.tag_area .swiper-slide {
    font-size: 1rem;
    width: fit-content !important;
    margin: 0 2rem;
}

.tag_area h2 {
    padding: 0.2rem 2rem 0.2rem 1rem;
}

.tag_area h2::before {
    width: 2.5rem;
    height: 2.5rem;
}

.concept_area .area_cont {
    margin-top: 7rem;
    flex-direction: column-reverse;
    width: 100%;
	padding: 0 2%;
    box-sizing: border-box;
}
	
.concept_area .area_bg {
    background: url(img/line_concept.svg);
    background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	width: 140vw;
	height: 115vw;
	top: -5rem;
}


.concept_area .left {
    width: 100%;
}

.concept_area .right {
    width: 100%;
}

.course_area .area_cont{
    flex-direction: column;
    width: 100%;
	padding: 0 2%;
    box-sizing: border-box;
}

.course_area .left {
    width: 100%;
}

.course_area .right {
    width: 100%;
}

.course_area .left .area_bg {
	background: url(img/line_dandan-y.svg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	height: 130vw;
	width: 200vw;
	top: -15rem;
	left: -60vw;
}

.course_area .right .area_bg {
    background: url(img/line_dandan-p.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    height: 100vw;
    width: 120vw;
    top: 11rem;
    left: -20vw;
}

.topics_area .swiper-slide {
    width: 12rem !important;
}

.topics_area .title_wrap::before {
    width: 4rem;
    height: 4rem;
}
	
.topics_area .more_link,.spot_area .more_link {
    padding: 0 2%;
	box-sizing: border-box;
	width: 100%;
}
	
.entrytext {
        margin: auto;
        width: 1000px;
        max-width: 100%;
        padding: 2% 5%;
        box-sizing: border-box;
}	
	
.topics .date {
    font-family: "Public Sans", sans-serif;
    text-align: center;
    display: inline;
    padding: 3px 0px;
    font-size: 14px;
    color: #000;
    margin: 0;
    transform: rotate(-90deg);
    width: auto;
    height: auto;
    position: absolute;
    top: 2.3rem;
    left: -2.8rem;
}	

/* フッター */
#footer {
    padding: 30px 0;
}

#footer .cont {
    flex-direction: column;
    gap: 30px;
}
	
.foot_menu .flex_box {
    gap: 0rem;
}
	
.footer_logo h2 {
    margin: 0 auto;
}
	
.footer_logo a {
    margin: 0 auto;
}

.footer-info h2 {
    width: 280px;
}

.foot_menu {
    text-align: left;
    flex-wrap: wrap;
    width: 87%;
    margin: auto;
    gap: 20px;
}

.foot_menu > ul {
    flex-direction: column;
    gap: 10px;
}

.foot_menu > ul li {
    font-size: 16px;
}

.foot_menu .sns-link {
    gap: 20px;
    margin: 50px auto;
    width: 40%;
}

.foot_menu .product-menu {
    padding-left: 20px;
    border-left: 1px solid #999;
}

.ft_bottom {
    display: block;
    font-size: 0.6rem;
    text-align: left;
    width: 100%;
    padding: 10%;
}
.ft_bottom .footer_logo {
    width: 230px;
}

/* button */

.more-link {
font-size: 13px;
    line-height: 40px;
    padding-right: 50px;
	border-bottom: 2px solid #333;
}

.more-link::before {
    width: 40px;
    height: 40px;
    top: 0;
}

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

.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: 25px 0;
    text-align: left;
}	
	
	
/*その他基本設定*/	

#main{
box-sizing:border-box;
}


.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{

}
	

	
}

@media (425px <= width <= 768px )  {

.concept_area .area_bg {
    width: 140vw;
    height: 100vw;
    top: -5rem;
}

.course_area .left .area_bg {
    height: 100vw;
    width: 180vw;
    top: -10rem;
    left: -60vw;
}
}

@media (1500px <= width) {
.concept_area .area_bg {
        background: url(img/line_concept_big.svg);
        background-size: 100%;
        background-repeat: no-repeat;
        width: 150vw;
        height: 55vw;
        top: -15rem;
        left: -35vw;
    }


}

/*========= ナビゲーションのための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 #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: 768px) {
#g-nav #g-nav-list {
        width: 100%;
        padding: 15% 7.5%;
        box-sizing: border-box;
    }

.menu_bg {
    width: 40%;
    background: #fff;
    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 #g-nav-list h2 {
    color: #2d955d;
    text-align: center;
    margin: 0;
    font-weight: normal;
    font-size: 1.3rem !important;
    max-width: 20rem;
    margin: 5px auto 30px;
}

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




.nav_time .dl{
    display: flex;
    background: beige;
    margin: 8px auto;
    padding: 5%;
    box-sizing: border-box;
    gap: 10px;
    border-radius: 8px;
}
.nav_time a {
    width: 100%;
    text-align: center;
    display: block;
    margin: 0 auto;
    font-size: 0.95rem;
    background: #8c206d;
    color: #fff;
    padding: 10px 25px;
    box-sizing: border-box;
    border-radius: 13px;
    letter-spacing: 1px;
    font-weight: 500;
}

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

#g-nav #g-nav-list .tel-info h2{
    margin: auto;
    width: 50%;	
}

.tel-info p {
    font-size: 13px !important;
    white-space: normal;
    letter-spacing: normal;
}



#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 ul {
    min-width: auto;
    max-width: 20rem;
}

#g-nav .contact_menu{

}

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


#g-nav .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 .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: 0 0 20px 0;
}

#g-nav .menu-items li a {
    color: #111;
    text-decoration: none;
    font-size: 16px;
    padding: 0;
    text-transform: uppercase;
    letter-spacing: 0;
    font-weight: bold;
}

#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 #g-nav-list {
        width: 100%;
    }

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

    #g-nav .menu-items li a {
        font-size: 18px;
    }
    
    #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: unset;
    border-radius: 50%;
}

.openbtn1 span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 10px;
    height: 1px;
    border-radius: 10px;
    background-color: #000;
    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;
}

.mobile h1 a {
    background: url(img/logo_yonago-d-i.svg) no-repeat;
    background-position: center;
}

.mobile .header-wrap {
    border-bottom: solid 2px;
    position: fixed;
    background: #fff;
    z-index: 100;
    top: 0;
}

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

