@charset "utf-8";
/*
Theme Name: 訪問介護 ティーナ
Theme URI: https://www.tiina-care.com/
Version: 1.0
Tags: 
-------------------------------------------------------------- */

@font-face {
	font-family: "myfont";
	src: url("./font/LINESeedJP_A_OTF.otf") format("opentype");
}

/**
 * カスタムプロパティ（共通CSS 変数設定）
**/
:root {
	/*幅設定（縦横使用可能）*/
	--margin_xl: 8vw; /*使用するときはvar(--margin_xl);です。 */
	--margin_l: 5vw;   /*使用するときはvar(--margin_l);です。  */
	--margin_m: 3vw;   /*使用するときはvar(--margin_m);です。  */
	--margin_s: 2vw;   /*使用するときはvar(--margin_s);です。  */
	--margin_xs: 1vw;  /*使用するときはvar(--margin_xs);です。 */

	/*フォントサイズ設定*/
	--fs_h1: 60pt; /*使用するときはvar(--fs_h1);です。 */
	--fs_h2: 50pt; /*使用するときはvar(--fs_h2);です。 */
	--fs_h3: 35pt; /*使用するときはvar(--fs_h3);です。 */
	--fs_h4: 25pt; /*使用するときはvar(--fs_h4);です。 */
	--fs_h5: 20pt; /*使用するときはvar(--fs_h5);です。 */
	--fs_h6: 15pt; /*使用するときはvar(--fs_h6);です。 */
	@media screen and (max-width: 768px) {
		--fs_h1: 30pt; /*使用するときはvar(--fs_h1);です。 */
		--fs_h2: 25pt; /*使用するときはvar(--fs_h2);です。 */
		--fs_h3: 20pt; /*使用するときはvar(--fs_h3);です。 */
		--fs_h4: 15pt; /*使用するときはvar(--fs_h4);です。 */
		--fs_h5: 12pt; /*使用するときはvar(--fs_h5);です。 */
		--fs_h6: 10pt; /*使用するときはvar(--fs_h6);です。 */
	}
}

* {
/*	margin: 0;
	padding: 0;*/
	letter-spacing: 2px;
	line-height: 1.8em;
	font-family: 'myfont', sans-serif;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	font-weight: bold;
}

html{
	margin: 0;
	max-height: 100%;
	scroll-behavior: smooth;
}


*,
*:before,
*:after {
  box-sizing: border-box;
}


body {
	font-weight: normal;
	margin: 0;
}


header,
main {
	display: block;
}

footer {
	position: relative;
/*	height: 45vh;*/
	background: linear-gradient(0deg, rgb(29, 163, 137), rgb(236, 231, 207) 100%);
}

footer p.copy {
/*	position: absolute;*/
	bottom: 0;
	font-size: 8pt;
	width: 100%;
	display: block;
	text-align: center;
	margin: 40px 0 0 0;
}

footer section p.tit img  {
	width: 100%;
	margin: 20px auto 0;
}

section {
/*	width: 800px;*/
	margin: 0 auto;
}

section p {
/*	width: 93%;*/
	margin: 0 auto;
}

	h3 {
		margin: 0 auto 30px;
	}

