@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/
/* googleフォント */
.alex-brush-regular {
	font-family: "Alex Brush", cursive;
	font-weight: 400;
	font-style: normal;
}
.gfont01 {
	color: #C8B499;
	font-size: 35px!important;
}
.gfont02 {
	color: #ffffff;
	font-size: 20px;
}

/* グローバルメニュー */

.c-gnav>.menu-item>a .ttl {
    font-size: 18px!important;
}	

@media (max-width: 1200px) {
    .c-gnav>.menu-item>a {
        padding: 0 20px;
    }
}
/* プロフィール*/
.w95m1150 {
	width: 95%;
	margin: 0 auto 3em;
	max-width: 1150px;
	}
.profile01 {
	font-size: 24px;
	padding-left: 35px;
}
.profile_text {
	font-size: 22px;
}
@media (max-width: 768px)  {
.profile01 {
	font-size: 1.1em;
	padding-left: 0px;
}
.profile_text {
	font-size: 1em;
}
}
/* タイトル*/
h2.tt_h2 {
	background-color: transparent;
	color: #333333!important;
	text-align: center;
	font-size: 2em;
	font-weight: 700!important;
	font-family: "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "MS P明朝", "MS Mincho", serif;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px!important;
	padding-bottom: 0.2em!important;
	margin: 0px auto 1.5em!important;
	border-top-style: none;
	border-bottom: 3px solid #669999;
	width: 15%;
}
h2.tt_h2:before {
    border-top: none!important;
    border-bottom: none!important;
}


@media (max-width: 768px)  {
h2.tt_h2 {
	font-size: 1.5em;
	background-position: center 100%;
	width: 40%;
}
}
.bg_uni {
  background-image: url('http://tsubasa-toyota.com/wordpress/wp-content/uploads/2026/07/bguni01.png'), url('http://tsubasa-toyota.com/wordpress/wp-content/uploads/2026/07/bguni02.png');
  background-position: top left, bottom right;
  background-repeat: no-repeat, no-repeat;
}
@media (max-width: 768px)  {
.bg_uni{
	background-size: 30%;	
}
}

.wp-block-columns .box_ssbox {
	width: 95%;
	max-width: 1180px;
	margin-left: auto!important;
	margin-right: auto!important;
	margin-bottom: 3em;
	}	
