@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

/* --------------------------------------
 フォント 
----------------------------------------- */
* {
	font-family: "Shippori Mincho B1", serif;
}
/* header */
.l-header__logo {
	padding: 0 !important;
}
@media screen and (max-width: 960px) {
	#header {
		position: fixed;
		top: 0;
		left: 0;
	}
	.l-header {
		background-color: rgba(0,0,0, 0);
	}
	.c-iconBtn__icon:before {
		content: "";
		display: inline-block;
		width: 32px;
		height: 16px;
		background-image: url(https://tsuyakoshi.com/wp-content/uploads/2025/08/sp-menu-btn.svg);
		background-size: contain;
		background-position: center;
		background-repeat: no-repeat;
	}
	.p-spMenu__closeBtn .c-iconBtn__icon:before {
		width: 32px;
		height: 32px;
		background-image: url(https://tsuyakoshi.com/wp-content/uploads/2025/08/close.svg);
	}
}
/* メインビジュアル */
.l-header__inner {
	max-width: 100%;
}
.p-mainVisual__textLayer {
}
p.first-view-subttl {
	margin-bottom: 85px;
	font-size: 30px;
	font-weight: 400;
}
.p-mainVisual__slideTitle {
	font-size: 64px;
	line-height: .8;
	margin-bottom: 86px;
}
.p-mainVisual__slideTitle span {
	font-size: 24px;
}
.p-mainVisual__slideText {
	line-height: 1;
	font-size: 16px;
	padding-bottom: 30px;
}
.top #content {
	padding-top: 0;
}
@media screen and (max-width: 960px) {
	.p-mainVisual__textLayer {
	}
	p.first-view-subttl {
		margin-bottom: 45px;
		font-size: 30px;
		text-align: left;
		writing-mode: vertical-rl;
    margin-left: auto;
    margin-right: auto;
		font-weight: 300;
	}
	p.first-view-subttl span.down-1 {
		margin-top: 30px;
	}
	p.first-view-subttl span.down-2 {
		margin-top: 60px;
	}
	.p-mainVisual__slideTitle {
		font-size: 32px;
		line-height: 1;
		margin-bottom: 15px;
	}
	.p-mainVisual__slideTitle span {
		display: inline-block;
		font-size: 24px;
		letter-spacing: 4px;
		margin-top: 40px;
	}
	.p-mainVisual__slideText {
		font-size: 16px;
		padding-bottom: 10px;
	}	
}
@media screen and (max-width: 768px) {
	
}
@media screen and (max-width: 400px) {
	
}

/*共通 */
.section-ttl-group {
	text-align: center;
}
.section-ttl-group h2.is-style-section_ttl {
	font-size: 28px;
	font-weight: 400;
	border-bottom: 1px solid #C2A661;
	padding: 0 36px 16px;
	display: inline-block;
	margin-bottom: 16px;
	color: #FFFFFF;
}
.section-ttl-group p {
	font-family: "Lora", serif;
	font-size: 24px;
	font-weight: 400;
	color: #FFFFFF;
}
@media screen and (max-width: 960px) {
	.section-ttl-group h2.is-style-section_ttl {
		padding: 0 0px 16px;
	}
	.section-ttl-group p {
		font-size: 14px;
	}
}
@media screen and (max-width: 768px) {
	
}
/* simpleBTN */
.simple-btn {
	justify-content: center;
}
.simple-btn .wp-block-button {
	min-width: 400px;
}
.simple-btn .wp-block-button a {
	border-radius: 0;
	background-color: transparent;
	border: 1.67px solid #FFFFFF;
/* 	position: relative; */
	display: flex;
	align-items: center;
	justify-content: space-between;
	transition: .3s;
}
.simple-btn .wp-block-button a:hover {
	background-color: #FFFFFF;
	color: #333;
	transition: .3s;
}
.simple-btn .wp-block-button a:after {
	content: "";
	display: inline-block;
	width: 90px;
	height: 11px;
	background-image: url(https://tsuyakoshi.com/wp-content/uploads/2025/08/arrow.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	transition: .3s;
}
.simple-btn .wp-block-button a:hover:after {
	filter: invert(50%) sepia(0%) saturate(11%) hue-rotate(143deg) brightness(101%) contrast(93%);
	transition: .3s;
}
	
@media screen and (max-width: 768px) {
	.simple-btn .wp-block-button {
		min-width: 280px;
	}
	.simple-btn .wp-block-button a:after {
		width: 56px;
		height: 7px;
	}
}
/* 動画差し込み */
.top-media-group {
	max-width: 790px;
	margin: 0 auto;
}
/* about */
#top-about {
	position: relative;
}
#top-about:before {
	content: "";
	display: inline-block;
	width: 100%;
	height: 100%;
	background-image: url(https://tsuyakoshi.com/wp-content/uploads/2025/08/a31b46156363de78cbded986e9d8fe7948828872.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}
#top-about:after {
	content: "";
	display: inline-block;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.1);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.swell-block-fullWide__inner {
	position: relative;
	z-index: 2;
}
p.about-sub-ttl {
	font-size: 32px;
	text-align: center;
	font-weight: 500;
	color: #FFFFFF;
}
p.about-disc {
	font-size: 18px;
	text-align: center;
	line-height: 50px;
	font-weight: 500;
	color: #FFFFFF;
}
@media screen and (max-width: 960px) {
	#top-about {
		position: relative;
	}
	p.about-sub-ttl {
		font-size: 28px;
		font-weight: 400;
	}
	p.about-disc {
		font-size: 14px;
		line-height: 40px;
		font-weight: 400;
	}
}
/* TOPうどんとお品書き */
#top-grandmenu {
	position: relative;
}
#top-grandmenu:before {
	content: "";
	display: inline-block;
	width: 100%;
	height: 100%;
	background-image: url(https://tsuyakoshi.com/wp-content/uploads/2025/08/49bffed9730aefd4e9fab6e9885dca16aef56d81.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
#top-grandmenu:after {
	content: "";
	display: inline-block;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.4);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
