@charset "utf-8";
@import "cssreset-min.css";
@import "style.css";
@import "common.css";
@import "tanaka-footer.css";
/* https://www.tanaka-kinoie.co.jp/ */

/* 
=============================================== */
#tel_mail > div.tel {
    float: left;
}

#tel_mail > div {
    border: 1px solid #e5e5e5;
    background-color: #f6f6f6;
    padding: 20px;
    width: 49%;
    text-align: center;
}


#tel_mail > div.mail {
    float: right;
}

#tel_mail > div > p.title {
    display: inline-block;
    background-color: #e7e8eb;
    border-radius: 20px;
    text-align: center;
    padding: 12px 30px;
    font-weight: bold;
    font-size: 1.5em;
    line-height: 1;
    margin-bottom: 20px;
}

#tel_mail > div > p.important {
    font-weight: bold;
    font-size:1.6em;
    color: #d84c5d;
    margin-top: 5px;
}
#tel_mail > div > p.important span{
    font-size:0.75em;
	color:#333;
	font-weight:normal;
}

@media screen and (max-width: 500px) {
	#tel_mail > div {
		width:100%;
	}
	
	#tel_mail > div:first-child {
		margin-bottom:15px;
	}
}

/* 
=============================================== */
.section p.biko {
	margin-bottom:10px;
	font-size:1.4rem;
	text-align:right;
}

.form_wrap {
	background-color:#DEEEEA;
	padding:7px 0 10px 0;
}

.form dl dd textarea {
    font-family: inherit; /*領域の高さ指定*/
}









.googlecal {
	position: relative;
	padding-bottom: 100%;
	height: 0;
	
	/*overflow:hidden;*/
}

.googlecal iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}


/* PC向けおよび大型タブレット向けのレイアウトの指定：769px～960px */
@media only screen and (min-width: 769px) {
	.googlecal { padding-bottom: 75%; }
}


/* PC向けレイアウトの指定：961px以上では固定レイアウト */
@media only screen and (min-width: 961px) {

}






.calendar-container {
    position: relative!important;
    padding-bottom: 90%;
    padding-top: 30px;
    height: 0;
}
 
.calendar-container iframe,
.calendar-container object,
.calendar-container embed {
    position: absolute!important;
    top: 0;
    left: 0;
    width: 100%!important;
    height: 100%!important;
}
 
@media screen and (max-width: 460px) {
    .calendar-container {
        padding-bottom: 140%;
    }
}
 
.entry-content img,#content embed,#content object,#content iframe,#content video {
    border: 1px solid #eeeeee!important;
    padding: 6px!important;
    background-color: rgba(230,230,230,0.4)!important;
    border-radius: 3px;
}
 
@media screen and (max-width: 320px) {
    iframe[src*="calendar"] {
        /*width: 240px!important;*/
		width: 300px!important;
        height: 300px!important;
    }
}
