@charset "utf-8";
/*
Template: 
Theme Name: 
*/

/* reset ---------------------------------------*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,img {
    padding: 0;
    margin: 0;
}

*, *:before, *:after {
    box-sizing: border-box;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    margin-bottom: 20px;
    width: 100%;
    font-size: 14px;
    table-layout: fixed;
}

fieldset,img {
    border: 0;
    vertical-align: middle;
}

address,caption,cite,code,dfn,th,var {
    font-weight: normal;
    font-style: normal;
}

ol,ul {
    list-style: none;
}

caption,th {
    text-align: left;
}

h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
    font-size: 100%;
}

abbr,acronym {
    border: 0;
}

p {
    font-family: 'Tauri', "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    line-height: 180%;
    letter-spacing: 0.5px;
    font-size: 15px;
    color: #333;
    margin-bottom: 20px;
    display: block;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}

input[type="image"] {
    -webkit-appearance: none;
    border-radius: 0;
}


li {
    line-height: 180%;
}

li.de {
    list-style-type: decimal;
    margin-left: 25px;
    margin-bottom: 5px;
}

li.di {
    list-style-type: disc;
    margin-left: 25px;
    margin-bottom: 5px;
}

.li_top {
    font-size: 19px;
    font-weight: 500;
    color: #006a27;
    position: relative;
    top: 2px;
}


@media screen and (max-width: 768px) {

li.de {
    list-style-type: decimal;
    margin-left: 25px;
    margin-bottom: 10px;
}

li.di {
    list-style-type: disc;
    margin-left: 25px;
    margin-bottom: 10px;
}

}


/* default ---------------------------------------*/

html,
body {
    margin: 0;
    padding: 0;
    min-width: 100%;
    min-height: 100%;
    height: auto !important;
    -webkit-text-size-adjust: 100%;
    image-rendering: -webkit-optimize-contrast;
}

html {
    overflow-y: scroll;
    background: #fff;
}

body {
    font-size: 15px;
    *font-size: small;
    *font: x-small;
    -webkit-text-size-adjust: 100%;
    letter-spacing: 0.5px;
    color: #333;
    min-width: 1100px;
    font-family: 'Tauri', "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

.pc_none {
    display: none;
}

iframe[src^="https://www.google.com/maps/"] {
    width: 100%;
}


@media screen and (max-width: 768px) {

body {
    font-size: 15px;
    min-width: 100%;
}

.iframe-content {
    position: relative;
    width: 100%;
    padding: 75% 0 0 0;
    margin-bottom: 15px;
}

.iframe-content iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.pc_none {
    display: block;
}

.sp_none {
    display: none;
}

}


/*----------------------------------------------------
	基本設定、リンクカラーなど
----------------------------------------------------*/

img {
    max-width: 100%;
    height: auto;
    width: auto;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
}

#contents {
    width: 100%;
}

a:link {
    color: #006a27;
    text-decoration: none;
}

a:visited {
    color: #006a27;
    text-decoration: none;
}

a:hover {
    color: #006a27;
    text-decoration: underline;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
}

a:active {
    color: #006a27;
    text-decoration: none;
}

.op:hover {
    opacity: 0.7;
    transition: all .5s;
    -webkit-transition: all .5s;
}

.none:hover {
    text-decoration: none;
}

.tel_sp a {
    cursor: default;
    pointer-events: none;
    color: #333;
}


@media screen and (max-width: 768px) {

.tel_sp a {
    pointer-events: auto;
    text-decoration: none;
}

.tel_sp:hover,
.tel_sp a:hover {
    opacity: 0.7;
    text-decoration: none;
}

}


/*--------------------------------------------------------
    フォントサイズ
----------------------------------------------------------*/

.f12 { font-size: 12px !important; }
.f13 { font-size: 13px !important; }
.f14 { font-size: 14px !important; }
.f16 { font-size: 16px !important; }
.f18 { font-size: 18px !important; }
.f20 { font-size: 20px !important; }
.f13-10 { font-size: 13px !important; }
.f24-19 {
    font-size: 24px;
    letter-spacing: 0;
}
.f18-16 { font-size: 18px !important; }
.wb { font-weight: 500; }
.fw600 { font-weight: 600; }

