@charset "UTF-8";

@media only screen and (max-width: 1400px) {

	.home_header {
		min-height: 145px;
		background-image:url("../img/cmn_bg_cricle02.svg");
		background-size: auto;
	}

	#sub_header {
		background-size: auto;
	}


	.home_gnavi {
		width: 100%;
		bottom: -1px;
		min-height: 55px;
		background-image:url("../img/cmn_bg_cricle03.png");
		background-size: auto;
	}

	.home_about {
		background: url("../img/home_about_bg2.jpg") no-repeat top 40px right 0px / 50% auto,
		url("../img/home_about_bg1.jpg") no-repeat top 200px left 0px / 50% auto,
		linear-gradient(to bottom,  rgba(255,255,255,1) 1%,rgba(255,255,255,1) 30%,rgba(255,255,255,1) 60%,rgba(255,255,255,0) 100%) ;
	}


	.cmn_contact_u,
	.cmn_sub_pagetitle_conts,
	.cmn_footer_u,
	.cmn_sub_pagetitle_u
	{
		background-size: 130%;
	}



}

@media only screen and (max-width: 1000px) {

	/* common /////////////////////////////////////////////////////////////////////////////////////////// */
	.pcNone {
		display: inherit;
	}

	.spNone {
		display: none !important;
	}


	.cmn_maxbox {
		padding: 20px;
	}
	.cmn_maxbox svg{
		bottom:30px;
		}


	.cmn_contact_u,
	.cmn_sub_pagetitle_conts,
	.cmn_footer_u,
	.cmn_sub_pagetitle_u
	{
		background-size: 130%;
	}


	#cmn_logo {
		width: 250px;
		margin: 23px 0 40px 20px;
	}

	#cmn_logo img {
		width: 350px;
	}

	main {
		background-size: 150px;
	}


	#cmn_menu_open {
		display: block;
		padding: 20px 0 20px 20px;
	}

	.cmn_menu {
		margin-right: 0;
	}

	/* ボックスの下にカーブの色つき画像を配置 */

	.cmn_u_lb_wh,
	.cmn_u_wh_lb,
	.cmn_u_bg_lb
	{
		background-repeat:no-repeat;
		background-position: bottom center;
		padding-bottom: 70px;
	}


	.cmn_u_lb_wh {
		background-color: #f4fbfb;
		background-image: url("../img/cmn_bg_cricle04.png");
		background-size: 130% 50px;
	}

	.cmn_u_wh_lb {
		background-color: #FFFFFF;
		background-image: url("../img/cmn_bg_cricle05.png");
		background-size: 130% 50px;
	}


	/*ヘッダ*/
	.cmn_header, #sub_header {
		position: fixed;
		min-height: auto;
		background: #2babad;
		z-index: 9999;
	}

	.cmn_header_container {
		padding: 10px 10px 10px 15px;
	}

	.cmn_header_conts {
		display: block;
		padding: 0;
	}

	.cmn_header_conts li:nth-of-type(1){
		width: 160px;
	}

	#sub_header {
		height: auto;
	}


	/* sub */
	#sub_main_visual {
		z-index: 99;
		height: 320px;

		background-repeat: no-repeat;
		background-size: auto 60%;
		background-position: top 42px center;
	}

	.cmn_sub_pagetitle_conts {
		height: 80px;
		background-size: 130%;
	}

	.cmn_sub_pagetitle h1 {
		font-size: 2.4rem;
	}

	/* 見出し */

	h2 {
		font-size: 2rem;
		line-height: 130%;
		margin: auto 20px auto;
		padding: 80px 10px 20px 10px;
	}

	h3 {
		font-size: 1.8rem;
	}


	.cmn_sub_container,
	.cmn_sub_container_nomargin {
		padding: 24px;
	}

	.cmn_sub_container {
		margin: auto auto 40px auto;
	}

	.cmn_sub_container_nomargin {
	}

	.cmn_flex_conts_w {
		width: 100%;
		padding: 0 0 20px 0;
	}

	.cmn_flex_conts_s {
		width: 100%;
		padding: 0 0 20px 0;
		text-align: center;
	}

	.cmn_flex_reverse {
		flex-flow: row;
		flex-wrap: wrap;
	}



	.cmn_btn span {
		margin: auto 5px 15px;
	}

	.footer_gotop {
		right: 20px;
		bottom: 20px;
		width: 100%;
		text-align: right;
	}

	.footer_gotop img {
		width: 60px;
	}




	/* home /////////////////////////////////////////////////////////////////////////////////////////// */

	#home_main_visual {
		z-index: 999;
	}

	.header_mainimg {
		height: 600px !important;
	}

	.header_mainimg .slide01,
	.header_mainimg .slide02,
	.header_mainimg .slide03,
	.header_mainimg .slide04 {
		height: 600px !important;
		background-size: cover;
	}

	.slick-dots {
		bottom: 68px !important;
		z-index: 9999;
	}

	.home_gnavi {
		min-height: 30px;
		bottom: -1px;
	}

	/* キャッチコピー */

	.home_copy p {
		position: relative;
	}

	.home_copy p span {
		font-size: 3.6vw;
	}


	.home_greeting {
		max-width: 600px;
		margin: auto;
	}



	.home_about_conts {
		justify-content: space-around;
	}

	.home_about_conts > div {
		margin: auto 10px 40px 10px;
	}


	/* 藤田歯科のご紹介 */
	.home_about {
		padding: 0;
	}


	/* about /////////////////////////////////////////////////////////////////////////////////////////// */

	.about_kamoku h4 {
		line-height: 130%;
	}

	.about_kamoku h4  small {
		font-size: 1.4rem;
	}

	/* doctor /////////////////////////////////////////////////////////////////////////////////////////// */

	.doctor_msg {
		width: 100%;
		padding: 20px;
	}

	.doctor_msg_txt {
		padding: 35px;
		max-width: 68%;
	}

	.doctor_msg_photo {
		max-width: 35%;
		right: 20px;
		top: 120px;
	}


	.doctor_award {
		align-items: flex-start;
	}

	.doctor_award li {
		width: 47%;
		margin: 0 20px 30px 0;
	}


	.doctor_award li a {
		height: auto;
	}

	.doctor_award_photo {
		width: 160px;
	}



	/* shishyubyo (periodontal) /////////////////////////////////////////////////////////////////////////// */
	.shishubyo_senmon_list{
		justify-content: space-around;
		margin-top: 20px;
	}
	.shishubyo_senmon_list_item{
		width: 46%;
		max-width: none;
		padding-left: 30px;
		padding-right: 30px;
		margin-top: 15px;
		margin-bottom: 15px;
	}


	/* facility /////////////////////////////////////////////////////////////////////////////////////////// */


	/* access /////////////////////////////////////////////////////////////////////////////////////////// */

	.access_info {
		padding: 30px;
	}


	/* news /////////////////////////////////////////////////////////////////////////////////////////// */








}