p.grandmenu-disc {
	font-size: 18px;
	text-align: center;
	line-height: 50px;
	font-weight: 500;
	color: #FFFFFF;
	margin-bottom: 80px;
}
.grandmenu-item-unit {
	max-width: 999px;
	margin: 0 auto 80px;
}
.grandmenu-item-unit > .wp-block-group__inner-container {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}
.grandmenu-item {
	flex-basis: calc((100% - 30px) / 2);
	position: relative;
	margin-bottom: 0;
}
.grandmenu-item figure {
	margin-bottom: 0;
}
.grandmenu-item-txt {
	width: 100%;
	background-color: rgba(255,255,255,.8);
	padding: 13px 5px;
	position: absolute;
	left: 0;
	bottom: 0;
}
.grandmenu-item-txt > .wp-block-group__inner-container {
	display: flex;
	justify-content: space-between;
}
.grandmenu-item-txt p {
	margin-bottom: 0;
	font-size: 20px;
	font-weight: 400;
	color: #333333;
}
@media screen and (max-width: 960px) {
	#top-grandmenu:before {
		height: 30%;
		background-position: top;
	}
	#top-grandmenu:after {
		content: "";
		display: inline-block;
		width: 100%;
		height: 100%;
		background: #131010;
background: linear-gradient(180deg, rgba(19, 16, 16, 0) 0%, rgba(19, 16, 16, 1) 30%, rgba(19, 16, 16, 1) 100%);
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1;
	}
	p.grandmenu-disc {
		font-size: 14px;
		line-height: 25px;
		font-weight: 400;
		margin-bottom: 30px;
	}
	.grandmenu-item-unit {
		margin: 0 auto 30px;
	}
	.grandmenu-item-unit > .wp-block-group__inner-container {
		flex-wrap: wrap;
		gap: 35px;
	}
	.grandmenu-item {
		flex-basis: 100%;
	}
	.grandmenu-item-txt {
		padding: 7px 5px;
	}
	.grandmenu-item-txt > .wp-block-group__inner-container {
		flex-wrap;
	}
	.grandmenu-item-txt p {
		font-size: 14px;
	}
}
/* その他のお品書き */
#top-second-menu {
	background-color: #131010 !important;
}
.topsecond-menu-unit {

}
.topsecond-menu-unit > .wp-block-group__inner-container {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	max-width: 1200px;
	margin: 0 auto;
}
.topsecond-menu-item {
	flex: 1; 
	min-width: 0;
	padding: 30px;
	color: #FFFFFF;
	background-image: url(https://tsuyakoshi.com/wp-content/uploads/2025/08/menu-back1.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
	margin-bottom: 0;
}
.topsecond-menu-item:before {
	content: "";
	display: inline-block;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.3);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.topsecond-menu-item > .wp-block-group__inner-container {
	position: relative;
	z-index: 1;
}
.topsecond-menu-item.item1 {
	background-image: url(https://tsuyakoshi.com/wp-content/uploads/2025/08/menu-back1.png);
}
.topsecond-menu-item.item2 {
	background-image: url(https://tsuyakoshi.com/wp-content/uploads/2025/08/menu-back2.png);
}
.topsecond-menu-item.item3 {
	background-image: url(https://tsuyakoshi.com/wp-content/uploads/2025/08/menu-back3.png);
}
.topsecond-menu-item.item4 {
	background-image: url(https://tsuyakoshi.com/wp-content/uploads/2025/10/menu-back4.jpg);
}
#top-second-menu .section-ttl-group h2.is-style-section_ttl {
	padding: 0 5px 5px;
	font-size: 23px
}
#top-second-menu .section-ttl-group p {
	font-size: 18px;
}
.topsecond-menu-item figure {
	margin-bottom: 40px;
}
p.topsecond-menu-item-disc {
	text-align: center;
	line-height: 25px;
	font-size: 14px;
	margin-bottom: 30px;
}
#top-second-menu .simple-btn .wp-block-button {
	min-width: 280px;
}
.simple-btn .wp-block-button a {
	border-radius: 0;
	background-color: transparent;
	border: 1.67px solid #FFFFFF;
	display: flex;
	align-items: center;
	justify-content: space-between;
	transition: .3s;
	font-size: 14px;
}
#top-second-menu  .simple-btn .wp-block-button a:after {
	width: 56px;
	height: 7px;
}
	
@media screen and (max-width: 960px) {
	.topsecond-menu-unit > .wp-block-group__inner-container {
		gap: 0px;
	}
	.topsecond-menu-item {
		flex-basis: 100%;
		padding: 60px 20px;
	}
	.topsecond-menu-item:before {
		background: #131010;
background: #131010;
background: linear-gradient(180deg, rgba(19, 16, 16, 1) 0%, rgba(19, 16, 16, 1) 10%, rgba(19, 16, 16, 0.4) 30%, rgba(19, 16, 16, 0.4) 80%, rgba(19, 16, 16, 1) 94%, rgba(19, 16, 16, 1) 100%);
	}
	.topsecond-menu-item figure {
		margin-bottom: 30px;
	}
}
/* お問い合わせフォーム */
.top-contact-toptxt {
	text-align: center;
}
p.top-contact-read {
	text-align: left;
	display: inline-block;
	font-size: 18px;
}
.contact-form-inner {
	max-width: 750px;
	margin: 0 auto;
}
.form-item-column {
	display: flex;
	gap: 50px;
}
.form-item-column > .form-item {
	flex-basis: calc((100% - 50px) / 2);
}
.form-item {
/* 	display: flex; */
	padding: 10px 0;
}
/* ラベル */
.form-item label {
	display: flex;
	align-items: center;
}
/* ※ */
.form-item label span {
	color: red;
	line-height: 0.5;
	padding-left: 10px;
}
/* 注意書き */
span.wpcf7-form-control-wrap {
    display: flex;
    flex-direction: column;
}
.form-item-column .wpcf7-not-valid-tip {
	order: 1;
}
.form-item-column span.wpcf7-form-control-wrap input {
	order: 2;
}
.form-item-column .form-item input{
	height: 35px;
	width: 100%;
	background-color: #FFFFFF;
	border: 1px solid #D3D3D3;
}
/* subject */
span#your-subject {
	order: 2;
}
.form-item.subject input {
	height: auto !important;
	width: auto;
}
.form-item.subject span label {
	font-size: 14px !important;
}
span#your-subject input {
	border-radius: 0;
}
span#your-subject span {
	color: #FFFFFF;
}
/* お問い合わせ内容 */
.your-content-area {
	margin-bottom: 80px;
}
.form-item textarea {
	width: 100%;
	min-height: 200px;
	background-color: #FFFFFF;
	border: 1px solid #D3D3D3;
}
.form-item textarea#your-license {
	max-height: 100px;
}
/* 個人情報取扱同意 */
.last-check-txt {
	text-align: center;
}
.last-check-txt p {
	display: inline-block;
	text-align: left;
}
.last-check-txt p a {
	color: #5A2CFF;
}
.last-check {
	margin-top: 20px;
	display: flex;
	justify-content: center;
}
.last-check input {
	width: 15px;
	height: 15px;
	vertical-align: middle;
}
.last-check label {
	padding-left: 5px;
	font-size: 16px;
	line-height: 2em;
}
/* 送信ボタン　 */
.send-btn {
	position: relative;
	max-width: 430px;
	height: 80px;
	margin: 0 auto;
	margin-top: 30px;
}
.send-btn input{
	width: 100%;
	padding: 15px 20px;
	background-color: #C2A458;
	color: #FFFFFF;
	letter-spacing: .2em;
	transition: .3s;
	font-size: 30px;
}
.wpcf7-spinner {
	position: absolute;
}
/* 送信ボタンホバー */
.send-btn input:hover {
	background-color: #FFFFFF;
  border-color: #333;
	color: #000000;
	transition: .3s;
}
/* お問合せ SP*/
@media screen and (max-width: 960px) {
	p.top-contact-read {
		font-size: 14px;
		font-weight: 500;
	}
	.form-item-column {
		flex-wrap: wrap;
		gap: 0px;
	}
	.form-item-column > .form-item {
		flex-basis: 100%;
	}
	.form-item {
		padding: 15px 0;
	}
	/* お問い合わせ内容 */
	.your-content-area {
		margin-bottom: 30px;
	}
	/* 個人情報取扱同意 */
	.last-check {
			margin-top: 10px;
	}
	/* 送信ボタン　 */
	.send-btn {
		max-width: 430px;
		height: 62px;
	}
	.send-btn input{
		padding: 10px 20px;
		font-size: 21px;
	}
}