.red_wb {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 15px;
    color: #e71f19;
}

.dib { display: inline-block; }
.pc_db { display: block; }

@media screen and (max-width: 768px) {
.f13-10 { font-size: 10px !important; }
.sp_f14 { font-size: 14px !important; }
.sp_f13 { font-size: 13px !important; }
.f24-19 {
    font-size: 19px;
    letter-spacing: 0;
    line-height: 140%;
}
.f18-16 { font-size: 16px !important; }
.db { display: block; }
.sp_db { display: block; }
.sp_dib { display: inline-block; }
.pc_db { display: inline-block; }
}


/* -----------------------------------------------------------
	ボーダー
----------------------------------------------------------- */

.bt {
    border-top: 1px solid #ccc;
}

.double {
    border-bottom: 3px double;
    display: inline-block;
    line-height: 100%;
}


/* -----------------------------------------------------------
	フォントカラー
----------------------------------------------------------- */

.red { color: #e71f19 !important; }
.green { color: #006a27 !important; }
.yellow { color: #ffde38 !important; }

.bg_yellow { background: #fff2cc; }


/* ----------------------------------------------------
	text-align
---------------------------------------------------- */

.tc { text-align: center !important; }
.tr { text-align: right !important; }
.tl { text-align: left !important; }
.va-top { vertical-align: top !important; }


/* ----------------------------------------------------
	float
---------------------------------------------------- */

.fr { float: right !important; }
.fl { float: left !important; }
.fn { float: none !important; }
.ov { overflow: hidden !important; }


/*----------------------------------------------------
	Font Awesome icon
----------------------------------------------------*/

.fa {
    display: inline-block;  
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 2px;
    padding-right: 5px !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


/* ----------------------------------------------------
	margin
---------------------------------------------------- */

.mt0 { margin-top: 0px !important; }
.mt5 { margin-top: 5px !important; }
.mt10 { margin-top: 10px !important; }
.mt15 { margin-top: 15px !important; }
.mt20 { margin-top: 20px !important; }
.mt25 { margin-top: 25px !important; }
.mt30 { margin-top: 30px !important; }
.mt35 { margin-top: 35px !important; }
.mt40 { margin-top: 40px !important; }
.mt50 { margin-top: 50px !important; }
.mt60 { margin-top: 60px !important; }


.mr0 { margin-right: 0px !important; }
.mr5 { margin-right: 5px !important; }
.mr10 { margin-right: 10px !important; }
.mr15 { margin-right: 15px !important; }
.mr20 { margin-right: 20px !important; }
.mr25 { margin-right: 25px !important; }
.mr26 { margin-right: 26px !important; }
.mr30 { margin-right: 30px !important; }
.mr35 { margin-right: 35px !important; }
.mr40 { margin-right: 40px !important; }


.mb0 { margin-bottom: 0px !important; }
.mb5 { margin-bottom: 5px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb15 { margin-bottom: 15px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb25 { margin-bottom: 25px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb35 { margin-bottom: 35px !important; }
.mb40 { margin-bottom: 40px !important; }
.mb50 { margin-bottom: 50px !important; }
.mb60 { margin-bottom: 60px !important; }
.mb1em { margin-bottom: 1.5em !important; }
.mb16-mb1em { margin-bottom: 16px !important; }
.mb29-32 { margin-bottom: 29px !important; }

.ml0 { margin-left: 0px !important; }
.ml5 { margin-left: 5px !important; }
.ml10 { margin-left: 10px !important; }
.ml15 { margin-left: 15px !important; }
.ml20 { margin-left: 20px !important; }
.ml25 { margin-left: 25px !important; }
.ml30 { margin-left: 30px !important; }
.ml35 { margin-left: 35px !important; }
.ml40 { margin-left: 40px !important; }

@media screen and (max-width: 768px) {
.mb16-mb1em { margin-bottom: 16px !important; }
.mb29-32 { margin-bottom: 32px !important; }
}


/* ----------------------------------------------------
	padding
---------------------------------------------------- */

.pd5 { padding: 5px !important; }
.pd10 { padding: 10px !important; }
.pt0 { padding-top: 0px !important; }
.pt5 { padding-top: 5px !important; }
.pt10 { padding-top: 10px !important; }
.pt15 { padding-top: 15px !important; }
.pt20 { padding-top: 20px !important; }
.pt25 { padding-top: 25px !important; }
.pt30 { padding-top: 30px !important; }
.pt35 { padding-top: 35px !important; }
.pt40 { padding-top: 40px !important; }
.pt50 { padding-top: 50px !important; }


.pr0 { padding-right: 0px !important; }
.pr5 { padding-right: 5px !important; }
.pr10 { padding-right: 10px !important; }
.pr15 { padding-right: 15px !important; }
.pr20 { padding-right: 20px !important; }
.pr25 { padding-right: 25px !important; }
.pr30 { padding-right: 30px !important; }
.pr35 { padding-right: 35px !important; }
.pr40 { padding-right: 40px !important; }
.pr65 { padding-right: 65px !important; }


.pb0 { padding-bottom: 0px !important; }
.pb5 { padding-bottom: 5px !important; }
.pb10 { padding-bottom: 10px !important; }
.pb15 { padding-bottom: 15px !important; }
.pb20 { padding-bottom: 20px !important; }
.pb25 { padding-bottom: 25px !important; }
.pb30 { padding-bottom: 30px !important; }
.pb35 { padding-bottom: 35px !important; }
.pb40 { padding-bottom: 40px !important; }
.pb50 { padding-bottom: 50px !important; }


.pl0 { padding-left: 0px !important; }
.pl5 { padding-left: 5px !important; }
.pl10 { padding-left: 10px !important; }
.pl15 { padding-left: 15px !important; }
.pl20 { padding-left: 20px !important; }
.pl25 { padding-left: 25px !important; }
.pl30 { padding-left: 30px !important; }
.pl35 { padding-left: 35px !important; }
.pl40 { padding-left: 40px !important; }

.pl2610 { padding: 2px 6px 10px }

/*----------------------------------------------------
	width
----------------------------------------------------*/

.w10 {width: 10% !important; }
.w20 {width: 20% !important; }
.w25 {width: 25% !important; }
.w35 {width: 35px !important; }
.w75 {width: 75px !important; }
.w100px {width: 100px !important; }
.w100 {width: 100% !important; }
.w125 {width: 125px !important; }
.sp_w110 { width: auto !important; }
.w125-80 {width: 125px !important; }
.w125-95 {width: 125px !important; }
.w125-100 {width: 125px !important; }
.w80-50 {width: 80px !important; }
.w150-95 {width: 150px !important; }
.w150-100 {width: 150px !important; }
.w180-100 {width: 180px !important; }
.w210-100 {width: 210px !important; }
.w365-140 {width: 365px !important; }
.w300_auto {width: 300px !important; }
.w400-100 {width: 400px !important; }
.w_auto { width: auto !important; }

@media screen and (max-width: 768px) {

.w100 {max-width: 100% !important; }
.sp_w60 { width: 60px !important; }
.sp_w80 { width: 80px !important; }
.sp_w85 { width: 85px !important; }
.sp_w90 { width: 90px !important; }
.sp_w100 { width: 100px !important; }
.sp_w110 { width: 110px !important; }
.sp_w115 {width: 115px !important; }
.sp_w120 {width: 120px !important; }
.sp_w125 {width: 125px !important; }
.sp_w140 {width: 140px !important; }
.w125-80 {width: 80px !important; }
.w125-95,
.w150-95 {width: 95px !important; }
.w125-100 {width: 100px !important; }
.w150-100,
.w180-100,
.w210-100 {width: 100px !important; }
.w365-140 {width: 140px !important; }
.w300_auto {width: auto !important; }
.w400-100 {width: 100% !important; }

}


/* ----------------------------------------------------
	clear
---------------------------------------------------- */

.clear { clear: both;}