@charset "utf-8";

@media screen and (max-width: 768px) {
   
	body {
    -webkit-text-size-adjust: none;
		padding-top: 60px !important;
  }
    
  p,li,td {
    font-size: 13px;
    line-height: 1.8em;
  }
  p {
    margin-bottom: 25px;
  }
  p.b {
    font-size: 18px;
    text-align: center;
  }
	
	
	header {
		height: 60px;
	}
	
	h1 {
		position: relative;
		z-index: 20000;
		padding-top: 8px;
		margin-left: 80px;
	}
	h1 img {
		width: auto;
		height: 40px;
	}
	
	header .logo {
		position: absolute;
		left: 20px;
		top: 5px;
		z-index: 20000;
	}
  
  .menu_btn {
    position: absolute;
    right: 18px;
    top: 18px;
    z-index: 60001;
    font-size: 0;
    transition: all 0.4s;
  }

  .menu-trigger,
  .menu-trigger div {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
  }
  .menu-trigger {
    position: relative;
    z-index: 10;
    width: 40px;
    height: 22px;
  }
  .menu-trigger:hover {
    opacity: 1;
  }
  .menu-trigger div {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #333;
    border-radius: 4px;
  }
  .menu-trigger div:nth-of-type(1) {
    top: 0;
  }
  .menu-trigger div:nth-of-type(2) {
    top: 10px;
  }
  .menu-trigger div:nth-of-type(3) {
    bottom: 0;
  }
  .menu-trigger.active div {
    background-color: #333;
  }
  .menu-trigger.active div:nth-of-type(1) {
    top: 0;
    -webkit-transform: translateY(10px) rotate(-45deg);
    transform: translateY(10px) rotate(-45deg);
  }
  .menu-trigger.active div:nth-of-type(2) {
    display: none;
  }
  .menu-trigger.active div:nth-of-type(3) {
    left: 0;
    -webkit-transform: translateY(-10px) rotate(45deg);
    transform: translateY(-10px) rotate(45deg);
  }

  #menu {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1000;
    color: #000;
    width: 100%;
    height: 100vh;
    background-color: #f7f4ef;
    transition: all 0.4s;
    opacity: 0;
    pointer-events: none;  
  }
	#menu::before {
		content: "";
		display: block;
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 60px;
		background-color: #fff;
	}
  #menu.open {
    opacity: 1;
    pointer-events: auto;
  }
  #menu .close {
    position: absolute;
    right: 25px;
    top: calc(50% - 10px);
  }
  #menu ul {
    display: block;
    width: 100%;
    height: auto;
		padding: 80px 35px 0;    
  }
  #menu ul li {
    width: 100%;
  }
  #menu ul li a {
    display: block;
    font-size: 20px;
    line-height: 1em;
    font-weight: bold;
    padding: 15px 0;
  }	
	
	
	footer {
		width: 100%;
		padding: 50px 0 100px;
	}
	footer .inner {
		display: block;
		width: 100%;
		margin: auto;
	}

	footer .inner .box {
		width: 280px;
		margin: auto;
	}

	footer .inner .title {
		padding: 15px 0 15px 90px;
		margin-bottom: 15px;
		background: url("https://taiyou.me/cms/wp-content/uploads/2026/06/taiyo_mark.png") no-repeat 0 0 / 96px 96px;
	}
	footer .inner .title span {
		display: block;
		color: #282828;
		font-size: 14px;
		letter-spacing: 0;
		line-height: 1em;
		text-align: center;
	}
	footer .inner .title span:nth-of-type(2) {	
		font-size: 25px;
		font-weight: 500;
		letter-spacing: 0.2em;
		margin: 0.35em 0 0.5em;
	}

	footer .inner .info {
		width: 260px;
		margin: 0 auto 20px;
	}
	footer .inner .info span {
		display: block;
		text-align: center;
		width: 100%;
	}
	footer .inner .info span.tel {
		color: #282828;
		font-size: 22px;
		font-weight: 500;
		letter-spacing: 0.1em;
		line-height: 1em;
		text-align: left;
		height: 44px;
		padding: 10px 0 0 60px;
		margin-bottom: 5px;
		background: #fff url('../img/icon_tel.png') no-repeat 10px 5px / 34px 34px;
		border-radius: 5px;
	}
	footer .inner .info span:nth-of-type(2) {
		font-size: 14px;
	}
	footer .inner .info span:nth-of-type(3) {
		font-size: 12px;
	}

	footer .inner .toi {
		width: 260px;
	}
	footer .inner .toi a {
		display: block;
		color: #282828;
		font-size: 18px;
		font-weight: 500;
		letter-spacing: 0.04em;
		line-height: 1em;
		text-align: left;
		height: 44px;
		padding: 13px 0 0 55px;
		margin-bottom: 10px;
		background: #fff url('../img/icon_mail.png') no-repeat 10px 5px / 34px 34px;
		border-radius: 5px;
	}
	footer .toi p {
		font-size: 12px;
		letter-spacing: 0.02em;
		line-height: 1.4em;
		padding: 0 15px;
	}

	footer .inner .map {
		padding-top: 25px;
	}
	
	footer .inner .map iframe {
		display: block;
		width: 300px;
		height: 200px;
		margin: auto;
	}
	
	footer ul.link {
		text-align: center;
		margin-top: 30px;
	}
	footer ul.link li {
		margin-top: 15px;
	}
	footer ul.link li a {
		text-decoration: underline;
		text-decoration-thickness: 2px;
		text-underline-offset: 6px;
		text-decoration-color: #666;
	}

	footer .copy {
		font-size: 12px;
		width: 100%;
		margin-top: 50px;
	}

	footer ul.btn {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		position: fixed;
		left: 0;
		bottom: 0;
		z-index: 10000;
		width: 100%;
		padding: 0 5px;
	}
	footer ul.btn li {
		width: 180px;
		height: 50px;
	}
	footer ul.btn li a {
		display: block;
		color: #fff;
		font-size: 20px;
		font-weight: 400;
		letter-spacing: 0.1em;
		line-height: 1em;
		text-align: center;
		width: 100%;
		height: 100%;
		padding-top: 15px;
		border-radius: 10px 10px 0 0;	
	}
	footer ul.btn li:nth-of-type(1) a {
		background-color: #ff5a24;
	}
	footer ul.btn li:nth-of-type(2) a {
		background-color: #1b1464;
	}

	
	#page_container {
		display: block;
		width: 100%;
		padding-top: 0;
	}

	#page_container > div.main {
		width: 100%;
	}

	#page_container > div.main .c_img {
		width: 100%;
		height: auto;
		border-radius: 0;
		overflow: hidden;
		padding: 0;
		margin-bottom: 25px;
	}

	#page_container > div.main .inner {
		width: 100%;
		padding: 0 20px 50px;
	}

	#page_container > div.main .inner h2 {
		font-size: 24px;
		letter-spacing: 0.06em;
		line-height: 1.4em;
		margin-bottom: 1em;
	}
	#page_container > div.main .inner h2 span {
		font-size: 16px;
		line-height: 1em;
		margin-top: 0.5em;
	}
	#page_container > div.main .inner p {
		font-size: 16px;
		line-height: 1.74em;
		margin-bottom: 2em;
	}
	
	#page_container > div.sub {
		position: relative;
		width: 100%;
		padding-bottom: 0;
	}
	#page_container > div.sub .sticky {
		position: static;
	}
	#page_container > div.sub .sticky .logo {
		display: none;
	}
	#page_container > div.sub .page_title {
		font-size: 24px;
		letter-spacing: 0.02em;
		line-height: 1em;
		text-align: center;
		padding-top: 50px;
		margin: 0 0 60px;
	}
	#page_container > div.sub .page_title::after {
		left: calc(50% - 50px);
		bottom: -20px;
		width: 100px;
	}
	
	#page_container > div.sub ul.list {
		display: flex;
		justify-content: center;
		width: 100%;
	}
	#page_container > div.sub ul.list.sp {
		display: none;
	}
	#page_container > div.sub ul.list.t2 {
		width: 160px;
	}
	#page_container > div.sub ul.list li {
		font-size: 16px;
		font-weight: 500;
		letter-spacing: 0.06em;
		line-height: 1em;
		margin: 0 1em;
	}
	#page_container > div.sub ul.list li::before {
		content: "";
	}
	
	#page_container > div.sub ul.top_list {
		display: none;
	}
	
	
	h2.midashi {
		font-size: 20px;
		font-weight: 400;
		letter-spacing: 0.2em;
		line-height: 1em;
		text-align: center;
		margin-bottom: 30px;
	}
	h2.midashi span {
		display: block;
		font-size: 12px;
		font-weight: 500;
		line-height: 1em;
		margin-bottom: 1em;
	}
	h3.midashi {
		font-size: 22px;
		line-height: 1.5em;
		text-align: center;
		margin-bottom: 30px;
	}
	
	
	/*===== TOP Page =====*/
	#fv {
		position: relative;
		width: 100%;
		height: 500px;
	}

	#fv .swiper-container {
		height: 100% !important;
	}
	#fv .slide-img {
		height: 100% !important;
		overflow: hidden;
		border-radius: 0;
	}

	#fv .text {
		flex-direction : column;
		position: absolute;
		left: 15px;
		bottom: 20px;
		z-index: 10000;
	}
	#fv .text div {
		line-height: 1em;
		margin-top: 15px;
	}
	#fv .text div > span {
		font-size: 24px;
		letter-spacing: 0.02em;
		line-height: 1em;
		padding: 7px 12px 10px 15px;
	}


	#top_news {
		display: block;
		position: relative;
		width: 100%;
		margin: 100px auto;
	}
	#top_news .swiper-wrapper {
		
	}
	#top_news .swiper-slide {
		position: relative;
		width: 100%;
		padding: 0 20px;
		margin-right: 0;
	}
	#top_news div.swiper-slide:last-of-type {
		margin-right: 0;
	}
	#top_news .swiper-slide .i {
		width: 100%;
		height: 240px;
		overflow: hidden;
		margin-bottom: 15px;
		border-radius: 20px;
	}

	#top_news .swiper-slide a .text {
		font-size: 15px;
		font-weight: 400;
		letter-spacing: 0.04em;
		line-height: 1.4em;
		text-align: center;
	}
	#top_news .swiper-slide a .text .d {
		color: #999;
		letter-spacing: 0;
		margin-bottom: 10px;
	}

	#top_news .arrow {
		display: block;
		position: absolute;
		left: 0;
		top: 170px;
		width: 100%;
	}
	#top_news .arrow .swiper-button-prev::after,
	#top_news .arrow .swiper-button-next::after {
		display: none;
	}
	#top_news .arrow .swiper-button-prev,
	#top_news .arrow .swiper-button-next {
		font-size: 0 !important;
		top: 0 !important;
		width: 50px;
		height: 50px;
		margin-top: 0 !important;
		background-repeat: no-repeat;
		background-position: 0 0;
		background-size: 50px 50px;
	}
	
	#top_news .arrow .swiper-button-prev {
		background-image: url("../img/prev.png");
		left: 5px !important;
	}
	#top_news .arrow .swiper-button-next {
		background-image: url("../img/next.png");
		right: 5px !important;
	}
	

	
	#top_news .btn {
		text-align: center;
		margin-top: 50px;
	}
	#top_news .btn a {
		display: inline-block;
		position: relative;
		color: #736357;
		font-size: 20px;
		font-weight: 500;
		letter-spacing: 0.05em;
		line-height: 1em;
		height: 56px;
		padding: 18px 60px 0 30px;
		background-color: #f7f4ef;
		border-radius: 28px;
	}
	#top_news .btn a::after {
		content: "";
		display: inline-block;
		position: absolute;
		right: 20px;
		top: calc(50% - 5px);
		width: 10px;
		height: 10px;  
		border-right: 2px solid #736357;
		border-bottom: 2px solid #736357;
		transform: rotate(-45deg) translateY(-58%);
		transform-origin: right bottom;
		border-radius: 2px;
	}
	#top_news .btn a::before {
		content: "";
		display: inline-block;
		position: absolute;
		right: 25px;
		top: 50%;
		width: 20px;
		height: 2px;
		background-color: #736357;
	}
	#top_news .icon {
		display: none;
	}

	.this_wrap {
		width: 100%;
		padding: 50px 20px;
		margin: auto;
	}
	.this_wrap > h2 {
		font-size: 24px;
		width: 100%;
		height: 60px;
		padding-top: 5px;
		margin: 0 auto 40px;
		border: 1px solid #000;
		border-radius: 30px;
		background-image: linear-gradient(
			70deg,
			rgb(0, 0, 0, 1) 45%, 
			rgb(255, 255, 255, 0.7) 50%,
			rgb(0, 0, 0, 1) 55%
		);
		background-size: 500% 100%;
		background-clip: text;
		animation: shine 5s infinite;
	}

	.this_wrap > div {
		display: block;
		flex-wrap: wrap;
		position: relative;
	}
	.this_wrap > div .side {
		width: 100%;
	}
	.this_wrap > div .side h3 {
		position: static;
		left: auto;
		top: auto;
		font-size: 36px;
		line-height: 1.5em;
		padding: 30px 0 10px;
	}
	.this_wrap > div#this1 .side h3 img {
		position: absolute;
		right: 0;
		top: 110px;
		width: 140px;
		height: auto;
	}
	.this_wrap > div#this2 .side h3 img {
		position: absolute;
		right: 10px;
		top: 280px;
		width: 243px;
		height: auto;
	}
	.this_wrap > div#this3 .side h3 img {
		display: none;
	}
	.this_wrap > div .cont {
		width: 100%;	
	}
	.this_wrap > div .cont .unit {
		padding: 30px 0;
	}
	.this_wrap > div .cont .unit .i {
		width: 85%;
		margin: auto;
	}
	.this_wrap > div#this1 .cont h4 {
		font-size: 22px;
		font-weight: 400;
		letter-spacing: 0.02em;
		line-height: 1.428em;
		text-align: center;
		margin: 0.5em 0 1em;
	}
	.this_wrap > div#this2 .cont h4 {
		position: relative;
		font-size: 22px;
		font-weight: 400;
		letter-spacing: 0.02em;
		line-height: 1.428em;
		text-align: left;
		padding-left: 100px;
		margin: 0 0 50px;
	}
	.this_wrap > div#this2 .cont h4 span {
		display: block;
		position: absolute;
		left: 0;
		top: -10px;
		color: #fff;
		font-size: 22px;
		font-weight: 500;
		letter-spacing: 0;
		line-height: 1.3em;
		text-align: center;
		width: 80px;
		height: 80px;
		padding-top: 0.5em;
		background-color: #ffd538;
		border-radius: 50%;
	}
	.this_wrap > div#this2 div.unit:nth-of-type(1) h4 span {
		background-color: #ff4f35;
	}
	.this_wrap > div#this3 .cont h4 {
		font-size: 34px;
		font-weight: 400;
		letter-spacing: 0.02em;
		line-height: 1em;
		text-align: center;
		margin: 0.5em 0;
	}
	.this_wrap > div .cont p {
		font-size: 18px;
		font-weight: 400;
		letter-spacing: 0.02em;
		line-height: 1.77em;
	}
	.this_wrap > div#this3 .cont p {
		text-align: center;
	}
	
	
	/*===== about =====*/
	#overview {
		position: relative;
		padding: 0 20px;
	}
	#overview img.icon {
		display: none;
	}

	#overview .prof {
		width: 100%;
	}

	#overview .prof p {
		font-size: 14px;
		line-height: 1.77em;
	}
	#overview .prof p:first-of-type {
		text-align: center;
		margin-bottom: 50px;
	}
	#overview .history {
		width: 100%;
		padding: 20px 0;	
		margin: 40px auto 60px;
	}
	#overview .history h3 {
		font-size: 20px;
		line-height: 1em;
		margin-bottom: 1.5em;
	}
	#overview .history table {
		width: 100%;
	}
	#overview .history table td {
		font-size: 14px;
		line-height: 1.77em;
		vertical-align: top;
		width: 70%;
	}
	#overview .history table tr td:nth-of-type(1) {
		padding-right: 0;
		width: 30%;
	}

	#space {
		position: relative;
		width: 100%;
		padding: 0 20px;
	}
	#space img.icon {
		display: none;
	}

	#kitchen {
		position: relative;
		width: 100%;
		margin: auto;
		padding: 50px 20px;
		border-top: 1px solid #666;
	}
	#kitchen img.icon {
		display: none;
	}

	.about_box .illust {
		margin-bottom: 80px;
	}

	.about_box > div.flex {
		display: block;
		margin-bottom: 40px;
	}
	
	.about_box > div.flex img {
		width: 100%;
		height: auto;
		border-radius: 15px;
	}
	.about_box > div.flex div {
		width: 100%;
		overflow-wrap: anywhere;
		word-break: normal;
		margin-top: 20px;
	}
	
		
	/*===== spend =====*/
	#routine {
		position: relative;
	}
	#routine img.icon {
		display: none;
	}
	#routine .illust {
		width: 100%;
		padding: 0 20px;
	}

	#events {
		position: relative;
		padding: 0 20px;
		margin-top: 50px;
	}
	#events img.icon {
		display: none;
	}

	ul.event_list {
		position: relative;
		display: flex;
		flex-wrap: wrap;
		width: 100%;
		padding: 20px 10px 0;
		margin: 0 auto 50px;
		border: 3px solid #e8dcc4;
		border-radius: 10px;
	}
	ul.event_list::before,
	ul.event_list::after {
		display: none;
	}
	ul.event_list li {
		padding-bottom: 20px;
	}
	ul.event_list li .m {
		font-size: 26px;
		font-weight: 500;
		letter-spacing: 0;
		line-height: 1em;
		text-align: center;
		width: 100%;
		padding: 15px 0;
		margin-bottom: 10px;
	}
	ul.event_list li .text {
		font-size: 15px;
		line-height: 1.4em;
	}
	
	
	/*===== approach =====*/
	#approach {
		padding: 0 20px;
	}
	#approach h2 {
		font-size: 32px;
		letter-spacing: 0.04em;
		line-height: 1.5em;
		margin-bottom: 1em;
	}
	#approach h3 {
		font-size: 24px;
		letter-spacing: 0.1em;
		line-height: 1em;
		margin-bottom: 20px;
	}
	#approach .unit {
		padding-top: 30px;
		margin-top: 30px;
		border-top: 1px solid #736357;
	}
	
	
	/*===== admission =====*/
	#admission {
		width: 100%;
		padding: 50px 20px;
	}
	#admission h2,
	#admission h3,
	#requirements h2:not(.no),
	#requirements h3:not(.no) {
		font-size: 20px;
		letter-spacing: 0.2em;
		padding: 8px 0;
		border: 2px solid currentColor;
		border-radius: 50px;
	}
	#admission h2,
	#requirements h2 {
		margin-bottom: 20px;
	}
	#admission h3,
	#requirements h3:not(.no) {
		margin: 30px 0 20px;
	}
	#approach p,
	#admission p,
	#recruit p {
		font-size: 14px;
		margin-bottom: 2em;
		line-height: 1.5em;
	}
	#admission h4,
	#admission table,
	#admission .w600 {
		width: 100%;
	}
	#admission h4 {
		font-size: 16px;
		padding: 12px 0;
		margin: 50px auto 1em;
	}
	#admission table {
		margin-top: 20px;
	}
	#admission td,
	#admission .w600 p {
		line-height: 1.777em;
	}
	#admission td {
		width: 70%;
	}
	#admission tr td:nth-of-type(1) {
		width: 30%;
	}
	#admission figure {
		margin-bottom: 30px;
	}
	#admission div.last {
		padding-top: 50px;
		margin: 30px auto 0;
	}
	#admission div.last p {
		margin-bottom: 2em;
	}
	#admission .icon2,
	#admission .icon3 {
		display: none;
	}
	
	
	/*===== recruit =====*/
	#recruit {
		width: 100%;
		padding: 0 20px;
	}
	#recruit h2.h {
		font-size: 24px;
		padding-bottom: 0.5em;
		margin-bottom: 50px;
	}

	#recruit .features .wp-block-group__inner-container {
		display: block;
	}
	#recruit .features .unit {
		width: 100%;
		margin-bottom: 20px;
	}
	#recruit .features .unit h3 {
		font-size: 18px;
		letter-spacing: 0.02em;
		line-height: 1.33em;
		height: 60px;
		padding-top: 5px;
		margin-bottom: 20px;
		border-radius: 30px;
	}

	#recruit .msg {
		width: 100%;
		padding: 25px 15px 20px;
		margin-bottom: 60px;
		border: 3px solid #e8dcc4;
		border-radius: 15px;
	}
	#recruit .msg h2 {
		font-size: 24px;
		letter-spacing: 0.02em;
		line-height: 1.2em;
		text-align: center;
		margin-bottom: 1.2em;
	}

	#requirements a.bosyu {
		display: block;
		margin-bottom: 80px;
	}
	#requirements picture {

	}
	#requirements .flex > .wp-block-group__inner-container {
		display: block;
	}
	#requirements .flex .wp-block-group__inner-container .wp-block-group {
		width: 300px;
	}
	#requirements .internship h3,
	#requirements .requirements h3 {
		font-size: 15px;
		margin: 1em 0 0.5em;
	}
	#requirements .internship h4 {
		font-size: 14px;
		line-height: 1.5em;
	}

	#requirements h4.welcome {
		font-size: 18px;
		line-height: 1.4em;
		margin-bottom: 1em;
	}
	#requirements .requirements {
		width: 100%;
		padding: 20px 0 0;
		margin: 20px auto 0;
	}
	#requirements .requirements p {
		margin-bottom: 1em;
	}
	#requirements .article .wp-block-group__inner-container {
		column-count: 1;      /* 段数 */
		column-gap: 5em;      /* 段の間隔 */
	}
	#requirements .article p{
			break-inside: avoid;
	}

	.entry_btn {
		display: block;
		font-size: 12px;
		text-align: center;
		margin: 50px auto 80px;
	}
	.entry_btn a {
		display: flex;
		align-items: center;
		color: #736357;
		font-size: 20px;
		font-weight: 500;
		letter-spacing: 0.05em;
		line-height: 1em;
		width: 200px;
		height: 56px;
		padding-left: 20px;
		margin: 15px auto 0;
		border-radius: 28px;
		background: #e8dcc4 url("../img/arrow.svg") no-repeat calc(100% - 20px) 50% / 40px 30px;
	}
	
	
	/*===== condition =====*/
	#condition {
		width: 100%;
		margin: auto;
		padding: 0 20px 50px;
	}
	#condition h2 {
		font-size: 24px;
		line-height: 1.38em;
		margin-bottom: 20px;
	}
	#condition .pdf a {
		width: 100%;
	}
	
	
	/*===== news =====*/
	.news_wrap {
		width: 100%;
		padding: 40px 0 50px;
		margin: 0 auto;
	}
	.news_wrap ul li a {
		padding: 20px;
	}
	.news_wrap ul li a .i {
		width: 120px;
		height: 120px;
		overflow: hidden;
		border-radius: 15px;
	}
	.news_wrap ul li a .text {
		font-size: 14px;
		line-height: 1.7em;
		width: calc(100% - 140px);
	}
	.news_wrap ul li a .text .cat {
		font-size: 16px;
		letter-spacing: 0.04em;
		line-height: 1em;
		padding: 5px 15px;
		border-radius: 3px;
		margin-bottom: 10px;
	}

	.pagenavi {
		text-align: center;
		margin: 50px auto 0;  
	}
	.pagenavi span,
	.pagenavi a {
		display: inline-block;
		color: #2c2c2c;
		font-size: 20px;
		font-weight: 500;
		line-height: 1em;
		letter-spacing: 0;
		text-align: center;
		width: 40px;
		height: 40px;
		padding: 9px 0 !important;
		margin: 0 5px !important;
		background-color: transparent;
		border: none !important;
		box-sizing: border-box;
		border-radius: 50%;
	}
	.pagenavi .current {
		position: relative;
		color: #fff;
		background-color: #fc3;
		border: 1px solid #fc3 !important;
	}
	.pagenavi .nextpostslink,
	.pagenavi .previouspostslink {
		display: inline-block;
		width: 20px;
		height: auto;
		padding: 0 !important;
		vertical-align: -1px;
		font-family: shippori-mincho,sans-serif;
		font-weight: 500;
		font-style: normal;
	}
	

	.single_cont {
		width: 100%;
		padding: 40px 0 80px;
	}
	.single_cont .c_img {
		width: 100%;
		height: auto;
		overflow: hidden;	
	}
	.single_cont .cont {
		padding: 20px 20px 0;
		border-bottom: 1px solid #ccc;
	}
	.single_cont .cont .cat {
		font-size: 16px;
		letter-spacing: 0.04em;
		line-height: 1em;
		padding: 5px 15px;
		border-radius: 3px;
		margin-bottom: 10px;
	}
	.single_cont .cont .d {
		font-size: 14px;
		font-weight: 400;
	}
	.single_cont .cont h2 {
		font-size: 18px;
		line-height: 1.4em;
		padding-bottom: 0.5em;
		margin: 0.5em 0 2em;
	}
	.single_cont .cont p {
		font-size: 14px;
		letter-spacing: 0.04em;
		line-height: 1.7em;
		margin-bottom: 2em;
	}


	.pager {
		width: 300px;
		margin: 50px auto 0;
	}
	.pager tr td {
		vertical-align: middle;
	}
	.pager tr td:nth-of-type(1) {
		width: 30%;
		text-align: left;
	}
	.pager tr td:nth-of-type(1) a,
	.pager tr td:nth-of-type(3) a {
		position: relative;
		display: inline-block;
		color: #fc3;
		font-size: 36px;
		font-weight: 500;
		line-height: 1em;
	}
	.pager tr td:nth-of-type(2) {
		width: 40%;
		text-align: center;
	}
	.pager tr td:nth-of-type(2) a {
		position: relative;
		display: inline-block;
		color: #fff;
		font-size: 18px;
		font-weight: 600;
		line-height: 1em;
		width: 160px;
		height: 50px;
		padding-top: 16px;
		background-color: #fc3;
	}
	.pager tr td:nth-of-type(3) {
		width: 30%;
		text-align: right;
	}


	/*===== contact =====*/
	.contact_form {
		max-width: 100%;
	}
	.contact_form p span {
		font-size: 12px !important;
	}

	.form_item{
		margin-bottom: 20px;
	}

	.form_item label{
		font-size: 14px;
		margin-bottom: 6px;
	}

	.required{
		display:inline-block;
		margin-left: 10px;
		padding: 2px 8px;
		font-size: 12px;
	}

	.name_wrap{
		display:flex;
		gap: 10px;
	}

	.name_wrap > div{
		flex:1;
	}
	
	.contact_form input[type="text"],
	.contact_form input[type="email"],
	.contact_form input[type="tel"],
	.contact_form textarea {
		width:100%;
		padding: 5px 10px;
		font-size: 18px;
	}

	.contact_form textarea{
		height: 240px;
		resize: vertical;
	}

	.contact_form .wpcf7-list-item{
		display:block;
		margin:0 0 12px;
	}

	.contact_form .wpcf7-list-item label{
		display:flex;
		align-items:center;
		font-weight:400;
		margin:0;
		font-size:18px;
	}

	.contact_form input[type="radio"]{
		margin-right:8px;
	}

	.submit_wrap{
		margin-top: 30px;
		}
	.submit_wrap p {
		text-align: center;
	}

	.submit_wrap input[type="submit"]{
		display: block;
		width: 200px;
		height: 60px;
		margin: auto;
		font-size: 18px;
	}
  
  .transmission {
    height: 200px;

  }
  .transmission p {
    font-size: 14px;
    line-height: 1.8em;
    letter-spacing: 0.08em;
  }
  
    
  .not-found {
    height: calc(100vh - 282px);
  }


  br.sp {
      display: inline !important;
  }
  br.pc,img.pc {
      display: none;
  }
	img.sp {
		display: inline-block;
	}
    
    
  .sa--left {
    transform: translate(20px, 0);
  }
  .sa--right {
    transform: translate(-20px, 0);
  }
  .sa--up {
    transform: translate(0, 20px);
  }
  .sa--down {
    transform: translate(0, -20px);
  }
  
}