@media only screen and (max-width: 800px) {

	/* common /////////////////////////////////////////////////////////////////////////////////////////// */

	.cmn_contact_container {
		background: url("../img/cmn_contact_bg_l.svg") no-repeat center left 30px / 60px auto, url("../img/cmn_contact_bg_r.svg") no-repeat center right 30px / 60px auto;
	}

	.cmn_contact_title {
		font-size: 2rem;
	}

	.cmn_contact strong {
		padding: 0 0 0 40px;
		font-size: 3rem;
		background: url("../img/cmn_ico_tel_b.svg") no-repeat center left / 30px;;
	}

	.cmn_contact_time {
		font-size: 1.3rem;
	}

	.cmn_footer_container {
		padding: 0px 10px 60px 10px;
	}

	.cmn_footer_container nav ul {
		justify-content: space-around;
		flex-wrap: wrap;
	}

	.cmn_footer_container nav li {
		margin-left: 5px;
		margin-right: 5px;
	}

	.cmn_footer_info {
		display: flex;
		max-width: 590px;
		margin: 40px auto;
		align-items: center;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	.cmn_footer_info div:nth-of-type(1) {
		width: 200px;
	}

	.cmn_footer_info div:nth-of-type(2) {
		max-width: 350px;
	}

	.cmn_footer_info {
		margin: 40px auto;
		align-items: center;
		justify-content: center;
		flex-wrap: wrap;
	}

	.cmn_footer_info div:nth-of-type(1) {
		width: 100%;
		text-align: center;
		margin: auto auto 30px auto;
	}

	.cmn_footer_info div:nth-of-type(2) {
		max-width: 350px;
	}


	/* 定義リスト */

	.cmn_dl > div {
		flex-wrap: wrap;
	}

	.cmn_dl dt {
		width: 100%;
		padding: 10px 10px 5px 10px;
		font-size: 1.5rem;
		text-align: left;
		font-weight: bold;
	}

	.cmn_dl dd {
		width: 100%;
		padding: 0px 10px 10px 25px;
	}

	.cmn_btn_between {
		display: block;
		text-align: center;
	}



	/* home /////////////////////////////////////////////////////////////////////////////////////////// */
	.home_info_container section {
		width: 100%;
	}

	.home_schedule {
		margin: auto auto 50px auto;
	}

	.home_about {
		background: url("../img/home_about_bg2.jpg") no-repeat top 40px right 0px / 70% auto,
		url("../img/home_about_bg1.jpg") no-repeat top 400px left 0px / 60% auto,
		linear-gradient(to bottom,  rgba(255,255,255,1) 1%,rgba(255,255,255,1) 30%,rgba(255,255,255,1) 60%,rgba(255,255,255,0) 100%) ;
	}


	/* about /////////////////////////////////////////////////////////////////////////////////////////// */

	.about_msg_txt {
		width: 100%;
	}

	.about_msg_txt strong {
		font-size: 2rem;
	}

	.about_msg_photo {
		width: 100%;
		max-width: 400px;
		margin: 30px auto auto;
		text-align: center;
	}

	/* doctor /////////////////////////////////////////////////////////////////////////////////////////// */

	.doctor_msg_txt strong {
		font-size: 2rem;
	}


	.doctor_msg {
		flex-wrap: wrap;
		padding: 0 20px;
		justify-content: center;
	}

	.doctor_msg_txt {
		width:100%;
		max-width: 90%;
	}

	.doctor_msg_photo {
		position: relative;
		margin: 0 auto 30px auto;
		max-width: 400px;
		right: auto;
		top: 50px;
	}

	.doctor_position, .doctor_text {
		justify-content: center;
		align-items:flex-start;
	}

	.doctor_position li, .doctor_text li {
		max-width: 46%;
		margin: 0 2% 20px 2%;
	}

	.doctor_text li p {
		font-size: 1.3rem;
		line-height: 130%;
	}


	.doctor_award {
		align-items: flex-start;
	}

	.doctor_award li {
		width: 100%;
		max-width: 600px;
		margin: auto auto 30px auto;
	}

	.doctor_award_photo {
		width: 200px;
	}



	/* shishyubyo (periodontal) /////////////////////////////////////////////////////////////////////////// */


	.shishubyo_flex_container {
		flex-wrap: wrap;
	}

	.shishubyo_txt {
		width: 100%;
		max-width: 100%;
	}

	.shishubyo_img {
		width: 100%;
		max-width: 100%;
		margin-left: auto;
		margin-right: auto;
		padding: 40px 55px;
	}


	.shishubyo_img_list li p {
		text-align: left;
		font-size: 1.3rem;

	}


	.shishubyo_flow li.arr {
		display: none;
	}

	.shishubyo_flow {
		justify-content: space-around;
	}

	.shishubyo_flex02.shishubyo_flex02{
		max-width: 500px;
		margin-left: auto;
		margin-right: auto;
	}
	.shishubyo_flex02_txtbox.shishubyo_flex02_txtbox{
		padding: 30px 25px;
		border-top-left-radius: 0;
		border-top-right-radius: 0;
	}
	.shishubyo_flex02_img_wrap.shishubyo_flex02_img_wrap{
		order: -1;
		top: auto;
		margin-bottom: 0;
		border-end-end-radius: 0;
		border-bottom-left-radius: 0;
	}
	.shishubyo_flex02_title.shishubyo_flex02_title{
		font-size: 1.9rem;
		/* letter-spacing: 0.05em; */
	}
	.shishubyo_flex02_title_kodawari01 br{
		display: none;
	}
	.shishubyo_senmon_list_item{
		width: 100%;
		max-width: 500px;
		margin-left: auto;
		margin-right: auto;
	}



	/* facility /////////////////////////////////////////////////////////////////////////////////////////// */


	.facility_photo_list {

	}

	.facility_photo_list li {
		width: 45%;
	}


	/* access /////////////////////////////////////////////////////////////////////////////////////////// */


	.access_flexbox {
		flex-wrap: wrap;
		height: auto;
	}

	.access_photo {
		width: 100%;
		height: 300px;
	}

	.access_info {
		width: 100%;
	}

	/* news /////////////////////////////////////////////////////////////////////////////////////////// */



	.sub_news_post article {
		width: 100%;
	}





}


@media only screen and (max-width: 480px) {

	/* common /////////////////////////////////////////////////////////////////////////////////////////// */
	.cmn_footer_container nav ul {
		justify-content: space-around;
		flex-wrap: wrap;
	}

	.cmn_footer_container nav ul li {
		width: 50%; margin: auto auto 20px auto;
		text-align: center;
	}

	.cmn_sub_pagetitle_u {
		height: 30px;
		margin: -30px auto auto auto;

	}


	/* home /////////////////////////////////////////////////////////////////////////////////////////// */

	.header_mainimg {
		height: 330px !important;
	}

	.header_mainimg .slide01,
	.header_mainimg .slide02,
	.header_mainimg .slide03,
	.header_mainimg .slide04 {
		height: 330px !important;
		background-size: cover;
	}

	.slick-dots {
		bottom: 40px !important;
	}

	.home_gnavi {
		min-height: 10px;
	}



	.home_about {
		background: url("../img/home_about_bg2.jpg") no-repeat top 100px right 0px / 90% auto,
		url("../img/home_about_bg1.jpg") no-repeat top 360px left 0px / 70% auto,
		linear-gradient(to bottom,  rgba(255,255,255,1) 1%,rgba(255,255,255,1) 30%,rgba(255,255,255,1) 60%,rgba(255,255,255,0) 100%) ;
	}

	.home_copy {
		top: 60%;
	}

	.home_copy p span {
		font-size: 5vw;
		font-weight: bold;
	}

	.home_greeting {
		max-width: auto;
		text-align: left;
	}

	.home_about_conts > div {
		width: 90%;
	}



	/* about /////////////////////////////////////////////////////////////////////////////////////////// */


	/* doctor /////////////////////////////////////////////////////////////////////////////////////////// */

	.doctor_msg {
		flex-wrap: wrap;
		padding: 0 20px;
		justify-content: center;
	}

	.doctor_msg_txt {
		width:100%;
		max-width: 100%;
		padding: 22px;
	}

	.doctor_msg_txt p {
		padding: 0 0 20px 0;
	}

	.doctor_msg_photo {
		position: relative;
		margin: 0 auto 30px auto;
		max-width: 400px;
		right: auto;
	}




	.doctor_award li {
		width: 100%;
		max-width: 600px;
		margin: auto auto 30px auto;
	}

	.doctor_award_photo {
		width: 150px;
	}

	/* shishyubyo (periodontal) /////////////////////////////////////////////////////////////////////////// */

	.shishubyo_img {
		padding: 20px 35px;
	}

	.shishubyo_care_flow > div > p {
		text-align: left;
	}




	/* facility /////////////////////////////////////////////////////////////////////////////////////////// */

	.facility_photo_list li {
		width: 100%;
		margin-bottom: 20px;
	}

	/* access /////////////////////////////////////////////////////////////////////////////////////////// */


	.access_map .pc {
		display: none;
	}

	.access_map .sp {
		display: block;
	}

	/* news /////////////////////////////////////////////////////////////////////////////////////////// */





}

