/*
Theme Name: toshinsuido
*/
.tp_are2_flex_cont_text{
	text-align: left;
	font-size: 13px;
}

.about__wrapper {
    padding: 35px 0 100px 200px;
}
.banner__gray {
    padding-top: 4rem;
    margin-top: 3em;
}
.header__wrapper {
    padding: 0 4.4rem 1rem 4rem;
}
.header__logoImg {
    height: 4em;
}
.top_maparea{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: -webkit-space-between;
	justify-content: -ms-space-between;
	justify-content: space-between;
}
.top_maparea div {
    width: 50%;
    margin: 0px 20px 20px;
	font-size: 14px;
	font-weight: 500;
	line-height: 25px;
}
.top_maparea div iframe {
    width: 100%;
    height: 400px;
}

@media screen and (max-width: 767px){
	.top_maparea{
		display: block;
	}
	.top_maparea div {
		width: 100%;
	}
}

.footer__heading h2 img {
    width: auto;
    height: 4.5em;
}
.footer__heading h2 {
    margin-bottom: 2rem;
}
.about_flex {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto 4em;
    display: flex;
    align-items: center;
	padding: 0 2%;
}
.about_img {
    width: 50%;
}
.about_img img {
    width: 100%;
}
.about_content {
    width: 50%;
    line-height: 1.5;
    padding-right: 2%;
}
.about_content h2 {
    font-size: 28px;
    letter-spacing: 4px;
}
.about_content span {
    letter-spacing: 2px;
}
.about_content p {
    margin: 1em 0;
    font-weight: 500;
    font-size: 15px;
    line-height: 2;
}
.about_content a {
    font-size: 12px;
    border-bottom: solid 1px #000;
    padding-bottom: 0.3em;
}
.top_news {
    width: 100%;
    max-width: 900px;
    margin: 0 auto 4em;
    display: flex;
    align-items: center;
	padding: 0 2%;
}
.top_news_tittle {
    width: 30%;
}
.top_news_cont {
    width: 70%;
    border-top: solid 1px #000;
}
.low_maincontent .top_news_cont {
    width: 100%;
    border-top: solid 1px #000;
}
.top_news_contflex {
    display: flex;
    align-items: center;
    font-weight: 500;
    line-height: 2;
    border-bottom: solid 1px #000;
    padding: 1em 0.5em;
}
.top_news_contflex_day {
    width: 25%;
}
.top_news_contflex_tittle {
    width: 75%;
}
.main_maincontent {
    position: relative;
}
.low_maincontent_header_content {
    position: absolute;
    width: 100%;
    font-size: 25px;
    letter-spacing: 5px;
    z-index: 1;
}
.low_maincontent_header_content_cont {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2%;
    display: flex;
    height: 12.8em;
    align-items: center;
}
.low_maincontent_header_img {
    height: 20em;
    width: 100%;
    overflow: hidden;
    position: relative;
}
.low_maincontent_header_img img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
}
.breadcrumbs {
    width: 100%;
    max-width: 1200px;
    margin: 1em auto;
    padding: 0 2%;
    font-size: 13px;
    font-weight: 500;
}
.low_2flex {
    display: flex;
    width: 100%;
    max-width: 1200px;
    margin: 3em auto;
    padding: 0 2%;
    align-items: center;
}
.low_flex_img {
    width: 45%;
    overflow: hidden;
    position: relative;
    height: 25em;
}
.low_flex_img img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
}
.low_flex_cont {
    width: 50%;
    font-weight: 500;
    line-height: 2;
    padding: 5%;
    font-size: 13px;
}
.low_flex_cont_h3 {
    font-weight: 600;
    font-size: 23px;
}
.low_3flex {
    display: flex;
	width: 100%;
    max-width: 1200px;
    margin: 3em auto;
    padding: 0 2%;
}
.low_3flex_cont {
    width: 32.3333%;
    margin-right: 2%;
}
.low_3flex_cont:nth-child(3n) {
    margin-right: 0;
}
.low_3flex_cont_img {
    width: 100%;
    overflow: hidden;
    position: relative;
    height: 15em;
}
.low_3flex_cont_img img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
}
.low_3flex_cont_text {
    font-size: 16px;
    letter-spacing: 2px;
    line-height: 1.5;
    font-weight: 500;
    margin: 1em 0.5em;
}
.low_nagare_background {
 /*
 	background: url(https://up-pt.com/next/wp-content/uploads/sites/20/2019/06/01.jpg);
    background-size: cover;
    background-position: center;
*/
}
.low_nagare_background_main {
    background-color: rgba(255, 255, 255, 0.6);
}
.low_nagare {
    width: 100%;
    max-width: 1200px;
    margin: 0em auto;
    padding: 3em 2%;
    line-height: 2;
}
.low_nagare h3 {
    text-align: center;
    font-size: 30px;
    letter-spacing: 5px;
}
.low_nagare_cont {
    margin: 1em 0;
    background: #fff;
}
.low_nagare_cont_tittle {
    /* background: #171c61; */
    color: #000;
    padding: 0.3em 1em;
    font-size: 20px;
	font-weight: 700;
	line-height: 60px;
}
.low_nagare_cont_flex {
    padding: 2% 75px;
    display: flex;
    align-items: center;
}
.low_nagare_cont_flex_img {
    width: 35%;
    overflow: hidden;
    position: relative;
    height: 15em;
    margin-right: 4%;
}
.low_nagare_cont_flex_img img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
}
.low_nagare_cont_text {
    width: 100%;/* 元61% */
}
.low_3flex_cont_yazirusi {
    text-align: center;
}
.low_3flex_cont_yazirusi img {
    height: 4em;
}
.low_low_contact {
    width: 100%;
    max-width: 1200px;
    margin: 0em auto;
    padding: 4em 2%;
    line-height: 1.5;
}
.low_low_contact_h3 {
    text-align: center;
    font-size: 30px;
    letter-spacing: 2px;
}
.low_low_contact_text {
    text-align: center;
    margin: 1em auto;
    font-size: 20px;
    font-weight: 500;
    width: 60%;
    line-height: 2;
}
.low_low_contact_text_bottom {
    text-align: center;
    margin-top: 2em;
}
.low_low_contact_text_bottom a {
    color: #fff;
    background: #76d06a;
    padding: 1em 7%;
}
.fix__reserve p {
    top: 28%!important;
}
.fix__reserve {
    height: 165px!important;
}
.re-ar1_cont_main {
    border-bottom: solid 1px #000;
    width: 100%;
    max-width: 1200px;
    margin: 3em auto;
    padding: 0 2%;
}
.re-ar1_cont {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    border-top: solid 1px #000;
}
.re-ar1_cont_tittle {
    width: 20%;
    height: auto;
    text-align: center;
}
.re-ar1_cont_content {
    width: 80%;
    padding: 2em;
    border-left: solid 1px #000;
}
.low_map {
    width: 100%;
    max-width: 1200px;
    margin: 3em auto;
    padding: 0 2%;
}
.low_map iframe {
    width: 100%;
}
.low_maincontent {
    padding: 2% 2%;
    width: 100%;
    height: auto;
    max-width: 1100px;
    margin: 0 auto 2em;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 2px;
}
.tp_blog_flex {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 1em;
}
.tp_blog_flex_cont {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 5%;
}
.tp_blog_flex_cont_img {
    width: 100%;
    height: 12em;
    overflow: hidden;
    position: relative;
}
.tp_blog_flex_cont_img img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
}
h2.tp_blog_flex_cont_h2 {
    margin-bottom: 0.5em;
    margin-top: 0.5em;
}
.tp_blog_flex_cont_text {
    font-size: 14px;
    letter-spacing: 3px;
}
.tp_blog_flex_cont:nth-child(3n) {
    margin-right: 0%;
}
.low_maincontent h4 {
    margin-top: 2em;
}
.form_cont_naiyou {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
}
.form_cont_naiyou_flex {
    display: flex;
    margin: 2em 0;
}
.form_cont_naiyou_flex p {
    width: 25%;
}
p.form_cont_naiyou_box {
    width: 75%!important;
}
p.form_cont_naiyou_box input {
    width: 100%;
    border: solid 1px #9E9E9E;
    height: 3em;
}
p.form_cont_naiyou_box textarea {
    width: 100%;
    border: solid 1px #9E9E9E;
}
.form_cont_sosin {
    width: 100%;
    text-align: center;
}
.form_cont_sosin input {
    width: 20%;
    background: #3c3c3c;
    color: #fff;
    padding: 1em 0;
    margin: 1em 0;
}
.low_maincontent span {
    font-weight: 600;
    color: #F44336;
}
.tp_are2 {
    background: rgba(255, 255, 255, 0.35);
    padding: 1em;
}
.tp_are2_main {
    background: url(../../uploads/2020/01/%c3%a3%c2%83%c2%8d%c3%a3%c2%82%c2%af%c3%a3%c2%82%c2%b9%c3%a3%c2%83%c2%88%c3%a3%c2%81%c2%ae%c3%a3%c2%82%c2%b3%c3%a3%c2%83%c2%b3%c3%a3%c2%82%c2%b5%c3%a3%c2%83%c2%ab%c3%a3%c2%83%c2%86%c3%a3%c2%82%c2%a3%c3%a3%c2%83%c2%b3%c3%a3%c2%82%c2%af%c3%a3%c2%82%c2%99%c3%a3%c2%81%c2%ae%c3%a6%c2%b5%c2%81%c3%a3%c2%82%c2%8c%c3%a8%c2%83%c2%8c%c3%a6%c2%99%c2%af.html);
    background-size: cover;
    background-position: center;
    margin-bottom: 4em;
}
.tp_are2_tittle {
    text-align: center;
    padding: 2em 2em 1em;
    font-size: 20px;
    font-weight: 600;
}
h2.tp_are2_tittle_h2 span {
    font-size: 28px;
    margin: 0 0.1em;
    color: #000;
}
.tp_are2_flex {
    display: flex;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 2em 2%;
    border-top: solid 1px #9E9E9E;
    justify-content: center;
}
.tp_are2_flex_cont {
    text-align: center;
    font-size: 14px;
    width: 25%;
    padding: 0 1%;
}
.tp_are2_flex_cont_atai {
    font-size: 23px;
    color: #5F8D3B;
}
.tp_are2_flex_cont_img img {
    height: 8em;
}
.low_consal_flex {
    display: flex;
    width: 100%;
    max-width: 1200px;
    margin: 3em auto;
}
.low_consal_flex_content {
    width: 31.333%;
    margin-right: 2%;
}
.low_consal_flex_content_img {
    width: 100%;
    height: 13em;
    position: relative;
    overflow: hidden;
}
.low_consal_flex_content_img img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
}
.low_consal_flex_content_text {
    background: #efefef;
    padding: 1em;
    text-align: center;
    height: 10em;
}
.low_consal_flex_content_text h2 {
    font-size: 18px;
    margin-bottom: 0.5em;
}
.low_consal_flex_content_text h2::after {
    content: 'n';
    border-bottom: solid 2px #000000;
    display: block;
    width: 80px;
    font-size: 0;
    max-width: 100%;
    margin: 5px auto 10px;
}
.low_consal_flex_content_text p {
    font-size: 14px;
    margin-bottom: 1em;
}
@media screen and (max-width: 1100px){
	.low_consal_flex_content_text p {
		font-size: 11px;
	}
}
@media screen and (max-width: 767px){
	.low_consal_flex_content_text p {
		font-size: 14px;
	}
}