/* ACCESS */
.top #content {
	margin-bottom: 0;
}
.l-footer__foot, .l-footer__widgetArea {
	padding-top: 0;
}
#access {
	padding-bottom: 20px !important;
}
#access:before {
	content: "";
	display: inline-block;
	width: 100%;
	height: 100%;
	background-image: url(https://tsuyakoshi.com/wp-content/uploads/2025/08/access-back.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
#access:after {
	content: "";
	display: inline-block;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.1);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.access-ttl-group {
	margin-bottom: 100px;
}
.access-ttl-group h2.is-style-section_ttl {
	font-size: 40px;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 1;
}
.access-ttl-group h2.is-style-section_ttl span {
	font-size: .5em;
}
.access-item-unit {
	max-width: 1000px;
	margin: 0 auto;
}
.access-item-unit > .wp-block-group__inner-container {
	display: flex;
	flex-wrap: wrap;
	gap: 50px;
}
.access-txt-unit {	
	margin-bottom: 40px;
	flex-basis: calc((100% - 50px) - 60%);
}
.access-map-area {
	flex-basis: 60%;
}
.access-txt-unit p {
	font-size: 18px;
	font-weight: 500;
	color: #FFFFFF;
	border-bottom:1px solid #FFFFFF;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.sns-item-unit {
	display: flex;
	gap: 10px;
	margin: 0;
}
.sns-item-unit a {
	margin: 0;
}
.sns-item-unit img {
	width: 50px;
	height: 50px;
	object-fit: cover;
}
p.copy-ttl {
	text-align: center;
	color: #FFFFFF;
}
.copyright {
	display: none;
}
.l-footer__foot, .l-footer__widgetArea {
	padding-bottom: 0;
}
@media screen and (max-width: 768px) {
	#access:before {
		background-position: top left;
	}
	.access-ttl-group {
		margin-bottom: 40px;
	}
	.access-ttl-group h2.is-style-section_ttl {
		font-size: 32px;
	}
	.access-item-unit > .wp-block-group__inner-container {
		display: flex;
		flex-wrap: wrap;
		gap: 40px;
	}
	.access-item-unit {
		margin-bottom: 40px;
	}
	.access-txt-unit {	
		flex-basis: 100%;
	}
	.access-map-area {
		flex-basis: 100%;
	}
	.access-txt-unit p {
		font-size: 14px;
		margin-bottom: 20px;
	}
	.sns-item-unit {
		justify-content: center;
		gap: 20px;
		margin: 0;
	}
	.sns-item-unit img {
		width: 32px;
		height: 32px;
	}
}
/* ----------------------------------
 下層ページ共通
----------------------------------  */
/* 下層header */
.page #header {
	background-color: #131010;
}
.top.page #header {
	background-color: #FFFFFF;
}
.page .c-gnav>.menu-item>a {
	color: #FFFFFF;
}
.top.page .c-gnav>.menu-item>a {
	color: #333333;
}

