@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
*/

/* ヘッダー */
.-txt .c-headLogo__link {
    font-size: 1rem;
}

.l-fixHeader__logo {
    padding: 8px;
}


/* フッターウィジェット */
#custom_html-3 {
    margin-top: 14px;
}

.footerw-company .company-name {
    font-weight: bold;
    margin-bottom: 14px;
}


/* お問い合わせフォーム */
.form-content {
    margin-bottom: 2rem;
}

.form-content input:not(input[type="radio"]),
.form-content textarea {
    width: 100%;
}

.form-content .required {
    display: inline-block;
    font-size: 12px;
    background-color: red;
    color: #fff;
    padding: 1px 6px;
    margin-left: 20px;
}

.form-accept {
    text-align: center;
    margin-bottom: 2rem;
}

.form-submit {
    text-align: center;
}

.form-submit input {
    padding: 10px 50px;
}

.form-submit .wpcf7-spinner {
    position: absolute;
}


/* サイトマップ用 */
.wsp-container {
    display: grid;
}

.wsp-container h2 {
    position: relative;
    text-decoration: none;
    display: block;
    border: 1px solid #ccc;
    padding: 5px 9px 5px 36px;
    margin: 40px 0 10px;
    background-color: #f6f6f6;
    color: #454545;
    font-size: 1em;
}

.wsp-container h2:before {
    position: absolute;
    content: "";
    top: 34%;
    left: 15px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 8px;
    border-color: transparent transparent transparent #c29f54;
}

.wsp-container ul {
    list-style: none !important;
    margin: 0;
}

.wsp-container a {
    position: relative;
    text-decoration: none;
    display: block;
    border: 1px solid #ccc;
    padding: 5px 9px 5px 36px;
    margin: 10px 0;
    background-color: #f6f6f6;
    color: #454545;
    font-size: .8em;
}

.wsp-container a:before {
    position: absolute;
    content: "";
    top: 34%;
    left: 15px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 8px;
    border-color: transparent transparent transparent #c29f54;
}

.wsp-container a:last-child {
    margin-bottom: 0;
}

.wsp-container a:hover {
    background-color: #fff;
}

.wsp-areas-list a {
    padding: 4px 9px 4px 34px;
    margin-left: 20px;
    font-size: 14px;
    color: #454545;
}

.wsp-areas-list a:before {
    border-width: 5px 0 5px 7px;
    border-color: transparent transparent transparent #5d2240bb;
}





/*-------- s --------*/

/* ヘッダー */
body {
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
}

.l-header__bar.pc_ {
    display: none;
}



/* h2 */
.heading-group .main {
    font-family: 'Noto Serif JP', serif;
    font-weight: 400;
    font-size: 32px;
    margin-bottom: 0;
}

.heading-group .sub {
    font-weight: 400;
    font-size: 20px;
    position: relative;
}

.heading-group .sub::after {
    content: "";
    display: inline-block;
    width: 60px;
    height: 2px;
    background-color: #E14345;
    position: absolute;
    left: 50%;
    bottom: -8px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}



/* h3 */
.sub-heading,
.sub-heading {
    display: flex;
    align-items: center;
    font-size: 24px;
}

.sub-heading::after,
.sub-heading::after {
    content: "" !important;
    height: 2px;
    flex-grow: 1;
    background-color: #346BAA;
}

.sub-heading:after,
.sub-heading:after {
    margin-left: 1rem;
}



/* フッター */
#footer .c-listMenu a {
    border-bottom: none;
    padding: 8px 0.5em;
}

.w-footer__box img{
	transition: 0.4s;
}
.w-footer__box img:hover{
	opacity: 0.7;
}

.w-footer__box:not(:first-of-type) {
    max-width: 320px;
}

.w-footer__box:nth-of-type(3) {
    max-width: 253px;
}

.w-footer__box .c-submenuToggleBtn:before{
	color: #fff;
}

.w-footer__box .c-submenuToggleBtn:after{
	border: 1px solid #fff;
}

@media screen and (max-width: 959px) {
    #footer .w-footer__box:not(:first-of-type) {
        display: none;
    }
}