/*　スマホ
----------------------------------------*/
@media screen and (max-width: 767px) {
	.pcn {
		display: none;
	}

	.spn {
		display: block;
	}

	h3 img {
		margin: 0;
		width: 80%;
	}

	main {
		width: 100%;
	}

	h1 {
		text-align: center;
		display: block;
	}

/*-----------  hero  -------------*/

	section.hero {
		margin: 0;
		width: 100%;
		position:relative;
	}

	section.hero img.mp {
		width: 100%;
	}

/*--------------------------------------*/

/*-----------  各コーナー共通  ------*/
	section.about,
	section.service,
	section.recruit,
	section.privacy,
	section.entry,
	section.inquiry,
	section.outline,
	section.flow,
	section.question {
		width: 90%;
		margin: 0em auto 8em;
		clear: both;
	}

	section.about h3 img,
	section.service h3 img,
	section.recruit h3 img,
	section.entry h3 img,
	section.flow h3 img,
	section.inquiry h3 img,
	section.privacy h3 img {
		margin: 0;
	}

	div.bl2 {
/*--		display: flex;
		align-items: flex-start;
		justify-content: space-between;*/
		width: 100%;
		margin: 0em auto 8em;
	}

/*-----------  info  -------------*/
	section.hero section.info {
		position: absolute;
		z-index:105;
		display: block;
		width: 92%;
		bottom: -38px;
        	left: 15px;
		background: #fff;
		margin: 0em auto;
	}

	section.hero section.info p {
		width: 90%;
	}

/*-----------  about  -------------*/
	section.about {
		margin: 8em auto;
		display: block;
	}

	section.about div,
	section.service div,
	section.recruit div {
		display: flex;
		justify-content: space-between;
		margin-bottom: 20px;
	}

	section.about div p {
		display: block;
	}

	section.about div img,
	section.service div img,
	section.recruit div img {
		width: 100%;
/*		display: block;*/
	}

/*-----------  flow  -------------*/

	div.bl2 img.tpic {
		width: 20%;
	}

	div.bl2 img.tpic2 {
		width: 40%;
	}
/*--------------------------------------*/

/*-----------  question  -------------*/

	h3.question {
		margin: 4em 0 30px 0;
	}
/*--------------------------------------*/

/*-----------  inquiry  -------------*/
	section.inquiry h3 {
		margin: 0 auto 30px;
	}

	section.inquiry dl {
	}

	section.inquiry dl dt {
		margin: 20px 0 0 0;
	}

	section.inquiry dl dd input,
	section.inquiry dl dd textarea {
		width:80%;
	}

	section.inquiry dl dd input[type=checkbox] {
		width: 2em;
	}

	div#mw_wp_form_mw-wp-form-8 input.tel {
		width: 5em;
	}

/*--------------------------------------*/

/*-----------  entry  -------------*/
	section.entry h3 {
		margin: 0 auto 30px;
	}

	section.entry dl {
	}

	section.entry dl dt {
		margin: 20px 0 0 0;
	}

/*--------------------------------------*/

/*-----------  privacy  -------------*/

	section.privacy ol li {
		margin: 0 0 2em 0;
	}

	section.privacy ul li {
		margin: 0;
	}

/*--------------------------------------*/

	footer {
		position: relative;
/*		height: 45vh;*/
		background: linear-gradient(0deg, rgb(154, 202, 233), rgb(197, 186, 227) 100%);
	}

	footer section {
		width: 80%;
		margin: 0 auto;
	}

	footer section p.tit img {
		width: 80%;
	}

	footer section p.tel,
	footer section p.tel a {
		font-size: 36pt;
		color: #f00;
	}

	footer section p.tel span.fax {
		font-size: 20pt;
		color: #000;
	}

	footer section p.tel span {
		display: block;
		margin: -10px 0 0 0;
	}

	footer section p.add {
		margin: 10px auto 20px;
		font-size: 20pt;
		line-height: 1em;
	}

	footer p.copy {
		clear: both;
	}

}