.box_service {
	padding: 3.0em 1.5em 1.5em 0px;
	background-color: #a7885f;
	border-radius: 10px;
}
.box_voice {
	padding: 80px 40px 40px;
	background-image: url(https://japan-dogphotoacademy.com/wp-content/uploads/2026/07/waku_bg01.png);
	background-repeat: no-repeat;
	background-position: center 0;
	background-size: contain;
}
.box_voice2 {
	padding: 80px 40px 40px;
	background-image: url(https://japan-dogphotoacademy.com/wp-content/uploads/2026/07/waku_bg02.png);
	background-repeat: no-repeat;
	background-position: center 0;
	background-size: contain;
}

@media screen and (max-width: 782px) {
.wp-block-column .box_service {
	width: 90%!important;
	margin-left: auto!important;
	margin-right: auto!important;
	max-width: 360px!important;
}
.wp-block-column .box_voice {
	width: 90%!important;
	margin-left: auto!important;
	margin-right: auto!important;
	max-width: 320px!important;
}
.box_voice {
	padding: 15% 6% 6%;
}
.box_voice2 {
	padding: 15% 6% 6%;
}
}
.btaa a {
	background: none!important;
	color: #578282!important;
    box-shadow: 0 0 0 1px #578282;
}
.btaa a:hover {
	background-color: #578282!important;
	color: #ffffff!important;
}
.wp-block-columns .waku_sns {
	width: 90%;
	max-width: 800px;
	background-color: rgba(255,255,255,0.8);
	margin-left: auto!important;
	margin-right: auto!important;
	border-radius: 10px;
	padding: 3em;
}

/* スライダー全体のスタイル */
    .my-slider-container {
	position: relative;
	max-width: 1700px;
	margin: 0 auto;
	overflow: hidden;
	margin-bottom: 20px; /* 下に余白を追加 */
	width: 90%;
    }

    .my-slider {
        display: flex;
        overflow: hidden;
    }

    .my-slider_track {
        display: flex;
        transition: transform 0.5s ease;
        width: calc(6 * (25% + 20px)); /* 6つのスライドに合わせた幅 */
    }

    .my-slider_item {
        text-align: center;
        flex: 0 0 calc(25% - 20px); /* 4つの画像がちょうど収まるサイズ */
        margin: 0 2px;
    }

    .my-slider_item img {
        width: 100%;
        height: 170px;
        object-fit: cover; /* 画像を中央寄せで表示 */
    }

    .my-slider_btn {
        position: absolute;
        top: 50%;
        transform: translateY(-50%); /* 矢印をスライダーの中央に配置 */
        background-color: rgba(0, 0, 0, 0.5);
        color: #ffffff;
        border: none;
        padding: 10px;
        cursor: pointer;
        font-size: 24px;
        z-index: 10;
    }

    .my-slider_btn-prev {
        left: 10px;
    }

    .my-slider_btn-next {
        right: 10px;
    }

    /* レスポンシブデザイン */
    @media (max-width: 1400px) {
        .my-slider_item {
            flex: 0 0 calc(33.33% - 20px); /* 3つ表示 */
        }
    }

    @media (max-width: 900px) {
        .my-slider_item {
            flex: 0 0 calc(50% - 20px); /* 2つ表示 */
            max-width: none;
        }
    }

    @media (max-width: 480px) {
        .my-slider_item {
            flex: 0 0 calc(100% - 20px); /* 1つ表示 */
        }
    }
/*　フッター */
.footbox {
	padding-top: 1em!important;
}
.foot_t {
    display: flex;
    height: 100%;
    text-align: center;
    list-style: none;
}
.foot_t li {
    padding: 0 20px;
	font-size: 18px!important;
}
.foot_t li a {
	color: #fff;
}
@media screen and (max-width: 599px)  {
.foot_t {
	display: none;
}
}

/*　その他　*/

.img_center {
	  display: flex; /* 横並びにする */
  align-items: center; /* テキストを縦方向に中央揃えする */
}
.ine_d {
	border-bottom: 1px dotted #CCCCCC;
	padding-bottom: 0.5em!important;
}
.ptu15 a {
	padding-top: 1.5em!important;
	padding-bottom: 1.5em!important;
}
.pr15 {
	padding-left: 1.5em!important;
}
@media only screen and (min-width: 768px)  {
.text_lr {
	text-align: left;
		}
.brsp {
	display: none;
}}
@media only screen and (max-width: 960px) {/* スマホ */
.left_img {
text-align: center;		
	}
.img_left {
	margin-bottom: 1em;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
.img_right {
	margin-bottom: 1em;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
.br-pc {
	display: none;
}
.title01 {
	font-size: 18px;
}


.space_bottom_ll {
	margin-bottom: 4em!important;
}
.space_bottom_l {
	margin-bottom: 3em!important;
}
.space_bottom_m {
	margin-bottom: 2em;
}
.space_bottom_s {
	margin-bottom: 0.5em;
}
.w60m600 {
	width: 60%;
	margin: 0 auto 3em;
	}
.w80m800 {
	width: 90%;
	margin: 0 auto 3em;
	}
.w95m400 {
	width: 95%;
	margin: 0 auto 3em;
}
.w95m500 {
	width: 95%;
	margin: 0 auto 3em;
}
.w95m600 {
	width: 95%;
	margin: 0 auto 3em;
}
.w90m700 {
	width: 90%;
	margin: 0 auto 1em;
	}
.w95m700 {
	width: 95%;
	margin: 0 auto 3em;
}
.w90m800 {
	width: 95%;
	margin: 0 auto 3em;
	}
.w95m800 {
	width: 95%;
	margin: 0 auto 1em;
	}
.w90m850 {
	width: 95%;
	margin: 0 auto 2em;
	}
.w90m900 {
	width: 95%;
	margin: 0 auto 2em;
	}
.w90m1000 {
	width: 90%;
	margin: 0 auto 2em;
	}
.w90m1180_0 {
	width: 90%;
	margin: 0 auto;
	}
.w95m800 {
	width: 95%;
	margin: 0 auto 2em;
	}
.w100m800 {
	width: 100%;
	margin: 0 auto 2em;
	}
.w95m900 {
	width: 95%;
	margin: 0 auto 3em;
	}
.w95m1000 {
	width: 95%;
	margin: 0 auto 2em;
	}
.w95m1180 {
	width: 90%;
	margin: 0 auto 2em;
	}
.w95m1200 {
	width: 90%;
	margin: 0 auto 2em;
	}
.w95m1180_5 {
	width: 90%;
	margin: 0 auto 0px!important;
	padding-bottom: 3em!important;
	}
.w95m1180_2 {
	width: 95%;
	margin: 0 auto 2em!important;
	}
.w100m600 {
	width: 100%;
	margin: 0 auto 2em;
	}
.w100m800 {
	width: 100%;
	margin: 0 auto 2em;
	}
.w100m550p3 {
	width: 100%;
	margin: 0 auto 1em;
	padding: 3em!important;
	}
.sp60 img {
	width: 60%;
	margin-left: auto;
	margin-right: auto;
}
.sp80 {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}
.sp_t80 {
	font-size: 80%;
}
.sp_t90 {
	font-size: 90%;
}
 }
@media only screen and (min-width: 960px) {/* PC */
.left_img {
text-align: left;		
	}
.img_left {
	float: left;
	margin-right: 1em;
	margin-bottom: 1em;
}
.img_right {
	float: right;
	margin-left: 1em;
	margin-bottom: 1em;
}
.br-sp {
	display: none;
}
.title01 {
	font-size: 26px;
}
.w60m600 {
	width: 60%;
	max-width: 600px;
	margin: 0 auto 3em;
	}
.w60m600pc {
	width: 60%;
	max-width: 600px;
	margin: 0 auto 3em;
	}
.w70pc {
	width: 70%;
	margin: 0 auto 3em;
	}
.w80m800 {
	width: 80%;
	max-width: 800px;
	margin: 0 auto 3em;
	}

.w95m400 {
	width: 95%;
	max-width: 400px;
	margin: 0 auto 3em;
}
.w95m500 {
	width: 95%;
	max-width: 500px;
	margin: 0 auto 3em;
}
.w95m600 {
	width: 95%;
	max-width: 600px;
	margin: 0 auto 3em;
}
.w90m700 {
	width: 90%;
	max-width: 700px;
	margin: 0 auto 3em;
}
.w95m700 {
	width: 95%;
	max-width: 700px;
	margin: 0 auto 1em;
}
.w90m800 {
	width: 90%;
	max-width: 800px;
	margin: 0 auto 1em;
	}

.w90m850 {
	width: 90%;
	max-width: 850px;
	margin: 0 auto 1em;
	}
.w90m900 {
	width: 90%;
	max-width: 900px;
	margin: 0 auto 2em!important;
	}
.w95m800 {
	width: 95%;
	max-width: 800px;
	margin: 0 auto 5em!important;
	}
.w100m800 {
	width: 100%;
	max-width: 800px;
	margin: 0 auto 2em!important;
	}
.w95m900 {
	width: 95%;
	max-width: 900px;
	margin: 0 auto 3em;
	}
.w90m1000 {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto 3em!important;
	}
.w95m1000 {
	width: 95%;
	max-width: 1000px;
	margin: 0 auto 3em;
	}
.w80m760 {
	width: 80%;
	max-width: 760px;
	margin: 0 auto 3em;
	}
.w90m1180_0 {
	width: 95%;
	max-width: 1180px;
	margin: 0 auto;
	}
.w95m1180 {
	width: 95%;
	max-width: 1180px;
	margin: 0 auto 3em!important;
	}
.w95m1180_2 {
	width: 95%;
	max-width: 1180px;
	margin: 0 auto 2em!important;
	}
.w95m1200 {
	width: 95%;
	max-width: 1200px;
	margin: 0 auto 3em!important;
	}
.w95m1400 {
	width: 95%;
	max-width: 1400px;
	margin: 0 auto 3em!important;
	}
.w95m1180_5 {
	width: 95%;
	max-width: 1180px;
	margin: 0 auto 0px!important;
	padding-bottom: 5em!important;
	}
.w100m600 {
	width: 100%;
	max-width: 600px;
	margin: 0 auto 3em;
	}
.w100m600_1 {
	width: 100%;
	max-width: 600px;
	margin: 0 auto 1em;
	}
.w100m500_1 {
	width: 100%;
	max-width: 500px;
	margin: 0 auto 1em;
	}
.w100m550p3 {
	width: 100%;
	max-width: 580px;
	margin: 0 auto 1em;
	padding: 3em!important;
	}
.w100m800 {
	width: 100%;
	max-width: 800px;
	margin: 0 auto 3em;
	}
.w100m1400 {
	width: 100%;
	max-width: 1400px;
	margin: 0 auto 1em;
	}
.space_bottom_ll {
	margin-bottom: 7em!important;
}
.space_bottom_l {
	margin-bottom: 5em!important;
}
.space_bottom_m {
	margin-bottom: 3em!important;
}
.space_bottom_s {
	margin-bottom: 1em;
}
}
.mb5 {
	margin-bottom: 5px;
} 
.p1e {
	padding: 1em!important;
}
.p05e {
	padding: 0.5em!important;
}

.pt50 {
	padding-top: 50px;
} 
.pt1e {
	padding-top: 1em;
} 
.pt15e {
	padding-top: 1.5em;
} 
.pt2e {
	padding-top: 2em;
}
.red {
	color: #FF0000;
}
.green {
	color: #44B339;
}
.orenge {
	color: #FF6633;
}

.bold {
	font-weight: bold;
}
.f70 {
	font-size: 70%;
}
.f75 {
	font-size: 75%;
}
.f80 {
	font-size: 80%;
}
.f85 {
	font-size: 85%;
}
.f90 {
	font-size: 90%;
}
.f115 {
	font-size: 115%;
}
.f120 {
	font-size: 120%;
}
.f130 {
	font-size: 130%;
}
.f150 {
	font-size: 150%;
}
.f180 {
	font-size: 180%;
}
.t_center {
	margin-left: auto!important;
	margin-right: auto!important;
	text-align: center!important;
}
.t_right {
	text-align: right!important;
}
.bg_glay { background-color: #EDEDE4}
.bg_bl {/*薄青*/	background: #E8F2FD;}
.bg_be {background-color: #EEEAE3;}
.space_bottom_s img {
	margin-bottom: 1em;
}
.w100 {
	width: 100%;
}
.m0p0 {
	margin-bottom: 0px!important;
	margin-top: 0px!important;
	padding-top: 0px!important;
	padding-bottom: 0px!important;
}

@media only screen and (max-width: 768px) {/* スマホ */
.w90 {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
}



/*お問合せ*/
.wpcf7 {
    width: 100%;
    border: 1px solid #ddd;
    padding: 0;
    margin: 0 0 2.5em !important;
    font-size: 14px;
}
.wpcf7 form {
    margin: 1.5em 1.5em 0;
}
.wpcf7-form-control-wrap {
    position: relative;
}
div.wpcf7 .screen-reader-response {
    position: absolute;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    width: 1px;
    margin: 0;
    padding: 0;
    border: 0;
}
.wpcf7 input, .wpcf7 textarea {
    width: auto;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    border: 1px solid #ccc;
    line-height: 1.2;
    padding: 8px;
}
.wpcf7 p {
    margin-bottom: 1em;
    font-size: 14px;
}
span.wpcf7-list-item {
    display: block;
}
.wpcf7 select, .wpcf7 .wpcf7-list-item-label {
    line-height: 1.2;
    font-size: 14px;
}
.wpcf7 select, .wpcf7 input[type=checkbox], .wpcf7 input[type=radio] {
    width: auto;
    max-width: 97%;
    border: 1px solid #ccc;
    padding: 8px;
}
.wpcf7 input.wpcf7-submit {
    position: relative;
    display: block;
    width: 225px;
    height: 48px;
    margin: 30px auto 0;
    background-color: #333333;
    cursor: pointer;
    border: none !important;
    color: #fff;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    line-height: 1.5;
    outline: none;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.formtt {
	font-size: 120%!important;
	border-bottom: 1px solid #CCCCCC;
	line-height: 2.5em;
}
.hissu {
	font-size: 80%;
	color: #C53F6D;
}
.wpcf7 select {
	max-width: 95%;
	margin-bottom: 1em;
}