@media screen and (max-width: 960px) {
	.top.page #header {
		background-color: rgba(0,0,0,0);
	}
}
/* パンくず */
.p-breadcrumb.-bg-on {
	background-color: #131010;
}
/* H1タイトル */
.c-pageTitle__inner {
	display: flex;
	flex-direction: column;
	gap: 16px;
	align-items: center;
	text-align: center;
	font-size: 28px;
	font-weight: 400;
}
.c-pageTitle__subTitle {
	border-top: 1px solid #C2A661;
	display: inline-block;
	padding: 16px 50px 0;
	margin: 0;
	top: auto;
	opacity: 1;
	font-size: 24px;
	font-weight: 400;
}
/* .c-pageTitle__inner {
	display: inline-block;
} */
@media screen and (max-width: 960px) {
	.c-pageTitle {
		padding-top: 120px !important;
	}
}
/* メニューセクションタイトル(h2) */
h2.is-style-section_ttl.menu-section-ttl {
	font-size: 28px;
	font-weight: 400;
	padding: 10px 15px;
}


/* --------
季節のうどん
----------- */
p.month-txt {
	color: #C2A458;
	margin-bottom: 10px;
}
.seasonal-table {
	margin-bottom: 40px;
}
.seasonal-table table td {
	border-top: none;
	padding-left: 0;
}