/*　タブレット
----------------------------------------*/
@media screen and (min-width: 768px) and (max-width: 1200px) {
	.pcn {
		display: none;
	}

	h1,
	.spn {
		display: none;
	}

	main {
		font-size: 12pt;
		width: 800px;
		margin: 0 auto;
	}

/*-----------  hero  -------------*/

	section.hero {
		margin: 0;
		width: 100%;
		position:relative;
	}

	section.hero img.mp {
		width: 100%;
	}


/*--------------------------------------*/

/*-----------  各コーナー共通  ------*/
	section.about,
	section.service,
	section.recruit,
	section.privacy,
	section.entry,
	section.inquiry {
		width: 600px;
		margin: 0em auto 8em;
		clear: both;
	}

	section.about h3 img,
	section.service h3 img,
	section.recruit h3 img,
	section.entry h3 img,
	section.inquiry h3 img,
	section.privacy h3 img,
	section.flow h3 img,
	section.question h3 img,
	section.outline h3 img {
		width: 360px;
		margin: 0;
	}


	section.outline {
	/*	width: 400px;*/
		margin: 0em auto;
		clear: both;
	}
	section.flow,
	section.question {
	/*	width: 400px;*/
		padding: 0;
		margin: 0;
		clear: both;
	}

	div.bl2 {
/*		display: flex;
		align-items: flex-start;
		justify-content: space-between;*/
		width: 600px;
		margin: 0em auto 8em;;
	}

/*-----------  info  -------------*/
	section.hero section.info {
		position: absolute;
		z-index:105;
		display: block;
		width: 96%;
		bottom: -38px;
        	left: 15px;
		background: #fff;
		margin: 0em auto;
	}

	section.hero section.info p {
		width: 90%;
	}
/*-----------  about  -------------*/
	section.about {
		margin: 8em auto;
		display: block;
	}

	section.about div,
	section.service div,
	section.recruit div {
/*		display: flex;
		justify-content: space-between;*/
		margin-bottom: 20px;
	}

	section.about div p {
		display: block;
	}

	section.recruit div img,
	section.service div img,
	section.about div img {
	/*	display: block;*/
		width: 100%;
	}

/*-----------  flow  -------------*/
	div.bl2 img.tpic {
		width: 250px;
	}

	div.bl2 img.tpic2 {
		width: 40%;
	}
/*--------------------------------------*/

/*-----------  question  -------------*/

	h3.question {
		margin: 4em 0 30px 0;
	}
/*--------------------------------------*/
/*-----------  recruit  -------------*/

	section.recruit div img {
		margin-top: 20px;
	}
/*--------------------------------------*/

/*-----------  inquiry  -------------*/
	section.inquiry h3 {
		margin: 0 auto 30px;
	}

	section.inquiry dl {
	}

	section.inquiry dl dt {
		margin: 20px 0 0 0;
	}

	div#mw_wp_form_mw-wp-form-8 input.nm {
		width: 20em;
	}

	div#mw_wp_form_mw-wp-form-8 input.mail {
		width: 30em;
	}

	div#mw_wp_form_mw-wp-form-8 input.cnm {
		width: 20em;
	}

	div#mw_wp_form_mw-wp-form-8 textarea {
		width: 40em;
		height: 10em;
	}

/*--------------------------------------*/

/*-----------  entry  -------------*/
	section.entry h3 {
		margin: 0 auto 30px;
	}

	section.entry dl {
	}

	section.entry dl dt {
		margin: 20px 0 0 0;
	}

/*--------------------------------------*/

/*-----------  privacy  -------------*/

	section.privacy ol li {
		margin: 0 0 2em 0;
	}

	section.privacy ul li {
		margin: 0;
	}

/*--------------------------------------*/

	footer {
		position: relative;
/*		height: 45vh;*/
		background: linear-gradient(0deg, rgb(154, 202, 233), rgb(197, 186, 227) 100%);
	}

	footer section {
		width: 80%;
		margin: 0 auto;
	}

	footer section p.tit img {
		width: 80%;
	}

	footer section p.tel,
	footer section p.tel a {
		font-size: 36pt;
		color: #f00;
	}

	footer section p.tel span.fax {
		font-size: 20pt;
		color: #000;
	}

	footer section p.tel span {
		display: block;
		margin: -10px 0 0 0;
	}

	footer section p.add {
		margin: 10px auto 20px;
		font-size: 20pt;
		line-height: 1em;
	}

	footer p.copy {
		clear: both;
	}

}