.blog__item {
    flex-basis: 22%;
    width: 22%;
}
a.top_imgthumbnail {
    width: 100%;
    display: block;
    overflow: hidden;
    height: 11em;
    position: relative;
}
a.top_imgthumbnail img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: auto;
    height: 100%;
}

@media screen and (max-width: 1099px){
.header__spMenu {
    border: 0px solid #000; 
}
.header__list {
    padding: 2em 1rem 1rem;
}
}
@media screen and (max-width: 767px){
	.header__spMenu {
		margin-top: 1.3em;
	}
	.about_flex {
		display: block;
	}
	.about_content {
		width: 100%;
		padding-right: 0%;
	}
	.about_img {
		width: 100%;
		height: 15em;
		overflow: hidden;
		position: relative;
		margin-top: 2em;
	}
	.about_img img {
		width: 100%;
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		width: 100%;
		height: auto;
	}
	.mainVisual {
		margin-bottom: 3rem;
	}
	.about_content h2 {
		font-size: 20px;
	}
	.experience__text h3 {
		margin: 0 auto 1.5rem;
	}
	.experience__item {
		padding-top: calc(326 / 550 * 120%);
	}
	.top_news {
		display: block;
	}
	.top_news_tittle {
		width: 100%;
	}
	.top_news_cont {
		width: 100%;
		border-top: solid 1px #000;
	}
	.heading a {
		display: none;
	}
	.works__visual {
		padding-top: calc(486 / 1100 * 150%);
	}
	.blog__item {
		flex-basis: 100%;
	}
	.blog__title time {
		font-size: 1.5rem;
	}
	.blog__title a {
		font-size: 1.3em;
	}
	.blog__text p {
		font-size: 12px;
		line-height: 2;
	}
	.top_maparea iframe {
		height: 400px;
	}
	.footer__item {
		margin-bottom: 1em;
	}
	.header__wrapper {
		padding: 0 2% 1rem;
	}
	.low_maincontent_header_img {
		height: 15em;
	}
	.low_maincontent_header_content {
		font-size: 18px;
	}
	.low_maincontent_header_content_cont {
		height: 9.8em;
	}
	.breadcrumbs {
		font-size: 11px;
	}
	.low_2flex {
		margin: 1em auto;
		flex-wrap: wrap;
		padding: 0 0%;
	}
	.low_flex_cont {
		width: 100%;
		padding: 0%;
		order: 1;
	}
	.low_flex_img {
		width: 100%;
		height: 16em;
	}
	.low_flex_cont_h3 {
		font-size: 20px;
		margin-top: 0.5em;
	}
	.low_consal_flex {
		margin: 0em auto;
		flex-wrap: wrap;
	}
	.low_consal_flex_content {
		width: 100%;
		margin-right: 0%;
		margin-bottom: 2em;
	}
	.low_consal_flex_content_text {
		height: auto;
	}
	.tp_are2_tittle {
		padding: 1em 0em 1em;
		font-size: 20px;
	}
	.tp_are2_flex {
		flex-wrap: wrap;
	}
	.tp_are2_flex_cont {
		font-size: 12px;
		width: 50%;
		padding: 0 2%;
	}
}