/*--------------------------------------------- 
SPメニュー
----------------------------------------------- */
.l-header__customBtn.sp_ {
	display: none;
}
p.sp-menu-contact-btn a,
p.sp-menu-form-btn a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width: 250px;
	margin: 0 auto;
	background-color: #F07215;
	padding: 10px 5px;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: 500;
	border-radius: 10px;
	box-shadow: 0 2px 5px rgba(0,0,0,.3);
}
p.sp-menu-contact-btn a i,
p.sp-menu-form-btn a i{
	margin-right: 5px;
}
@media screen and (max-width: 960px) {
	.p-spMenu__inner {
		padding-top: 50px;
	}
	.c-widget__title.-spmenu {
		display: none;
	}
	.p-spMenu__nav {
		margin-top: 50px;
	}
	.-right .p-spMenu__inner {
		width: 100%;
		transform: translateX(100vw);
	 margin-top: 0;
	}
	[data-spmenu=opened] .p-spMenu__inner {
		transform: translateX(0);
	}
	.p-spMenu__inner::before {
		background: #C2A661;
	}
	.p-spMenu__closeBtn {
		display: flex;
		height: 60px;
		width: 100%;
	}
	.l-header__menuBtn.sp_ {
		width: 60px;
		height: 60px;
	}
	.c-iconBtn {
		width: 60px;
		height: 60px;
	}
	i.c-iconBtn__icon.icon-close-thin:before {
		color: #333;
	}
	[data-spmenu = "opened"] .p-spMenu__closeBtn {
		justify-content: flex-end;
	}
	.c-gnav .sub-menu a:before, .c-listMenu a {
		position: relative;
	}
	.c-gnav .sub-menu a:before, .c-listMenu a {
		color: #FFFFFF;
		padding: 20px 0;
		border:none;
	}
 	.c-gnav .sub
	.p-spMenu__body {
		padding: 0 20px;
		background: transparent;
	}
	.p-spMenu__bottom {
		margin-top: 0;
	}
	.c-iconBtn__icon:before {
		font-size: 30px;
	}
	.arrow-on .c-smallNavTitle.desc:before {
		content: none;
	}
}
.footer-sns-unit.sp-menu-btm {
	margin: 0 auto;
}
.c-spnav a {
	display: flex;
	align-items: center;
}
.c-spnav a:before {
	content: none;
}
/* ---------------------------
お問い合わせ完了ページ 
--------------------*/
p.completed-top-mess {
	text-align: center;
}
.completed-top-link a {
	border-radius: 0;
	padding: 20px 10px;
	background-color: #C2A458;
}