/*　PC
----------------------------------------*/
@media screen and (min-width: 1200px) {

	.pcn {
		display: block;
	}

	h1,
	.spn {
		display: none;
	}


	main {
		font-size: 12pt;
		width: 1050px;
		margin: 0 auto;
	}

/*-----------  hero  -------------*/

	section.hero {
		margin: 0;
		width: 100%;
		position:relative;
	}


/*--------------------------------------*/

/*-----------  各コーナー共通  ------*/
	section.about,
	section.service,
	section.recruit,
	section.privacy,
	section.entry,
	section.inquiry {
		width: 800px;
		margin: 0em auto 8em;
		clear: both;
	}

	section.about h3 img,
	section.service h3 img,
	section.recruit h3 img,
	section.entry h3 img,
	section.inquiry h3 img {
		width: 460px;
		margin: 0;
	}

	section.privacy h3 img {
		width: 660px;
		margin: 0;
	}

	section.outline {
		width: 800px;
		margin: 0em auto;
		clear: both;
	}
	section.flow,
	section.question {
		width: 520px;
		padding: 0;
		margin: 0;
		clear: both;
	}

	div.bl2 {
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
		width: 800px;
		margin: 0em auto 8em;;
	}

/*-----------  info  -------------*/
	section.hero section.info {
		position: absolute;
		z-index:105;
		display: block;
		width: 40%;
		bottom: 0;
        	right: 15px;
		background: #fff;
	}

	section.hero section.info p {
		margin: 0 0 0 15px;

	}
/*-----------  about  -------------*/
	section.about {
		margin: 8em auto;
		display: block;
	}

	section.about div,
	section.service div,
	section.recruit div {
		display: flex;
		justify-content: space-between;
		margin-bottom: 20px;
	}

	section.about div p {
		display: block;
	}

	section.about div img {
		display: block;
	}

/*-----------  flow  -------------*/
	h3 {
		margin: 0 auto 30px;
	}

	div.bl2 img.tpic {
		width: 250px;
	}

	div.bl2 img.tpic2 {
		width: 40%;
	}

	h3.question {
		margin-top: 4em;
	}
/*--------------------------------------*/
/*-----------  recruit  -------------*/

	section.recruit div img {
		margin-top: 20px;
	}
/*--------------------------------------*/

/*-----------  inquiry  -------------*/
	section.inquiry h3 {
		margin: 0 auto 30px;
	}

	section.inquiry dl {
	}

	section.inquiry dl dt {
		margin: 20px 0 0 0;
	}

	div#mw_wp_form_mw-wp-form-8 input.nm {
		width: 20em;
	}

	div#mw_wp_form_mw-wp-form-8 input.mail {
		width: 30em;
	}

	div#mw_wp_form_mw-wp-form-8 input.cnm {
		width: 20em;
	}

	div#mw_wp_form_mw-wp-form-8 textarea {
		width: 40em;
		height: 10em;
	}

/*--------------------------------------*/

/*-----------  entry  -------------*/
	section.entry h3 {
		margin: 0 auto 30px;
	}

	section.entry dl {
	}

	section.entry dl dt {
		margin: 20px 0 0 0;
	}

/*--------------------------------------*/

/*-----------  privacy  -------------*/

	section.privacy ol li {
		margin: 0 0 2em 0;
	}

	section.privacy ul li {
		margin: 0;
	}

/*--------------------------------------*/

	footer {
		position: relative;
/*		height: 45vh;*/
		background: linear-gradient(0deg, rgb(154, 202, 233), rgb(197, 186, 227) 100%);
	}

	footer section {
		width: 80%;
		margin: 0 auto;
	}

	footer section p.tit img {
		width: 80%;
	}

	footer section p.tel,
	footer section p.tel a {
		font-size: 36pt;
		color: #f00;
	}

	footer section p.tel span.fax {
		font-size: 20pt;
		color: #000;
	}

	footer section p.tel span {
		display: block;
		margin: -10px 0 0 0;
	}

	footer section p.add {
		margin: 10px auto 20px;
		font-size: 20pt;
		line-height: 1em;
	}

	footer p.copy {
		clear: both;
	}
}