.low_2flex .newshopdiv{
	position: relative;
	width: 50%;
	margin: 0px;
	padding: 0px;
}

@media screen and (max-width: 767px){
	.low_2flex .newshopdiv{
		width: 100%;
	}

	.nsdleft{
		z-index: 10;
	}

	.nsdright1{
		top: -50px;
		right: -10px;
		z-index: 9;
	}
	
	.nsdright2{
		top: -50px;
		left: -10px;
		z-index: 9;
	}
}

.low_2flex .newshoptext1{
    margin: 70px 25px 70px 0px;
}
.low_2flex .newshoptextback1{
	position: absolute;
    top: 0px;
    right: 0px;
    margin-right: 10px;
    width: 2000px;
    height: 100%;
    background-color: #FBEFED;
    box-shadow: 2px 2px 5px #aaa;
    z-index: -1;
}

.low_2flex .newshoptext2{
    margin: 70px 0px 70px 25px;
}
.low_2flex .newshoptextback2{
	position: absolute;
    top: 0px;
    left: 0px;
    margin-left: 10px;
    width: 2000px;
    height: 100%;
    background-color: #FBEFED;
    box-shadow: 2px 2px 5px #aaa;
    z-index: -1;
}

.low_2flex .newshopdiv img{
	display: block;
	max-width: 100%;
}