/* トップページ 外来診療担当表 */
.chargetable-motherbox{
	position: relative;
}
.chargetable-date{
	position: absolute;
	top: -24px;
	left: 0px;
	font-size: 14px;
}
.chargetable-headline .headlinechild:first-child,
.chargetable-content .contentchild:first-child{
	width: 30%;
}
.chargetable-headline .headlinechild:not(:first-child),
.chargetable-content .contentchild:not(:first-child){
	width: 10%;
	text-align: center;
}
.chargetable-headline{
	display: flex;
	background-color: #1CA1CB;
	color: #fff;
}
.chargetable-headline .headlinechild{
	padding: 16px 10px;
}
.chargetable-content{
	display: flex;
	align-items: stretch;
	background-color: #fff;
}
.chargetable-content:not(:last-child){
	border-bottom: 1px solid #1CA1CB;
}
.chargetable-content .contentchild div:not(:last-child){
	border-bottom: 1px dashed #e1f2f8;
}
.chargetable-content .contentchild .department{
	font-weight: bold;
	padding: 6px 10px;
}
.chargetable-content .contentchild .name{
	font-size: 90%;
	padding: 6px 10px;
}
.chargetable-content .contentchild .selectmark{
	font-weight: bold;
}
.chargetable-content .contentchild .selectmark.available{
	color: #fd5a5a;
}
.chargetable-content .contentchild .selectmark.unavailable{
	color: #8995db;
}
.chargetable-content .contentchild .selectmark:first-child{
	border-bottom: 1px dashed #e1f2f8;
}
.chargetable-content .contentchild div{
	padding: 6px 10px;
}
.chargetable-freeform{
	margin-top: 20px;
}
.chargetable-freeform ul{
	padding: 0;
}
.chargetable-freeform li{
	font-size: 90%;
	color: #666;
	margin: 0 0 6px 16px;
}
.chargetable-freeform li::marker{
	content: "※";
}
@media screen and (max-width: 680px){
	.chargetable-headline .headlinechild:first-child,
	.chargetable-content .contentchild:first-child{
		width: 42%;
	}
	.chargetable-headline .headlinechild:not(:nth-child(-n+2)),
	.chargetable-content .contentchild:not(:nth-child(-n+2)){
		width: 8%;
	}
}
@media screen and (max-width: 599px){
	.chargetable-motherbox{
		margin-top: 44px;
	}
	.chargetable-headline{
		display: none;
	}
	.chargetable-content{
		flex-wrap: wrap;
	}
	.chargetable-content:not(:last-child){
		border-bottom: none;
		margin-bottom: 20px;
	}
	.chargetable-content .contentchild{
		border-bottom: 1px solid #1CA1CB;
	}
	.chargetable-content .contentchild:first-child{
		width: 100%;
		background-color: #e1f2f8;
		padding: 10px 4px 4px 60px;
	}
	.chargetable-content .contentchild:nth-child(2){
		display: none;
	}
	.chargetable-content .contentchild:not(:first-child){
		width: 50%;
		padding-left: 40px;
	}
	.chargetable-content .contentchild:before{
		position: absolute;
		top: 0;
		left: 0;
		height: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
		background-color: #e1f2f8;
		color: #037092;
		font-size: 12px;
		font-weight: bold;
	}
	.chargetable-content .contentchild:first-child:before{
		content: "担当医";
		width: 60px;
	}
	.chargetable-content .contentchild:nth-child(3):before{
		content: "月";
		width: 40px;
	}
	.chargetable-content .contentchild:nth-child(4):before{
		content: "火";
		width: 40px;
	}
	.chargetable-content .contentchild:nth-child(5):before{
		content: "水";
		width: 40px;
	}
	.chargetable-content .contentchild:nth-child(6):before{
		content: "木";
		width: 40px;
	}
	.chargetable-content .contentchild:nth-child(7):before{
		content: "金";
		width: 40px;
	}
	.chargetable-content .contentchild:nth-child(8):before{
		content: "土";
		width: 40px;
	}
	.chargetable-content .contentchild,
	.chargetable-content .contentchild div{
		position: relative;
	}
	.chargetable-content .contentchild div{
		padding: 4px 4px 4px 70px;
	}
	.chargetable-content .contentchild div:first-child{
		border-bottom: none;
	}
	.chargetable-content .contentchild div:before{
		position: absolute;
		top: 0;
		bottom: 0;
		left: 6px;
		width: 60px;
		height: fit-content;
		display: inline-block;
		text-align: center;
		font-size: 12px;
		color: #000;
		font-weight: bold;
		margin: auto 0;
	}
	.chargetable-content .contentchild div:first-child:before{
		content: "午前";
	}
	.chargetable-content .contentchild div:last-child:before{
		content: "午後";
	}
	.chargetable-content .contentchild .department,
	.chargetable-content .contentchild .name{
		padding: 0;
	}
}


/* フォーム */
.form-box{
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
}
.form-content input,
.form-content select,
.form-content textarea{
    margin-top: 4px;
}
.form-content input:focus,
.form-content textarea:focus,
.form-content select:focus{
    box-shadow: 0 0 6px #529CC633;
    outline: none;
}
.form-content select{
	width: 100%;
}
.form-content .date-area{
    display: flex;
    gap: 20px;
}
.form-content .date-area > div{
    width: 50%;
}
.form-content .mw-area{
    display: flex;
    align-items: center;
    gap: 20px;
}
.form-content .mw-area > div{
    display: flex;
    align-items: center;
    gap: 6px;
}
.form-content .mw-area input[type=number]{
    max-width: 80px;
}
.form-content .message-hosoku{
    font-size: 90%;
}
.form-submit input[type=submit]{
    font-weight: 400;
    background-color: #529CC6;
    color: #ffffff;
    transition: .3s;
}
.form-submit input[type=submit]:hover{
    background-color: #ddeaf1;
    color: #529CC6;
}
@media screen and (max-width: 599px){
    .form-content .message-hosoku{
        font-size: 75%;
        display: block;
    }
}


/* 一時的な非表示 */
.dispnone{
	display: none;
}