/* --------------------------------------------------------
	container
-------------------------------------------------------- */

.container {
	width: 100%;
	margin: 50px 0px;
	font-size: 12px;
}

/* --------------------------------------------------------
	menu
-------------------------------------------------------- */

.container h1 {
	font-family: 'Bentham', serif;
	font-size: 300%;
	color: #673b15;
	text-align: center;
	margin: 0 0 80px 0;
}

.menuPrice {
	width: 100%;
	margin: 10px auto 15px;
	color: #673b15;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}

.menuLeft,.menuRight {
	flex: 0 1 auto;
}
.menuRight {
	text-align: right;
}

.centerLine {
	padding: 0px 15px;
	flex-grow: 2;
}

.centerLine hr {
	border-width: 1px 0px 0px 0px;
	border-style: dotted;
	border-color: #673b15;
}

.price_tax {
	font-size: 80%;
}

.PCdayo{ display: block; }
.SPdayo{ display: none; }

@media only screen and (max-width:789px) {
	.PCdayo{ display: none; }
	.SPdayo{ display: block; }
}

@media only screen and (max-width:479px) {
	.container h1 {
		font-size: 200%;
		margin: 0 0 50px 0;
	}
	.menuPrice {
		width: 100%;
		margin-bottom: 20px;
		padding-bottom: 20px;
		border-bottom: 1px dotted #673b15;
		flex-direction: column;
	}
	.centerLine hr {
		display: none;
	}
}

.menudivmain{
    position: relative;
    padding: 5px 25px;
}
.menudivback{
    position: absolute;
    background-color: #FBEFED;
    top: 0px;
    left: 50%;
    width: 100%;
    height: 100%;
    box-shadow: 2px 2px 5px #aaa;
	z-index: -1;
    -webkit-transform: translateY(0px) translateX(-50%);
	-moz-transform: translateY(0px) translateX(-50%);
	transform: translateY(0px) translateX(-50%);
}

/* header */
.contact_banner div{
	margin-top: 0px;
	background: url(resources/images/bottom_banner_bg.png)repeat-x center top;
}
.contact_banner div a{
	display:inline-block;
}
.contact_banner div p{
	margin:-2px 0;
	padding:12px 0;
	font-size:36px;
	font-weight:bold;
	color:#ff5f00;
	background-color:#ffdd19;
}
.contact_banner div ul{
	margin:auto;
	padding-bottom:25px;
	background-color:#ffdd19;
}
.contact_banner div ul li{
	display:inline-block;
	width:225px;
	padding-top:5px;
	line-height:60px;
	font-size:36px;
	font-weight:bold;
	color:#fff;
}
.contact_banner div ul li:first-child{
	background-color:#627bb9;
}
.contact_banner div ul li:nth-child(2){
	background-color:#1ca1c1;
}
.contact_banner div ul li:nth-child(3){
	background-color:#e075a6;
}
.contact_banner div ul li:last-child{
	background-color:#72bb2b;
}

.banner_under_contact{
	display: block;
	margin-top: 0px;
	padding-bottom: 10px;
	background-color: #ffdd19;
}
.banner_under_contact a{
    display: inline-block;
    margin: 0px auto;
	padding:min(4vw, 24px);
	width: 80%;
	max-width: 400px;
    border-radius: 20px;
    font-weight: bold;
    color: #fff;
    background: linear-gradient(to bottom, #002ad3, #0022ab);
	font-size:min(3.5vw, 23px);
}
.banner_under_contact a img{
	width: 15%;
	margin-right: 10px;
}

@media screen and (max-width: 1024px){
	.contact_banner div p{
		padding: 12px 0;
		font-size: 3.5vw;
	}
	.contact_banner div ul{
		padding-bottom: 25px;
	}
	.contact_banner div ul li{
		width: 22.5%;
		padding-top: 5px;
		line-height: 1.7;
		font-size: 3.5vw;
	}
}
@media only screen and (max-width:789px) {
	.contact_banner div p{
		padding: 1% 0;
	}
	.contact_banner div ul{
		padding-bottom: 3%;
	}
	.contact_banner div ul li{
		padding-top: 0.3em;
	}
}


/* #bread */
#bread{
	width: 100%;
	max-width: 1000px;
	margin:0 auto -50px;
	text-align:left;
}
#bread li{
	line-height:50px;
	display:inline-block;
}
#bread li:first-child:after{
	content:'＞';
	margin:0 0.4em 0 0.8em ;
	color:#003bab;
	font-weight:bold;
}
#bread li a{
	color:#000;
}